Thanks to visit codestin.com
Credit goes to github.com

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

Copy link
Copy Markdown
Contributor

Copilot AI commented May 22, 2026

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.go
const DefaultMCPGatewayVersion Version = "v0.3.18"

Copilot AI linked an issue May 22, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Bump mcpg to version v0.3.18 Bump default MCP Gateway image to gh-aw-mcpg v0.3.18 May 22, 2026
Copilot AI requested a review from lpcox May 22, 2026 18:11
Copilot finished work on behalf of lpcox May 22, 2026 18:11
@lpcox lpcox marked this pull request as ready for review May 22, 2026 18:27
Copilot AI review requested due to automatic review settings May 22, 2026 18:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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
File Description
pkg/constants/version_constants.go Bumps DefaultMCPGatewayVersion constant to v0.3.18.
.changeset/patch-bump-gh-aw-mcpg-v0-3-18.md Adds changeset entry for the patch release note.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden Updates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden Updates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden Updates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden Updates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.golden Updates expected compiled output (including CLI proxy image) to gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.golden Updates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.golden Updates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.golden Updates expected compiled output to use gh-aw-mcpg:v0.3.18.
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.golden Updates expected compiled output to use gh-aw-mcpg:v0.3.18.
.github/workflows/workflow-skill-extractor.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/weekly-editors-health-check.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/visual-regression-checker.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/video-analyzer.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/update-astro.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/test-workflow.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/test-project-url-default.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/test-dispatcher.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/smoke-workflow-call.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/smoke-temporary-id.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/smoke-service-ports.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/smoke-ci.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/repo-tree-map.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/pr-nitpick-reviewer.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/pr-code-quality-reviewer.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/issue-triage-agent.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/github-remote-mcp-auth-test.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/firewall.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/example-permissions-warning.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/docs-noob-tester.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/dependabot-go-checker.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/dependabot-burner.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/daily-team-status.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/daily-syntax-error-quality.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/daily-sentrux-report.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/daily-malicious-code-scan.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/codex-github-remote-mcp-test.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/code-simplifier.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/bot-detection.lock.yml Regenerated lockfile to reference gh-aw-mcpg:v0.3.18.
.github/workflows/ace-editor.lock.yml Regenerated 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-actions github-actions Bot mentioned this pull request May 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

Test Quality Sentinel failed during test quality analysis.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

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
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

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

@lpcox lpcox 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 main May 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 free to 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