Summary
Bump the pinned default versions in pkg/constants/version_constants.go:
| Constant |
Current |
New |
DefaultFirewallVersion |
v0.27.7 |
v0.27.9 |
DefaultMCPGatewayVersion |
v0.3.27 |
v0.3.29 |
Releases
Why
Changes required
- Update
pkg/constants/version_constants.go:
DefaultFirewallVersion → v0.27.9
DefaultMCPGatewayVersion → v0.3.29
- Re-pin container image digests (firewall agent/squid/api-proxy/cli-proxy and the mcpg image) wherever digests are recorded (
pkg/workflow/data/action_pins.json / pkg/actionpins/data/action_pins.json, lock files).
- Recompile workflows so
.lock.yml files pick up the new image tags + digests.
- Add a changeset (e.g.
.changeset/patch-bump-awf-v0-27-9-mcpg-v0-3-29.md) following the existing naming convention.
- Run tests (
pkg/constants/spec_test.go, firewall pin compile tests) to validate.
Summary
Bump the pinned default versions in
pkg/constants/version_constants.go:DefaultFirewallVersionv0.27.7v0.27.9DefaultMCPGatewayVersionv0.3.27v0.3.29Releases
Why
tokenauth prefix for the Copilot Business endpoint, Refactor oversized test files into focused, maintainable modules #5415) and de-flakes the docker-host staging tests (parallel-worker race on/tmp/gh-aw, Verify safe-output pattern consistency is already complete #5467). Includes the gh-aw v0.81.0 recompile and extensive api-proxy/host-iptables refactors.Changes required
pkg/constants/version_constants.go:DefaultFirewallVersion→v0.27.9DefaultMCPGatewayVersion→v0.3.29pkg/workflow/data/action_pins.json/pkg/actionpins/data/action_pins.json, lock files)..lock.ymlfiles pick up the new image tags + digests..changeset/patch-bump-awf-v0-27-9-mcpg-v0-3-29.md) following the existing naming convention.pkg/constants/spec_test.go, firewall pin compile tests) to validate.