Summary
Bump default component versions:
| Component |
Current |
Target |
| MCP Gateway (gh-aw-mcpg) |
v0.3.1 |
v0.3.2 |
| AWF Firewall (gh-aw-firewall) |
v0.25.29 |
v0.25.30 |
File to Modify
pkg/constants/version_constants.go:
const DefaultFirewallVersion Version = "v0.25.30" // was v0.25.29
const DefaultMCPGatewayVersion Version = "v0.3.2" // was v0.3.1
Post-Change Steps
make build — rebuild binary with new defaults
make recompile — regenerate all lock files with updated versions
make agent-finish — full validation (build + test + fmt + lint)
- Verify lock files reference the new versions:
grep -r "gh-aw-mcpg:v" .github/workflows/*.lock.yml | head -5
grep -r "firewall.*v0\." .github/workflows/*.lock.yml | head -5
Summary
Bump default component versions:
File to Modify
pkg/constants/version_constants.go:Post-Change Steps
make build— rebuild binary with new defaultsmake recompile— regenerate all lock files with updated versionsmake agent-finish— full validation (build + test + fmt + lint)