Conversation
Fixes #7945 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
There was a problem hiding this comment.
Pull request overview
Updates the minimum/bundled GitHub CLI (gh) version used by azd’s GitHub tool wrapper to align with the upstream v2.92.0 release, addressing the requested version bump in issue #7945.
Changes:
- Bump required/downloaded GitHub CLI version from
2.89.0to2.92.0. - Update the inline example download URL comment to reflect the new version.
wbreza
left a comment
There was a problem hiding this comment.
✅ LGTM — clean version bump.
Reviewed:
- Version constant updated from 2.89.0 → 2.92.0
- Comment URL updated to match
- No other codebase references to old version (historical changelogs are correct as-is)
- Tests reference Version dynamically — no hardcoded strings to update
- No CI/workflow pinned versions to change
Complete and correct. Ship it! 🚢
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
jongio
left a comment
There was a problem hiding this comment.
Clean version bump. Picks up a log terminal injection security fix from v2.92.0 - good to get that in. No other files need updating (the regex test uses independent version data).
CI is all green, already approved by @wbreza. Ship it.
Updates the bundled GitHub CLI version from 2.89.0 to 2.92.0.
Fixes #7945
Release: https://github.com/cli/cli/releases/tag/v2.92.0
Changes
Versionconstant incli/azd/pkg/tools/github/github.go