Bump AWF to v0.27.44 and MCP Gateway to v0.4.8 - #50599
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b5add198-bfe0-430d-98f8-6aa4e96723b6
There was a problem hiding this comment.
Pull request overview
Bumps AWF v0.27.43 → v0.27.44 and MCP Gateway v0.4.7 → v0.4.8.
Changes:
- Updates runtime versions and container digest pins.
- Synchronizes the AWF schema and bounded-query version gate.
- Regenerates workflow lock files and documentation.
Review finding: The new schema uses unsupported regex lookaheads, causing AWF configuration to be omitted from generated workflows.
Show a summary per file
| File | Description |
|---|---|
pkg/workflow/tools_types.go |
Updates bounded-query requirement. |
pkg/workflow/schemas/awf-config.schema.json |
Synchronizes AWF schema. |
pkg/workflow/data/action_pins.json |
Adds new image pins. |
pkg/workflow/bounded_queries_test.go |
Updates minimum-version test. |
pkg/parser/schemas/main_workflow_schema.json |
Updates generated schema text. |
pkg/constants/version_constants.go |
Bumps runtime versions and gate. |
pkg/constants/spec_test.go |
Updates expected gate version. |
pkg/actionpins/data/action_pins.json |
Adds action-pin image records. |
docs/src/content/docs/reference/frontmatter-full.md |
Updates generated reference. |
.github/workflows/smoke-ci.lock.yml |
Regenerates smoke workflow. |
.github/workflows/notion-issue-summary.lock.yml |
Regenerates Notion workflow. |
.github/workflows/hippo-embed.lock.yml |
Regenerates Hippo workflow. |
.github/workflows/firewall.lock.yml |
Regenerates firewall workflow. |
.github/workflows/example-permissions-warning.lock.yml |
Regenerates permissions example. |
.github/workflows/daily-arxiv-researcher.lock.yml |
Regenerates research workflow. |
.github/workflows/codex-github-remote-mcp-test.lock.yml |
Regenerates Codex workflow. |
.github/aw/syntax-agentic.md |
Updates syntax guidance. |
.github/aw/designer.md |
Updates designer guidance. |
.github/aw/create-agentic-workflow.md |
Updates workflow-authoring guidance. |
.github/aw/actions-lock.json |
Adds new digest pins. |
.changeset/patch-bump-awf-v0-27-44-mcpg-v0-4-8.md |
Records the patch release. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 23/289 changed files
- Comments generated: 1
- Review effort level: Balanced
| { | ||
| "type": "string", | ||
| "maxLength": 140, | ||
| "pattern": "^[A-Za-z0-9](?:[A-Za-z0-9-]{0,38})/(?!\\.\\.?$)(?!.*\\.\\.)[A-Za-z0-9._-]{1,100}$" |
|
@copilot address review feedback |
|
💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges... |
|
|
|
❌ Tool validation failed! Agent Container Smoke Test detected missing tools: failed |
|
❌ Smoke Copilot Auto failed. Please review the logs for details. |
|
🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation... |
|
❌ Smoke Copilot Small failed. Please review the logs for details. |
|
📰 BREAKING: Smoke Copilot - AOAI (apikey) is now investigating this pull request. Sources say the story is developing... |
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
|
|
📰 BREAKING: Smoke Copilot - AOAI (Entra) is now investigating this pull request. Sources say the story is developing... |
|
❌ Smoke OTEL failed. Please review the logs for details. |
|
❌ Smoke Copilot MAI failed. Please review the logs for details. |
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
|
@copilot merge main and recompile workflows |
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
# Conflicts: # .github/workflows/avenger.lock.yml # .github/workflows/dev-hawk.lock.yml # .github/workflows/tidy.lock.yml Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
|
@copilot resolve the merge conflicts on this branch. |
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
|
@copilot please run
|
|
@copilot please run Run: https://github.com/github/gh-aw/actions/runs/31034308996
|
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
|
@copilot resolve the merge conflicts on this branch. |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot please resolve merge conflicts on this PR.
|
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Summary
gh-aw-firewallversion fromv0.27.43tov0.27.44gh-aw-mcpgversion fromv0.4.7tov0.4.8v0.27.44canonical runtime schemav0.28.0placeholder to its first released version,v0.27.44, and update related documentationRelease review
AWF
v0.27.44introduces confidentiality-aware bounded-query budgets, bounded-agent schema support, API proxy reflection mode, OIDC trace-context handling, and related fixes. The existing gh-aw bounded-query implementation matches the released object-form repository configuration. Bounded agents and reflection mode remain AWF-only capabilities and do not require new gh-aw compiler flags in this bump.MCPG
v0.4.8contains guard, visibility, jq validation, and test hardening changes without configuration changes required in gh-aw.Closes #50585