Summary
Bump the default Agent Workflow Firewall (AWF) version from v0.25.29 to v0.25.35.
Changes Required
File: pkg/constants/version_constants.go
// Before
const DefaultFirewallVersion Version = "v0.25.29"
// After
const DefaultFirewallVersion Version = "v0.25.35"
Checklist
Notes
- MCPG is already at v0.3.3 (no change needed)
- Check gh-aw-firewall releases for changelog between v0.25.29 and v0.25.35
Summary
Bump the default Agent Workflow Firewall (AWF) version from
v0.25.29tov0.25.35.Changes Required
File:
pkg/constants/version_constants.goChecklist
DefaultFirewallVersioninpkg/constants/version_constants.gomake buildto rebuild the binarymake recompileto regenerate all lock files with the new versionmake agent-finishto validateNotes