Skip to content

Bump gh-aw-firewall to v0.27.37 and sync AWF integration artifacts - #46637

Merged
lpcox merged 3 commits into
mainfrom
bump-awf-v0.27.36
Jul 19, 2026
Merged

Bump gh-aw-firewall to v0.27.37 and sync AWF integration artifacts#46637
lpcox merged 3 commits into
mainfrom
bump-awf-v0.27.36

Conversation

@lpcox

@lpcox lpcox commented Jul 19, 2026

Copy link
Copy Markdown
Collaborator

Summary

Bumps the default gh-aw-firewall (AWF) version from v0.27.35 → v0.27.37 (release) and syncs the related integration artifacts.

Changes

  • pkg/constants/version_constants.go: DefaultFirewallVersionv0.27.37. No AWF*MinVersion gates changed — the release range (v0.27.35…v0.27.37) is fixes/docs with no new gated CLI flags.
  • pkg/workflow/schemas/awf-config.schema.json: synced to the release schema (preserving the main-branch $id and the gh-aw–specific sbx containerRuntime note). Schema changes carried in from v0.27.36:
    • apiProxy.enabled marked deprecated (the API proxy sidecar is now always enabled)
    • new legacySecurity boolean property; securityMode deprecated in its favor
    • clarified env-propagation / credential-exclusion descriptions
    • (v0.27.37's schema is content-identical to v0.27.36)
  • .github/aw/actions-lock.json + pkg/actionpins/data/action_pins.json + pkg/workflow/data/action_pins.json: added the resolved 0.27.37 firewall container digest pins (agent, api-proxy, cli-proxy, squid).
  • All 258 .lock.yml files recompiled to reference 0.27.37.
  • Added changeset .changeset/patch-bump-awf-v0-27-37.md.

v0.27.37 release highlights

  • Add ~/.local/bin to sandbox PATH for rootless copilot installs
  • Protect ANTHROPIC_AUTH_TOKEN in AWF credential-isolation paths
  • Runner doctor catalog updates

Validation

  • make build, make fmt clean; pkg/workflow AWF/schema tests and pkg/constants tests pass.
  • make recompile intermittently fails only on deep-report.md — a transient npm E404 for agentdb@alpha that also fails on clean main, so it is pre-existing and unrelated to this bump (compiles fine when npm is reachable).

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 622ac3ca-2829-4746-96cb-6d10c8e0bc44
Copilot AI review requested due to automatic review settings July 19, 2026 18:38

Copilot AI 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

Bumps AWF from v0.27.35 to v0.27.36 and synchronizes schemas, container pins, and generated workflows.

Changes:

  • Updates the default AWF version and embedded schema.
  • Adds v0.27.36 container digests.
  • Regenerates 258 workflow lock files, currently without applying those digests.
Show a summary per file
File Description
pkg/constants/version_constants.go Updates the default AWF version.
pkg/workflow/schemas/awf-config.schema.json Synchronizes v0.27.36 schema changes.
.github/aw/actions-lock.json Adds firewall container digest pins.
pkg/actionpins/data/action_pins.json Embeds the new digest pins.
pkg/workflow/data/action_pins.json Adds workflow compiler pins.
.changeset/patch-bump-awf-v0-27-36.md Records the patch release.
.github/workflows/*.lock.yml (258 files) Regenerates workflows for AWF v0.27.36.

Review details

Tip

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

  • Files reviewed: 36/264 changed files
  • Comments generated: 1
  • Review effort level: Medium

Comment thread .github/workflows/smoke-ci.lock.yml Outdated
@@ -630,7 +630,7 @@ jobs:
GH_AW_SKILL_DIR: ".github/skills"
run: bash "${RUNNER_TEMP}/gh-aw/actions/restore_inline_skills.sh"
- name: Download container images
run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.27.35@sha256:2202f63e8650b2b8b0d38033b44a05387b2b71ad3e690c4d23a34786f5462aed ghcr.io/github/gh-aw-firewall/api-proxy:0.27.35@sha256:755b79d0dfda82bd6b43a208d68666721e504110c5d342a4eeb199802644ff04 ghcr.io/github/gh-aw-firewall/squid:0.27.35@sha256:f69282ec7b1326ba53891c399cf5b10475c0d3ccf4e1519b33d234a5427b57d3 ghcr.io/github/gh-aw-mcpg:v0.4.1@sha256:ad2a979c2cd8b50098e84938ca9c9c1580eb8e91526f101a90adfba7859b2c32 ghcr.io/github/gh-aw-node@sha256:529d02eb970b1161aa25c593a9c3df57fdfad5a8add328cb3b6eccef66f3183b ghcr.io/github/github-mcp-server:v1.6.0@sha256:2b0c48b070f61e9d3969269ead600f62d00fb237b60ac849ef3d166ee7de9ad3
run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.27.36 ghcr.io/github/gh-aw-firewall/api-proxy:0.27.36 ghcr.io/github/gh-aw-firewall/squid:0.27.36 ghcr.io/github/gh-aw-mcpg:v0.4.1@sha256:ad2a979c2cd8b50098e84938ca9c9c1580eb8e91526f101a90adfba7859b2c32 ghcr.io/github/gh-aw-node@sha256:529d02eb970b1161aa25c593a9c3df57fdfad5a8add328cb3b6eccef66f3183b ghcr.io/github/github-mcp-server:v1.6.0@sha256:2b0c48b070f61e9d3969269ead600f62d00fb237b60ac849ef3d166ee7de9ad3
@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

✅ All tools validated successfully! Agent Container Smoke Test confirms agent container is ready.

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Pi MISSION COMPLETE! Pi delivered. 🥧

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Antigravity MISSION COMPLETE! Antigravity has spoken. ✨

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

No GitHub write actions yet; collecting smoke-test results and handling unavailable browser/web-fetch tooling.

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Gemini MISSION COMPLETE! Gemini has spoken. ✨

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges...

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Smoke Copilot MAI completed successfully!

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Smoke Copilot Small completed successfully!

@github-actions

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Smoke OTEL completed successfully!

@github-actions

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot - AOAI (Entra) is now investigating this pull request. Sources say the story is developing...

@github-actions

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot - AOAI (apikey) is now investigating this pull request. Sources say the story is developing...

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Gemini MISSION COMPLETE! Gemini has spoken. ✨

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges...

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Pi MISSION COMPLETE! Pi delivered. 🥧

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Antigravity MISSION COMPLETE! Antigravity has spoken. ✨

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

🌑 The shadows whisper... Smoke Codex failed to deliver outputs. The oracle requires further meditation...

@github-actions

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot - AOAI (Entra) is now investigating this pull request. Sources say the story is developing...

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

✅ All tools validated successfully! Agent Container Smoke Test confirms agent container is ready.

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Smoke Copilot MAI completed successfully!

@github-actions

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot - AOAI (apikey) is now investigating this pull request. Sources say the story is developing...

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Smoke OTEL completed successfully!

@github-actions

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Smoke Copilot Small completed successfully!

@github-actions

Copy link
Copy Markdown
Contributor

Smoke Test: Gemini - 29704409268

  • GitHub MCP: ✅
  • Web Fetch: ✅
  • File Writing: ✅
  • Bash Tool: ✅
  • Build gh-aw: ❌

Overall Status: FAIL

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • localhost

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "localhost"

See Network Configuration for more information.

Smoke Gemini — Powered by Gemini · 15 AIC · ⌖ 1.54 AIC · ⊞ 9.3K ·
Comment /smoke-gemini to run again

@github-actions

Copy link
Copy Markdown
Contributor

Agent Container Tool Check

Tool Status Version
bash 5.2.21
sh available
git 2.54.0
jq 1.7
yq 4.53.3
curl 8.5.0
gh 2.96.0
node 20.20.2
python3 3.11.15 (PyPy 7.3.23)
go 1.24.13
java 10.0.301
dotnet 10.0.301

Result: 12/12 tools available ✅

Overall Status: PASS

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

🔧 Tool validation by Agent Container Smoke Test · 9.16 AIC · ⌖ 8.15 AIC · ⊞ 4.8K ·
Comment /smoke-test-tools to run again

@github-actions

Copy link
Copy Markdown
Contributor

Smoke Test summary: most commits in the last 24h focus on workshop/UI changes, with additional safe-output, linter, parser, and logging fixes. Overall status: PASS

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by ⚡ Smoke Copilot MAI · 4.71 AIC · ⌖ 1.41 AIC · ⊞ 14.9K ·
Comment /smoke-copilot-mai to run again
Add label smoke to run again

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

Copilot AI commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

@copilot update wasm golden

Addressed in 979e3af.

@github-actions

Copy link
Copy Markdown
Contributor

Smoke Test: Codex - 29704409247
✅ GitHub MCP, Serena, file write, bash readback, build, cache memory
❌ Playwright, web fetch
✅ Set issue field
Overall: FAIL

🔮 The oracle has spoken through Smoke Codex · 7.35 AIC · ⌖ 0.591 AIC · ⊞ 12K ·
Comment /smoke-codex to run again

Copilot AI requested a review from pelikhan July 19, 2026 21:36
@github-actions

Copy link
Copy Markdown
Contributor

Smoke tests completed: Overall FAIL. See issue #{{aw_smoke1}}.

📰 BREAKING: Report filed by Smoke Copilot - AOAI (apikey) · 10.6 AIC · ⌖ 3.18 AIC · ⊞ 17.8K ·
Comment /smoke-copilot-aoai-apikey to run again
Add label smoke to run again

@github-actions

Copy link
Copy Markdown
Contributor

Comment Memory

Smoke drum beats
Bots test moonlit build
Green sparks hunt the dawn

Note

This comment is managed by comment memory.

It stores persistent context for this thread in the code block at the top of this comment.
Edit only the text inside the backtick fences; workflow metadata and the footer are regenerated automatically.

Learn more about comment memory

📰 BREAKING: Report filed by Smoke Copilot · 60.8 AIC · ⌖ 5.45 AIC · ⊞ 19.7K ·
Comment /smoke-copilot to run again
Add label smoke to run again

@github-actions github-actions Bot 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.

Smoke review tools ran.

📰 BREAKING: Report filed by Smoke Copilot · 60.8 AIC · ⌖ 5.45 AIC · ⊞ 19.7K
Comment /smoke-copilot to run again
Add label smoke to run again

@lpcox
lpcox merged commit 5c93e1d into main Jul 19, 2026
24 checks passed
@lpcox
lpcox deleted the bump-awf-v0.27.36 branch July 19, 2026 22:09
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.14

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.

4 participants