Skip to content

Bump MCPG to v0.3.2 and AWF firewall to v0.25.30 #29245

@lpcox

Description

@lpcox

Summary

Bump default component versions:

Component Current Target
MCP Gateway (gh-aw-mcpg) v0.3.1 v0.3.2
AWF Firewall (gh-aw-firewall) v0.25.29 v0.25.30

File to Modify

pkg/constants/version_constants.go:

const DefaultFirewallVersion Version = "v0.25.30"    // was v0.25.29
const DefaultMCPGatewayVersion Version = "v0.3.2"    // was v0.3.1

Post-Change Steps

  1. make build — rebuild binary with new defaults
  2. make recompile — regenerate all lock files with updated versions
  3. make agent-finish — full validation (build + test + fmt + lint)
  4. Verify lock files reference the new versions:
    grep -r "gh-aw-mcpg:v" .github/workflows/*.lock.yml | head -5
    grep -r "firewall.*v0\." .github/workflows/*.lock.yml | head -5

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency fileenhancementNew feature or requestworkflows

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions