Skip to content

v0.42.12

Choose a tag to compare

@github-actions github-actions released this 07 Feb 01:42
· 169 commits to main since this release
f8b2094

🌟 Release Highlights

This maintenance release focuses on stability improvements and infrastructure updates for gh-aw workflows.

πŸ› Bug Fixes & Improvements

  • Fixed Go version PATH ordering (#14237) - Workflows now correctly prioritize the Go version set by actions/setup-go over hostedtoolcache versions, resolving make build failures in Codex smoke tests
  • Updated strict mode test syntax (#14242) - Test cases now use bash: [] instead of deprecated anonymous bash: syntax for better validation compatibility
  • Refactored repository checks (#14246) - Improved code reusability by extracting shared repository validation methods, plus added add-wizard alias for the add command

⚑ Infrastructure

  • Upgraded MCP Gateway to v0.0.107 (#14244) - All 147 compiled workflows now reference the latest MCP Gateway container version

For complete details, see CHANGELOG.

Generated by Release


What's Changed

  • Remove anonymous bash tool syntax, require explicit configuration by @Copilot in #14222
  • Fix Go version ordering in GetNpmBinPathSetup by @Mossaka in #14237
  • Fix strict mode tests using deprecated anonymous bash syntax by @Copilot in #14242
  • Update MCP Gateway to v0.0.107 by @Copilot in #14244
  • πŸ”§ Refactor repository checks in interactive workflows by @dsyme in #14246

Full Changelog: v0.42.11...v0.42.12