Skip to content

Bump default MCP Gateway image to gh-aw-mcpg v0.3.18 - #34081

Merged
lpcox merged 2 commits into
mainfrom
copilot/bump-mcpg-to-v0318
May 22, 2026
Merged

Bump default MCP Gateway image to gh-aw-mcpg v0.3.18#34081
lpcox merged 2 commits into
mainfrom
copilot/bump-mcpg-to-v0318

Conversation

CopilotAI commented May 22, 2026

Copy link
Copy Markdown
Contributor

This PR updates gh-aw to consume MCP Gateway v0.3.18 as the default runtime image. It aligns generated workflow artifacts with the new gateway tag so compiled outputs consistently reference the upgraded image.

  • Version source update

    • Bumped DefaultMCPGatewayVersion from v0.3.17 to v0.3.18 in pkg/constants/version_constants.go.
  • Compiled workflow lockfile refresh

    • Updated generated .github/workflows/*.lock.yml artifacts that embed ghcr.io/github/gh-aw-mcpg:v0.3.17 to v0.3.18.
  • WASM golden output refresh

    • Updated workflow golden fixtures under:
      • pkg/workflow/testdata/TestWasmGolden_AllEngines/*.golden
      • pkg/workflow/testdata/TestWasmGolden_CompileFixtures/*.golden
    • These now reflect the new MCP Gateway default image tag in expected compiled output.
  • Release note entry

    • Added .changeset/patch-bump-gh-aw-mcpg-v0-3-18.md for the patch release note.
// pkg/constants/version_constants.goconstDefaultMCPGatewayVersionVersion="v0.3.18"

CopilotAI linked an issue May 22, 2026 that may be closed by this pull request
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
CopilotAI changed the title [WIP] Bump mcpg to version v0.3.18Bump default MCP Gateway image to gh-aw-mcpg v0.3.18May 22, 2026
CopilotAI requested a review from lpcoxMay 22, 2026 18:11
@lpcox
lpcox marked this pull request as ready for review May 22, 2026 18:27
CopilotAI review requested due to automatic review settings May 22, 2026 18:27

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request bumps the default MCP Gateway runtime image consumed by gh-aw from v0.3.17 to v0.3.18, and refreshes generated workflow artifacts / WASM golden fixtures so compiled outputs consistently reference the upgraded gateway tag.

Changes:

  • Updated DefaultMCPGatewayVersion to v0.3.18.
  • Refreshed generated .github/workflows/*.lock.yml artifacts embedding the MCP Gateway image tag.
  • Refreshed WASM compilation golden fixtures to match the new default image tag.
Show a summary per file
FileDescription
pkg/constants/version_constants.goBumps DefaultMCPGatewayVersion constant to v0.3.18.
.changeset/patch-bump-gh-aw-mcpg-v0-3-18.mdAdds changeset entry for the patch release note.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.goldenUpdates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.goldenUpdates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.goldenUpdates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.goldenUpdates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.goldenUpdates expected compiled output (including CLI proxy image) to gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.goldenUpdates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.goldenUpdates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.goldenUpdates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.goldenUpdates expected compiled output to use gh-aw-mcpg:v0.3.18.
.github/workflows/workflow-skill-extractor.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/weekly-editors-health-check.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/visual-regression-checker.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/video-analyzer.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/update-astro.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/test-workflow.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/test-project-url-default.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/test-dispatcher.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/smoke-workflow-call.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/smoke-temporary-id.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/smoke-service-ports.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/smoke-ci.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/repo-tree-map.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/pr-nitpick-reviewer.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/pr-code-quality-reviewer.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/issue-triage-agent.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/github-remote-mcp-auth-test.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/firewall.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/example-permissions-warning.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/docs-noob-tester.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/dependabot-go-checker.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/dependabot-burner.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/daily-team-status.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/daily-syntax-error-quality.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/daily-sentrux-report.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/daily-malicious-code-scan.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/codex-github-remote-mcp-test.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/code-simplifier.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/bot-detection.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/ace-editor.lock.ymlRegenerated lockfile to reference gh-aw-mcpg:v0.3.18.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 121/245 changed files
  • Comments generated: 0

@github-actionsgithub-actionsBot mentioned this pull request May 22, 2026
@github-actions

github-actionsBot commented May 22, 2026

Copy link
Copy Markdown
Contributor

Test Quality Sentinel failed during test quality analysis.

@github-actions

github-actionsBot commented May 22, 2026

Copy link
Copy Markdown
Contributor

🧠 Matt Pocock Skills Reviewer failed during the skills-based review.

@github-actions

github-actionsBot commented May 22, 2026

Copy link
Copy Markdown
Contributor

Design Decision Gate 🏗️ completed the design decision gate check.

No ADR enforcement needed: PR #34081 does not have the 'implementation' label and has only 19 new lines of code in business logic directories (well under the 100-line threshold).

@github-actions

github-actionsBot commented May 22, 2026

Copy link
Copy Markdown
Contributor

⚠️PR Code Quality Reviewer failed during code quality review.

@lpcoxlpcox added the smoke label May 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

@copilot please fix the failing test/code-quality checks, rerun them, and share the remaining blocker summary.

Generated by 👨‍🍳 PR Sous Chef · ● 4.3M ·

@github-actions

Copy link
Copy Markdown
Contributor

Investigate the failed Test Quality Sentinel check and rerun checks.

Generated by 👨‍🍳 PR Sous Chef · ● 6.2M ·

@lpcox
lpcox merged commit 38f5321 into mainMay 22, 2026
80 of 87 checks passed
@lpcox
lpcox deleted the copilot/bump-mcpg-to-v0318 branch May 22, 2026 21:21
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump mcpg to v0.3.18

3 participants

@lpcox