Summary
Update the default firewall version from v0.25.0 to v0.25.1.
Change
In pkg/constants/constants.go line 370, update:
// Before
const DefaultFirewallVersion Version = "v0.25.0"
// After
const DefaultFirewallVersion Version = "v0.25.1"
Post-change steps
make build # Rebuild binary (constant is compiled in)
make recompile # Recompile all workflow lock files
make agent-finish # Full validation
Summary
Update the default firewall version from
v0.25.0tov0.25.1.Change
In
pkg/constants/constants.goline 370, update:Post-change steps