Revert default firewall/MCP gateway bump from ac0fd258#32944
Merged
Conversation
Copilot created this pull request from a session on behalf of
pelikhan
May 18, 2026 03:48
View session
Collaborator
|
@copilot merge main and recompile |
Contributor
There was a problem hiding this comment.
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.46and MCP gatewayv0.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"` | ||
| } |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Done. I merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR reverts
ac0fd258d01de85c5500c95fe89f62ff24ddbc67, which bumped the default AWF firewall tov0.25.48and MCP gateway tov0.3.11. The revert restores the previous pinned defaults and the generated artifacts tied to those pins.Version/pin rollback
pkg/constants/version_constants.goto the prior default firewall and MCP gateway versions.pkg/workflow/gh_cli_permissions.gochanges introduced by the bump.Workflow lockfile rollback
.github/workflows/*.lock.ymlupdates from the bumped release back to their prior lock state.Generated fixture alignment
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/to match the restored defaults..changeset/patch-bump-firewall-v0-25-48-mcpg-v0-3-11.md.