feat: bump firewall to v0.25.18 and MCPG to v0.2.17#25505
Merged
Conversation
Closes #25500 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the default pinned versions for the AWF firewall and MCP Gateway, and regenerates the compiled workflow artifacts (workflow lock files and WASM golden outputs) to reflect the new defaults.
Changes:
- Update
DefaultFirewallVersiontov0.25.18andDefaultMCPGatewayVersiontov0.2.17. - Regenerate workflow lock files to reference the new AWF/MCPG versions (including container image tags and install steps).
- Update WASM golden fixture outputs to reflect the new default versions.
Show a summary per file
| File | Description |
|---|---|
| pkg/constants/version_constants.go | Bumps default pinned AWF and MCPG versions. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden | Updates golden output to AWF v0.25.18 / MCPG v0.2.17. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden | Updates golden output to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/workflow-generator.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/weekly-blog-post-writer.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/test-workflow.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/test-project-url-default.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/test-dispatcher.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/smoke-gemini.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/security-compliance.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/repo-tree-map.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/refiner.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/pr-triage-agent.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/poem-bot.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/plan.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/metrics-collector.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/jsweep.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/issue-triage-agent.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/issue-monster.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/gpclean.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/firewall.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/example-permissions-warning.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/dev.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/daily-malicious-code-scan.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/craft.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/contribution-check.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/codex-github-remote-mcp-test.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/code-simplifier.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/changeset.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/bot-detection.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/ai-moderator.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
| .github/workflows/ace-editor.lock.yml | Updates locked workflow to AWF v0.25.18 / MCPG v0.2.17. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 83/190 changed files
- Comments generated: 0
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.
Summary
Bumps default component versions:
v0.25.17→v0.25.18v0.2.16→v0.2.17All 187 workflow lock files recompiled with new versions.
Closes #25500