Summary
Bump DefaultFirewallVersion from v0.25.18 to v0.25.19.
Changes Required
pkg/constants/version_constants.go — Update DefaultFirewallVersion from "v0.25.18" to "v0.25.19"
make build — Rebuild the binary (version constant is compiled in)
make recompile — Recompile all workflow lock files to pick up the new firewall image tag
make agent-finish — Full pre-commit validation
Notes
- Lock files referencing the firewall Docker image tag will be updated by
make recompile
- The
getAWFImageTag() helper strips the v prefix, so the Docker image tag becomes 0.25.19
- Check if the MCPG version also needs a coordinated bump
Summary
Bump
DefaultFirewallVersionfromv0.25.18tov0.25.19.Changes Required
pkg/constants/version_constants.go— UpdateDefaultFirewallVersionfrom"v0.25.18"to"v0.25.19"make build— Rebuild the binary (version constant is compiled in)make recompile— Recompile all workflow lock files to pick up the new firewall image tagmake agent-finish— Full pre-commit validationNotes
make recompilegetAWFImageTag()helper strips thevprefix, so the Docker image tag becomes0.25.19