diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 47b58746f54..6aba6c5601a 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,6 +1,22 @@ # Release History -## 1.29.0-beta.1 (Unreleased) +## 1.30.0-beta.1 (Unreleased) + +## 1.29.0 (2026-07-29) + +### Features Added + +- [[#9125]](https://github.com/Azure/azure-dev/pull/9125) Automatically enable no-prompt mode when azd detects a CI/CD or AI-agent environment, so commands fail fast with a clear error instead of hanging on a prompt. Set `AZD_NON_INTERACTIVE=false` to opt out. Confirmation prompts now also honor their default value when stdin has no more input. + +### Bugs Fixed + +- [[#9281]](https://github.com/Azure/azure-dev/pull/9281) Fix `azd deploy` for container-based App Service services overwriting unrelated site configuration; the container image is now updated through the dedicated App Service configuration endpoint. +- [[#9211]](https://github.com/Azure/azure-dev/pull/9211) Fix concurrent extension updates to `azure.yaml` losing service fields by serializing project configuration writes. +- [[#9218]](https://github.com/Azure/azure-dev/pull/9218) Fix and improve automatic installation of project extension requirements so `azd` resolves every missing provider declared or inferred from `azure.yaml` before project commands run, instead of failing on the first unsupported one. + +### Other Changes + +- [[#9288]](https://github.com/Azure/azure-dev/pull/9288) Report the GitHub Copilot app separately from the GitHub Copilot CLI in the `execution.environment` telemetry field. ## 1.28.1 (2026-07-22) diff --git a/cli/azd/pkg/azdext/version.go b/cli/azd/pkg/azdext/version.go index ba424036246..c315e0aeb6a 100644 --- a/cli/azd/pkg/azdext/version.go +++ b/cli/azd/pkg/azdext/version.go @@ -6,4 +6,4 @@ package azdext // Version is the semantic version of the azdext SDK package. // This value mirrors the CLI version in cli/version.txt and is // automatically updated by eng/scripts/Update-CliVersion.ps1. -const Version = "1.29.0-beta.1" +const Version = "1.29.0" diff --git a/cli/version.txt b/cli/version.txt index 844687ea0d4..5e57fb89558 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.29.0-beta.1 +1.29.0