Skip to content

Revert default firewall/MCP gateway bump from ac0fd258#32944

Merged
pelikhan merged 3 commits into
mainfrom
copilot/revert-commit-ac0fd258
May 18, 2026
Merged

Revert default firewall/MCP gateway bump from ac0fd258#32944
pelikhan merged 3 commits into
mainfrom
copilot/revert-commit-ac0fd258

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

This PR reverts ac0fd258d01de85c5500c95fe89f62ff24ddbc67, which bumped the default AWF firewall to v0.25.48 and MCP gateway to v0.3.11. The revert restores the previous pinned defaults and the generated artifacts tied to those pins.

  • Version/pin rollback

    • Reverts pkg/constants/version_constants.go to the prior default firewall and MCP gateway versions.
    • Reverts pkg/workflow/gh_cli_permissions.go changes introduced by the bump.
  • Workflow lockfile rollback

    • Reverts the .github/workflows/*.lock.yml updates from the bumped release back to their prior lock state.
  • Generated fixture alignment

    • Reverts wasm golden outputs under pkg/workflow/testdata/TestWasmGolden_CompileFixtures/ to match the restored defaults.
    • Removes the bump-specific changeset file: .changeset/patch-bump-firewall-v0-25-48-mcpg-v0-3-11.md.
git revert --no-edit ac0fd258d01de85c5500c95fe89f62ff24ddbc67

….11 (#32913)"

This reverts commit ac0fd25.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan pelikhan marked this pull request as ready for review May 18, 2026 03:49
Copilot AI review requested due to automatic review settings May 18, 2026 03:49
@pelikhan
Copy link
Copy Markdown
Collaborator

@copilot merge main and recompile

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

Reverts commit ac0fd258… to roll back the default AWF firewall and MCP gateway version pins, along with the generated lockfiles and wasm golden fixtures that depend on those pins.

Changes:

  • Restore default pinned versions to AWF v0.25.46 and MCP gateway v0.3.9.
  • Revert generated workflow lockfiles (.github/workflows/*.lock.yml) to match the restored defaults.
  • Re-align wasm golden fixture outputs with the reverted pins and remove the bump-specific changeset file.
Show a summary per file
File Description
pkg/constants/version_constants.go Reverts default AWF/MCPG version constants to prior pins.
pkg/workflow/gh_cli_permissions.go Reverts prior bump-related changes; introduces a gofmt formatting issue in the touched struct definitions.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden Updates golden output to match reverted AWF/MCPG versions.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden Updates golden output to match reverted AWF/MCPG versions.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden Updates golden output to match reverted AWF/MCPG versions.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden Updates golden output to match reverted AWF/MCPG versions.
.github/workflows/test-workflow.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/smoke-ci.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/release.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/hippo-embed.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/firewall.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/example-permissions-warning.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/daily-malicious-code-scan.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/copilot-token-optimizer.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/codex-github-remote-mcp-test.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/code-simplifier.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/changeset.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/bot-detection.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/ai-moderator.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.github/workflows/ace-editor.lock.yml Reverts locked container/action references to prior AWF/MCPG pins.
.changeset/patch-bump-firewall-v0-25-48-mcpg-v0-3-11.md Removes the bump-specific changeset as part of the revert.

Copilot's findings

Tip

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

  • Files reviewed: 54/236 changed files
  • Comments generated: 1

Comment on lines +19 to 26
Description string `json:"description"`
ReadSubcommands []string `json:"read_subcommands"`
WriteSubcommands []string `json:"write_subcommands"`
ReadPermissions []string `json:"read_permissions"`
WritePermissions []string `json:"write_permissions"`
AppReadPermissions []string `json:"app_read_permissions"`
AppWritePermissions []string `json:"app_write_permissions"`
}
Copilot AI and others added 2 commits May 18, 2026 03:55
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 18, 2026

@copilot merge main and recompile

Done. I merged origin/main in 1848d01 and recompiled, which updated .github/workflows/daily-model-inventory.lock.yml in 4ca38e0. Targeted checks passed (make lint-lock, go test -short ./pkg/workflow).

Copilot AI requested a review from pelikhan May 18, 2026 04:01
@pelikhan pelikhan merged commit c2a2a94 into main May 18, 2026
@pelikhan pelikhan deleted the copilot/revert-commit-ac0fd258 branch May 18, 2026 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants