Skip to content

Commit

Permalink
add changelog for 1.10.2 (#4417)
Browse files Browse the repository at this point in the history
* add changelog

* cspell

* Update cli/azd/CHANGELOG.md

Co-authored-by: Wei Lim <[email protected]>

* Update cli/azd/CHANGELOG.md

Co-authored-by: Wei Lim <[email protected]>

* Update cli/azd/CHANGELOG.md

Co-authored-by: Wei Lim <[email protected]>

---------

Co-authored-by: Wei Lim <[email protected]>
  • Loading branch information
hemarina and weikanglim authored Oct 9, 2024
1 parent 8fb8ca1 commit 84ea220
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions cli/azd/.vscode/cspell-azd-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ blockblob
BOOLSLICE
BUILDID
BUILDNUMBER
buildargs
buildpacks
byoi
cflags
Expand Down
14 changes: 12 additions & 2 deletions cli/azd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0-beta.1
1.10.2

0 comments on commit 84ea220

Please sign in to comment.