From 84ea22048b9a1c167bc4ae2095cc7f91798ef11e Mon Sep 17 00:00:00 2001 From: hemarina <104857065+hemarina@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:46:50 -0700 Subject: [PATCH] add changelog for 1.10.2 (#4417) * add changelog * cspell * Update cli/azd/CHANGELOG.md Co-authored-by: Wei Lim * Update cli/azd/CHANGELOG.md Co-authored-by: Wei Lim * Update cli/azd/CHANGELOG.md Co-authored-by: Wei Lim --------- Co-authored-by: Wei Lim --- cli/azd/.vscode/cspell-azd-dictionary.txt | 1 + cli/azd/CHANGELOG.md | 14 ++++++++++++-- cli/version.txt | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/cli/azd/.vscode/cspell-azd-dictionary.txt b/cli/azd/.vscode/cspell-azd-dictionary.txt index acc8951751e..ae552f0dbed 100644 --- a/cli/azd/.vscode/cspell-azd-dictionary.txt +++ b/cli/azd/.vscode/cspell-azd-dictionary.txt @@ -59,6 +59,7 @@ blockblob BOOLSLICE BUILDID BUILDNUMBER +buildargs buildpacks byoi cflags diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 6dfb1b8fe1a..074df80bc2a 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,15 +1,25 @@ # Release History -## 1.11.0-beta.1 (Unreleased) +## 1.10.2 (2024-10-08) ### Features Added -### Breaking Changes +- [[4272]](https://github.com/Azure/azure-dev/pull/4272) Supports configurable `api-version` for container app deployments. +- [[4286]](https://github.com/Azure/azure-dev/pull/4286) Adds `alpha` feature `alpha.aspire.useBicepForContainerApps` to use bicep for container app deployment. +- [[4371]](https://github.com/Azure/azure-dev/pull/4371) Adds support for `default.value` for `parameter.v0`. ### Bugs Fixed +- [[4375]](https://github.com/Azure/azure-dev/pull/4375) Enables remote build support for AKS. +- [[4363]](https://github.com/Azure/azure-dev/pull/4363) Fix environment variables to be evaluated too early for `main.parameters.json`. + ### Other Changes +- [[4336]](https://github.com/Azure/azure-dev/pull/4336) Adds spinner to `azd down`. +- [[4357]](https://github.com/Azure/azure-dev/pull/4357) Updates `azure.yaml.json` for `remoteBuild`. +- [[4369]](https://github.com/Azure/azure-dev/pull/4369) Updates docker `buildargs` to expandable strings. +- [[4331]](https://github.com/Azure/azure-dev/pull/4331) Exposes configurable settings for `actionOnUnmanage` and `denySettings` for Azure Deployment Stacks (alpha). + ## 1.10.1 (2024-09-05) ### Bugs Fixed diff --git a/cli/version.txt b/cli/version.txt index 3d7793563cc..70ad429ec24 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.11.0-beta.1 +1.10.2 \ No newline at end of file