Summary
Bump the default MCP Gateway (gh-aw-mcpg) Docker image version from v0.2.17 to v0.2.19.
Changes Required
- Update
pkg/constants/version_constants.go: Change DefaultMCPGatewayVersion from "v0.2.17" to "v0.2.19"
- 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
- Rebuild and recompile:
make build && make recompile to regenerate all lock files with the new version and digest pin
- 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
Summary
Bump the default MCP Gateway (gh-aw-mcpg) Docker image version from
v0.2.17tov0.2.19.Changes Required
pkg/constants/version_constants.go: ChangeDefaultMCPGatewayVersionfrom"v0.2.17"to"v0.2.19"ghcr.io/github/gh-aw-mcpg:v0.2.19and add it to.github/aw/actions-lock.jsonmake build && make recompileto regenerate all lock files with the new version and digest pinmake agent-finishto ensure no regressionsContext
v0.2.17(defined inpkg/constants/version_constants.go:71)DefaultMCPGatewayVersionghcr.io/github/gh-aw-mcpg.github/aw/actions-lock.jsonChecklist
make build)make recompile)make agent-finish