Skip to content

feat: bump MCP Gateway v0.2.11, Playwright Browser v1.59.0, Playwright MCP 0.0.70, Firewall v0.25.6#23821

Merged
pelikhan merged 4 commits intomainfrom
copilot/update-cli-versions-again
Apr 1, 2026
Merged

feat: bump MCP Gateway v0.2.11, Playwright Browser v1.59.0, Playwright MCP 0.0.70, Firewall v0.25.6#23821
pelikhan merged 4 commits intomainfrom
copilot/update-cli-versions-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 1, 2026

Routine version bump for four CLI/MCP tools detected on 2026-04-01.

Version changes (pkg/constants/constants.go)

Constant Before After
DefaultMCPGatewayVersion v0.2.10 v0.2.11
DefaultPlaywrightBrowserVersion v1.58.2 v1.59.0
DefaultPlaywrightMCPVersion 0.0.69 0.0.70
DefaultFirewallVersion v0.25.5 v0.25.6

Notable in these releases

  • MCP Gateway v0.2.11: embedded config schema, WASM guard startup perf via wazero compilation cache, accurate /health endpoint
  • Playwright v1.59.0: Screencast API, browser.bind() interoperability, CLI debugger for agents — drops macOS 14 WebKit support (no CI impact)
  • Playwright MCP 0.0.70: tracks Playwright v1.59.0, gains browser.bind() / --endpoint session attachment
  • Firewall v0.25.6: api-proxy auth chain fix — trim keys, align placeholder format, add diagnostics

All 179 workflow lock files recompiled.



✨ PR Review Safe Output Test - Run 23833156202

💥 [THE END] — Illustrated by Smoke Claude ·

Copilot AI and others added 2 commits April 1, 2026 04:42
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/9e76d699-5ceb-49e0-8e5e-7c59631b8d2c

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…1.59.0, Playwright MCP 0.0.70

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/9e76d699-5ceb-49e0-8e5e-7c59631b8d2c

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI versions for MCP Gateway and Playwright tools feat: bump MCP Gateway v0.2.11, Playwright Browser v1.59.0, Playwright MCP 0.0.70 Apr 1, 2026
Copilot AI requested a review from pelikhan April 1, 2026 04:53
@pelikhan pelikhan marked this pull request as ready for review April 1, 2026 04:55
Copilot AI review requested due to automatic review settings April 1, 2026 04:55
@pelikhan pelikhan added the smoke label Apr 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

✅ All tools validated successfully! Agent Container Smoke Test confirms agent container is ready.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Routine dependency/version bump to keep MCP Gateway and Playwright-related defaults current, with regenerated workflow lockfiles to reflect the updated MCP Gateway image tag.

Changes:

  • Bumped default versions for MCP Gateway, Playwright browser image, and Playwright MCP package in pkg/constants/constants.go.
  • Updated compiled workflow lockfiles to pull/run ghcr.io/github/gh-aw-mcpg:v0.2.11 instead of v0.2.10.

Reviewed changes

Copilot reviewed 180 out of 180 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pkg/constants/constants.go Updates default MCP Gateway / Playwright Browser / Playwright MCP versions.
.github/workflows/workflow-health-manager.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/workflow-generator.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/video-analyzer.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/update-astro.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/ubuntu-image-analyzer.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/tidy.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/test-workflow.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/test-project-url-default.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/test-dispatcher.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/test-create-pr-error-handling.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/super-linter.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/step-name-alignment.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/static-analysis-report.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/smoke-project.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/smoke-call-workflow.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/smoke-agent-public-none.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/smoke-agent-public-approved.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/smoke-agent-all-none.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/security-review.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/security-compliance.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/schema-feature-coverage.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/schema-consistency-checker.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/repo-tree-map.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/release.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/refiner.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/plan.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/pdf-summary.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/org-health-report.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/metrics-collector.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/mergefest.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/lockfile-stats.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/layout-spec-maintainer.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/issue-monster.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/issue-arborist.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/instructions-janitor.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/grumpy-reviewer.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/gpclean.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/github-mcp-tools-report.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/firewall.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/firewall-escape.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/example-permissions-warning.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/dev.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/delight.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/deep-report.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/dead-code-remover.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/daily-team-status.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/daily-security-red-team.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/daily-secrets-analysis.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/daily-issues-report.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/daily-fact.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/daily-doc-updater.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/daily-doc-healer.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/daily-community-attribution.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/daily-code-metrics.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/daily-choice-test.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/craft.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/copilot-session-insights.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/copilot-agent-analysis.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/contribution-check.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/commit-changes-analyzer.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/codex-github-remote-mcp-test.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/code-simplifier.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/cli-version-checker.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/ci-doctor.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/ci-coach.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/changeset.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/bot-detection.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/artifacts-summary.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/ai-moderator.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.
.github/workflows/ace-editor.lock.yml Bumps MCP Gateway image tag to v0.2.11 in pre-pull + run command.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

Smoke Test Results — Run §23832622345

Test
GitHub MCP
MCP Scripts GH CLI
Playwright
Web Fetch
File Write + Bash
Discussion Interaction
Build gh-aw
Discussion Creation
Workflow Dispatch
PR Review

Overall: PASS ✅ — Author: app/copilot-swe-agent | Assignees: @pelikhan, @Copilot

📰 BREAKING: Report filed by Smoke Copilot ·

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Routine version bump PR — looks clean. MCP Gateway v0.2.11, Playwright Browser v1.59.0, Playwright MCP 0.0.70. All lock files regenerated consistently.

📰 BREAKING: Report filed by Smoke Copilot

await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash ${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-firewall/agent:0.25.5 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.5 ghcr.io/github/gh-aw-firewall/squid:0.25.5 ghcr.io/github/gh-aw-mcpg:v0.2.10 ghcr.io/github/github-mcp-server:v0.32.0
run: bash ${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-firewall/agent:0.25.5 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.5 ghcr.io/github/gh-aw-firewall/squid:0.25.5 ghcr.io/github/gh-aw-mcpg:v0.2.11 ghcr.io/github/github-mcp-server:v0.32.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump: gh-aw-mcpg updated from v0.2.10v0.2.11. Looks good! 🚀


// DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package
const DefaultPlaywrightMCPVersion Version = "0.0.69"
const DefaultPlaywrightMCPVersion Version = "0.0.70"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Three version bumps in one PR - clean! DefaultPlaywrightMCPVersion 0.0.69 → 0.0.70 and DefaultPlaywrightBrowserVersion v1.58.2 → v1.59.0 along with MCP Gateway. 👍

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed! The Playwright v1.59.0 Screencast API is particularly exciting for agentic workflows. 🎬 Smoke test agent was here and approves! ✅

📰 BREAKING: Report filed by Smoke Copilot

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@github-actions

This comment has been minimized.

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💥 Automated smoke test review - all systems nominal!

Note

🔒 Integrity filter blocked 1 item

The following item were blocked because they don't meet the GitHub integrity level.

  • #23821 pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

💥 [THE END] — Illustrated by Smoke Claude

@pelikhan
Copy link
Copy Markdown
Collaborator

pelikhan commented Apr 1, 2026

@copilot update gh-aw-firewall https://github.com/github/gh-aw-firewall/releases

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/c109910e-df2f-4188-8b98-4a4e408d51cd

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 1, 2026

@copilot update gh-aw-firewall https://github.com/github/gh-aw-firewall/releases

Updated DefaultFirewallVersion from v0.25.5 to v0.25.6 and recompiled all 179 workflow lock files. (23119d5)

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw ej0jZX0s5iEp (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw -pack /home/REDACTED/work/gh-aw/gh-aw/pkg/constants/constants.go (http block)
  • https://api.github.com/repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b
    • Triggering command: /usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq .object.sha (http block)
  • https://api.github.com/repos/github/gh-aw
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw --jq .visibility (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0 --jq .object.sha (http block)
  • https://api.github.com/repos/githubnext/agentics/git/ref/tags/
    • Triggering command: /usr/bin/gh gh api /repos/githubnext/agentics/git/ref/tags/# --jq .object.sha (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title feat: bump MCP Gateway v0.2.11, Playwright Browser v1.59.0, Playwright MCP 0.0.70 feat: bump MCP Gateway v0.2.11, Playwright Browser v1.59.0, Playwright MCP 0.0.70, Firewall v0.25.6 Apr 1, 2026
@pelikhan pelikhan added the smoke label Apr 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation...

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions github-actions bot removed the smoke label Apr 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

✅ All tools validated successfully! Agent Container Smoke Test confirms agent container is ready.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

Agent Container Tool Check

Tool Status Version
bash 5.2.21
sh available
git 2.53.0
jq 1.7
yq 4.52.4
curl 8.5.0
gh 2.88.1
node 20.20.1
python3 3.12.3
go 1.24.1
java 21.0.10 (Temurin LTS)
dotnet 10.0.201

Result: 12/12 tools available ✅

Overall Status: PASS

🔧 Tool validation by Agent Container Smoke Test ·

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

Smoke Test 23833156227 (@Copilot / assignees: pelikhan, Copilot)

Test Result
GitHub MCP
MCP Scripts GH CLI
Serena MCP ⏭️
Playwright
Web Fetch
File Write + Bash
Discussion Interaction
Build gh-aw
Discussion Creation
Workflow Dispatch
PR Review

Overall: ✅ PASS (Playwright ❌ permission error)

📰 BREAKING: Report filed by Smoke Copilot ·

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smoke test review: Version bump PR looks clean. Four components updated (MCP Gateway v0.2.11, Playwright v1.59.0, Playwright MCP 0.0.70, Firewall v0.25.6) with all 179 lock files recompiled. No issues found.

📰 BREAKING: Report filed by Smoke Copilot

@@ -416,7 +416,7 @@ const DefaultMCPGatewayPayloadSizeThreshold = 524288
const DefaultFirewallRegistry = "ghcr.io/github/gh-aw-firewall"

// DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package
const DefaultPlaywrightMCPVersion Version = "0.0.69"
const DefaultPlaywrightMCPVersion Version = "0.0.70"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bumps look good! Playwright v1.59.0 brings Screencast API and browser.bind() interoperability. No concerns here. ✅

@@ -85,7 +85,7 @@ jobs:
GH_AW_INFO_STAGED: "false"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Firewall version bump from v0.25.5v0.25.6 — the api-proxy auth chain fix in this release (trim keys, align placeholder format, add diagnostics) is a welcome improvement. 🔧

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@pelikhan pelikhan merged commit e6633d8 into main Apr 1, 2026
182 of 183 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-versions-again branch April 1, 2026 05:25
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

💥 Smoke Test 23833156202 — PARTIAL (core: all pass, 3 skipped)

Test
1 GitHub MCP
2 GH CLI (mcpscripts)
3 Serena MCP
4 Make Build
5 Playwright
6 Tavily Search
7 File Writing
8 Bash Tool
9 Discussion Comment
10 Agentic Workflows MCP
11 Slack Safe Output
12 Update PR
13 PR Review Comments
14 Submit PR Review
15 Resolve Thread ⚠️ skipped
16 Add Reviewer
17 Push to PR Branch ⚠️ skipped
18 Close PR ⚠️ skipped

💥 [THE END] — Illustrated by Smoke Claude ·

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💥 Automated smoke test review - all systems nominal!

💥 [THE END] — Illustrated by Smoke Claude

GH_AW_INFO_ALLOWED_DOMAINS: '["defaults"]'
GH_AW_INFO_FIREWALL_ENABLED: "true"
GH_AW_INFO_AWF_VERSION: "v0.25.5"
GH_AW_INFO_AWF_VERSION: "v0.25.6"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump looks correct — v0.25.5v0.25.6 for GH_AW_INFO_AWF_VERSION. Consistent with the other firewall/gateway version bumps in this PR.

GH_AW_INFO_ALLOWED_DOMAINS: '["defaults"]'
GH_AW_INFO_FIREWALL_ENABLED: "true"
GH_AW_INFO_AWF_VERSION: "v0.25.5"
GH_AW_INFO_AWF_VERSION: "v0.25.6"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AWF version bump v0.25.5v0.25.6 confirmed here as well. The MCP Gateway update from v0.2.10v0.2.11 is also correctly reflected in the docker image pull commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] Update CLI versions: MCP Gateway v0.2.11, Playwright Browser v1.59.0, Playwright MCP 0.0.70

3 participants