Skip to content

chore: bump MCPG (MCP Gateway) version to v0.2.19 #26068

Description

@lpcox

Summary

Bump the default MCP Gateway (gh-aw-mcpg) Docker image version from v0.2.17 to v0.2.19.

Changes Required

  1. Update pkg/constants/version_constants.go: Change DefaultMCPGatewayVersion from "v0.2.17" to "v0.2.19"
  2. Add container digest pin: Resolve the SHA256 digest for ghcr.io/github/gh-aw-mcpg:v0.2.19 and add it to .github/aw/actions-lock.json
  3. Rebuild and recompile: make build && make recompile to regenerate all lock files with the new version and digest pin
  4. Run validation: make agent-finish to ensure no regressions

Context

  • Current version: v0.2.17 (defined in pkg/constants/version_constants.go:71)
  • Constant: DefaultMCPGatewayVersion
  • Docker image: ghcr.io/github/gh-aw-mcpg
  • Container pin cache: .github/aw/actions-lock.json

Checklist

  • Update version constant
  • Resolve and add SHA256 digest pin to actions-lock.json
  • Rebuild binary (make build)
  • Recompile all workflows (make recompile)
  • Verify lock files contain digest-pinned image references
  • Run make agent-finish

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency fileenhancementNew feature or requestmcp

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