Prepare v1.25.3 release and changelog#8438
Merged
Merged
Conversation
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Prepare next azd core release and changelog
Prepare azd core 1.26.0 release and changelog
May 28, 2026
Copilot stopped work on behalf of
JeffreyCA due to an error
May 28, 2026 17:50
hemarina
approved these changes
May 28, 2026
Contributor
|
/check-enforcer override |
vhvb1989
approved these changes
May 28, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the azd core 1.25.3 release by bumping version files and adding changelog entries.
Changes:
- Bump CLI version from 1.26.0-beta.1 to 1.25.3
- Bump azdext SDK version to 1.25.3 in sync
- Add 1.25.3 changelog section with bug fixes and other changes
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cli/version.txt | Sets CLI version to 1.25.3 |
| cli/azd/pkg/azdext/version.go | Mirrors CLI version in SDK constant |
| cli/azd/CHANGELOG.md | Adds 1.25.3 release notes |
hemarina
approved these changes
May 28, 2026
tg-msft
approved these changes
May 28, 2026
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.
Addresses #8437
This PR prepares the azd core 1.25.3 release by updating the CLI and extension SDK versions and adding release notes for the included fixes. The changelog frames extension pack work as fixing and improving existing support, including manifest dependency handling and
azd extension upgradedependency reconciliation, alongside the progress widget and lifecycle hook output fixes.