Skip to content

Commit 5415d38

Browse files
CopilotJeffreyCA
andauthored
Prepare v1.25.3 release and changelog (#8438)
--------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
1 parent 63b0669 commit 5415d38

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

cli/azd/CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Release History
22

3-
## 1.26.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.25.3 (2026-05-28)
84

95
### Bugs Fixed
106

7+
- [[#8316]](https://github.com/Azure/azure-dev/pull/8316) Fix extension pack support gaps: extension manifests can declare `dependencies` without top-level `capabilities`, semver dependency ranges resolve to the highest compatible published version, and install-time dependency cycles fail with a clear error.
8+
- [[#8402]](https://github.com/Azure/azure-dev/pull/8402) Fix the progress widget printing stale, overlapping output on narrow terminals by truncating each rendered line to the terminal width.
9+
- [[#8263]](https://github.com/Azure/azure-dev/pull/8263) Fix lifecycle hook output (`preprovision`, `postprovision`, and `predeploy`) being silently suppressed during `azd up`.
10+
1111
### Other Changes
1212

13+
- [[#8440]](https://github.com/Azure/azure-dev/pull/8440) Promote the `azd tool` command group out of alpha, making it available by default along with its first-run welcome and update-check experiences.
14+
- [[#8316]](https://github.com/Azure/azure-dev/pull/8316) Improve `azd extension upgrade` dependency handling by reconciling declared dependencies to the latest compatible versions, adding `--no-dependency-upgrades` to opt out, and reporting dependency updates via `dependencyUpgrades` in `--output json`.
15+
1316
## 1.25.2 (2026-05-22)
1417

1518
### Bugs Fixed

cli/azd/pkg/azdext/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ package azdext
66
// Version is the semantic version of the azdext SDK package.
77
// This value mirrors the CLI version in cli/version.txt and is
88
// automatically updated by eng/scripts/Update-CliVersion.ps1.
9-
const Version = "1.26.0-beta.1"
9+
const Version = "1.25.3"

cli/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.26.0-beta.1
1+
1.25.3

0 commit comments

Comments
 (0)