Skip to content

chore: bump DefaultFirewallVersion to v0.24.5 #21872

Description

@Mossaka

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 0 to squid config, and adds stop_grace_period: 2s to both containers

What to change

  1. Update pkg/constants/constants.go line 341:
    const DefaultFirewallVersion Version = "v0.24.5"
  2. Update any test expectations that reference the old version
  3. Run make recompile to update all workflow lock files
  4. Run make test-unit and make lint to verify

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions