Skip to content

Commit 208a518

Browse files
Regenerate 1.25.0 core azd release notes and bump version metadata (#8115)
* Initial plan * Add 1.24.4 changelog entry Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/166bdaae-c572-47e8-be9a-4e6696c95e5d Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com> * Regenerate 1.24.4 changelog and bump core version files Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/edb5ab96-02c7-410f-ad9d-5a72435d4b42 Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com> * Bump core release version to 1.25.0 Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/8cae504f-901f-409e-8021-c34a050e4207 Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
1 parent dd75998 commit 208a518

3 files changed

Lines changed: 25 additions & 4 deletions

File tree

cli/azd/CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,43 @@
44

55
### Features Added
66

7+
8+
### Breaking Changes
9+
10+
### Bugs Fixed
11+
12+
13+
### Other Changes
14+
15+
16+
## 1.25.0 (2026-05-08)
17+
18+
### Features Added
19+
20+
- [[#7450]](https://github.com/Azure/azure-dev/pull/7450) Add `azd tool` command group for discovering, installing, checking, and upgrading Azure development tools, including first-run tooling guidance in core workflows.
21+
- [[#7982]](https://github.com/Azure/azure-dev/pull/7982) Add `Secret` prompt option in core azd and extension gRPC prompts so sensitive values are masked during input.
722
- [[#8071]](https://github.com/Azure/azure-dev/pull/8071) `azd show -o json` now includes the deployed ingress URL for each service. The value is emitted under both `ingresUrl` (preserved for back-compat with existing consumers) and `ingressUrl` (correctly spelled, preferred going forward). Both keys are omitted when no ingress URL is available (e.g. for Container App Jobs).
23+
- [[#8085]](https://github.com/Azure/azure-dev/pull/8085) Improve `azd tool check` to detect update availability by querying package managers, extension registries, and the VS Code Marketplace instead of relying only on cached values.
824
- [[#7776]](https://github.com/Azure/azure-dev/pull/7776) Layer dependency analysis for `infra.layers` is now safe-by-default: when the static analyzer encounters a syntax pattern it cannot resolve to a literal env-var name (non-literal `readEnvironmentVariable(varName)` in `.bicepparam`, ARM template expressions like `[parameters('foo')]` in `.parameters.json`, or `param x = readEnvironmentVariable('Y')` defaults inside `.bicep`), the consuming layer is forced to depend on all earlier layers. This trades parallelism for correctness on under-analyzed inputs.
925
- [[#7776]](https://github.com/Azure/azure-dev/pull/7776) New `infra.layers[].dependsOn` field in `azure.yaml` lets authors declare hook-mediated edges (for example, when a postprovision hook in another layer writes an env var that this layer's bicepparam reads at provision time) that no static analyzer can infer from `.bicep` / `.bicepparam` / `.parameters.json` contents alone. Explicit edges union with detected edges and are validated for unknown layer names, self-references, and cycles.
1026
- [[#7776]](https://github.com/Azure/azure-dev/pull/7776) Add `provision.layer.*` telemetry attributes (`count`, `max_parallel`, `safe_fallback_count`, `explicit_dependson_count`) on the ambient command span for multi-layer `azd provision` / `azd up` runs so the team can measure adoption and detect when the safe-by-default detector fallback engages on real templates.
1127

12-
### Breaking Changes
13-
1428
### Bugs Fixed
1529

30+
- [[#7998]](https://github.com/Azure/azure-dev/pull/7998) Add a safeguard prompt before `azd down` deletes a resource group that was not created by azd; `--no-prompt` now fails closed for this scenario unless `--force` is supplied.
31+
- [[#8074]](https://github.com/Azure/azure-dev/pull/8074) Fix `azd up` rendering an empty deploy progress summary when provisioning fails before deploy starts.
32+
- [[#8084]](https://github.com/Azure/azure-dev/pull/8084) Fix first-run tool checks recursively re-invoking `azd extension list` and leaking ANSI output into JSON command output.
33+
- [[#8086]](https://github.com/Azure/azure-dev/pull/8086) Fix `azd tool` Copilot metadata to use the current VS Code extension and up-to-date Copilot CLI install documentation links.
1634
- [[#7776]](https://github.com/Azure/azure-dev/pull/7776) Fix `concurrent map writes` panics when running `azd up` or `azd deploy` against multi-service projects: `*environment.Environment` now serializes all `dotenv` map access with an internal `sync.RWMutex`, the environment manager serializes `Save`/`Reload` calls, the singleton `kubectl.Cli` and `kustomize.Cli` are concurrency-safe, and AKS service publish/deploy updates to `SERVICE_<name>_IMAGE_NAME`/`ENDPOINT_URL` are wrapped in a package-level mutex (mirroring the Container Apps pattern).
1735
- [[#7776]](https://github.com/Azure/azure-dev/pull/7776) Restore intra-phase progress detail (e.g. `"Pushing image"`, `"Updating container app"`) in the per-service progress tracker during `azd deploy` and `azd up`. The graph-driven engine previously dropped sub-phase `ServiceProgress.Message` updates, leaving the tracker's "Detail" column blank between phase transitions.
1836
- [[#7776]](https://github.com/Azure/azure-dev/pull/7776) Make `x-ms-client-request-id` unique per HTTP request (previously derived from the shared OpenTelemetry trace id, which duplicated the header across every call in a single `azd` invocation). The Azure ARM common-types spec requires this header to be unique per request so Azure services can use it as a deduplication / idempotency / log-correlation key for individual calls — a shared value broke that contract and could cause collisions in parallel deploy / provision scheduling. Microsoft Graph's `client-request-id` header now uses the same per-request UUID for the same reason.
1937
- [[#7776]](https://github.com/Azure/azure-dev/pull/7776) Fix cross-service image contamination when publishing multiple Container Apps in parallel via ACR remote build (`docker.remoteBuild: true`). ACR's `GetBuildSourceUploadURL` derives the relative blob path it hands back (`tasks-source/<yyyymmdd>/<correlationId>.tar.gz`) from the caller's `x-ms-correlation-request-id` header, and azd was sending the same correlation id — the root OpenTelemetry trace id shared across every request in a command — on every parallel upload. Each upload overwrote the previous service's source tarball before either build consumed it, so every Container App ended up running the last-uploaded service's image content under its own repository name. ACR source uploads now override `x-ms-correlation-request-id` with a freshly generated UUID per HTTP request so each parallel upload lands in a distinct blob.
2038

2139
### Other Changes
2240

41+
- [[#8050]](https://github.com/Azure/azure-dev/pull/8050) Add per-phase timing breakdown to the `azd up` success output and sanitize deploy progress service names to prevent terminal escape-sequence injection in rendered output.
42+
- [[#8087]](https://github.com/Azure/azure-dev/pull/8087) Improve error telemetry classification by including wrapped error-chain type metadata and using a shared classifier path for diagnostics.
43+
- [[#8091]](https://github.com/Azure/azure-dev/pull/8091) Improve `azd ext list` readability with responsive table/card layouts and clearer status indicators across terminal widths.
2344
- [[#7776]](https://github.com/Azure/azure-dev/pull/7776) **Security:** environment `.env` files are now persisted with mode `0600` (owner read/write only) on Unix-like systems. Previously they inherited the process umask (typically `0644`). The change tightens default permissions for files that may contain subscription IDs and values written via `azd env set`.
2445
- [[#7776]](https://github.com/Azure/azure-dev/pull/7776) `azd up` now emits a single `"Provisioning and deploying (azd up)"` title and consolidated final message instead of the legacy `"Packaging services (azd package)"` / `"Provisioning Azure resources (azd provision)"` / `"Deploying services (azd deploy)"` banners and the `"Your up workflow to provision and deploy to Azure completed in …"` footer. CI/automation that grep-matches the legacy strings on stdout will need to update its expected output.
2546
- [[#7776]](https://github.com/Azure/azure-dev/pull/7776) `azd up` honors `AZD_DEPLOY_CONCURRENCY` as a fallback when `AZD_UP_CONCURRENCY` is unset, so existing deploy-tuning configurations carry over to the unified up workflow.

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.25.0-beta.1"
9+
const Version = "1.25.0"

cli/version.txt

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

0 commit comments

Comments
 (0)