Create changelog for 1.22.5 release#6410
Merged
Merged
Conversation
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add changelog for version 1.22.5
Create changelog for 1.22.5 release
Dec 18, 2025
JeffreyCA
marked this pull request as ready for review
December 18, 2025 17:57
JeffreyCA
requested review from
hemarina,
rajeshkamal5050,
tg-msft,
vhvb1989 and
weikanglim
as code owners
December 18, 2025 17:57
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the release notes for azd CLI v1.22.5, a patch release containing two critical bug fixes that address regressions introduced in v1.22.4.
- Updates version from
1.23.0-beta.1to1.22.5 - Converts the unreleased beta section to a formal release dated 2025-12-18
- Documents two bug fixes: one for incorrect extension install prompts with
--previewflag, and another that reverts a feature causing panics during provisioning
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cli/version.txt | Updates the version from 1.23.0-beta.1 to 1.22.5 for the patch release |
| cli/azd/CHANGELOG.md | Converts unreleased beta section to v1.22.5 release with bug fix entries for PRs #6398 and #6408 |
rajeshkamal5050
approved these changes
Dec 18, 2025
JeffreyCA
enabled auto-merge (squash)
December 18, 2025 18:43
Contributor
|
/check-enforcer override |
przemek1505
approved these changes
Dec 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares release notes for azd CLI v1.22.5, which includes two critical bug fixes merged after the 1.22.4 release.
Changes
1.23.0-beta.1 (Unreleased)section to1.22.5 (2025-12-18)incli/azd/CHANGELOG.mdcli/version.txtfrom1.23.0-beta.1to1.22.5provisionbut skip lifecycle events in preview mode #6398:azd provision --previewincorrectly triggering extension auto-install promptsContext
PR #6408 is currently unmerged but included per release requirements to address the regression introduced in v1.22.4.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.