-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileperformance
Description
Summary
Bump DefaultFirewallVersion in pkg/constants/constants.go from v0.24.3 to v0.24.5.
Why
v0.24.5 includes a fix that eliminates a 10-second container shutdown delay per AWF invocation (github/gh-aw-firewall#1373). This saves ~20s per workflow run (main agent + threat detection).
Changes in v0.24.4 and v0.24.5 since v0.24.3:
- v0.24.4: fix: update vulnerable dependencies (flatted, markdownlint-cli2)
- v0.24.5: fix: eliminate 10s container shutdown delay — switches api-proxy Dockerfile from shell-form CMD to exec form, adds
shutdown_lifetime 0to squid config, and addsstop_grace_period: 2sto both containers
What to change
- Update
pkg/constants/constants.goline 341:const DefaultFirewallVersion Version = "v0.24.5"
- Update any test expectations that reference the old version
- Run
make recompileto update all workflow lock files - Run
make test-unitandmake lintto verify
References
- Release: https://github.com/github/gh-aw-firewall/releases/tag/v0.24.5
- Shutdown fix PR: fix: eliminate 10s container shutdown delay gh-aw-firewall#1373
- Performance report: Performance report #21703
Reactions are currently unavailable
Metadata
Metadata
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileperformance
Type
Fields
Give feedbackNo fields configured for issues without a type.