Create changelog for v1.25.6 release#8633
Merged
Merged
Conversation
Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add changelog for v1.25.6 release
Create changelog for v1.25.6 release
Jun 12, 2026
hemarina
marked this pull request as ready for review
June 12, 2026 21:13
🔗 Linked Issue RequiredThanks for the contribution! Please link a GitHub issue to this PR by adding |
vhvb1989
approved these changes
Jun 12, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the 1.25.6 core release entry to the azd changelog and aligns version metadata so the CLI and SDK report the released patch version.
Changes:
- Add
## 1.25.6 (2026-06-12)section tocli/azd/CHANGELOG.md, moving the existing unreleased#8561entry into the release. - Bump
cli/version.txtto1.25.6. - Update
cli/azd/pkg/azdext/version.goVersionconstant to1.25.6to matchcli/version.txt.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cli/azd/CHANGELOG.md | Adds the 1.25.6 release notes under the existing Unreleased header. |
| cli/version.txt | Sets the CLI version to 1.25.6 for the release. |
| cli/azd/pkg/azdext/version.go | Syncs azdext SDK Version with the CLI release version. |
Contributor
|
/check-enforcer override |
hemarina
enabled auto-merge (squash)
June 12, 2026 21:16
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.
Adds the
1.25.6release section to the core azd changelog and bumps version metadata. Covers core CLI changes merged tomainsince v1.25.5; extension-only, docs-only, telemetry-internal, CI, and version-bump commits are excluded per scope rules.Changes
cli/azd/CHANGELOG.md— new## 1.25.6 (2026-06-12)section inserted beneath the persistent1.26.0-beta.1 (Unreleased)header. The previously unreleased fix: make azd init idempotent with respect to the environment #8561 entry moves into 1.25.6, leaving the Unreleased section empty.cli/version.txt—1.26.0-beta.1→1.25.6.cli/azd/pkg/azdext/version.go—Versionconstant →1.25.6(kept in sync withversion.txt).Release contents
DeploymentNotFound), fix: make azd init idempotent with respect to the environment #8561 (azd initidempotent), fix: reduce S0 AccountCount MinCapacity from 2 to 1 #8571 (S0AccountCountmin capacity 2→1 for free-tier), fix: SWA deployment fails with BadRequest "default" environment name — add configurable environment support #8588 (SWAdefaultenv name), fix: lazy-detect container engine so Podman is used in Aspire dotnet deploys #8598 (lazy container-engine detection for Podman).Note for reviewers
The requested patch version (
1.25.6) intentionally differs from the existing1.26.0-beta.1 (Unreleased)dev header. Following the explicit-version rule, the entry is inserted below the header rather than renaming it — consistent with how 1.25.5 was handled.