Skip to content

Commit

Permalink
changelog for 0.9.0beta3 (#2265)
Browse files Browse the repository at this point in the history
* changelog

* add pending pr
  • Loading branch information
hemarina committed May 19, 2023
1 parent de89eff commit e564b12
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions cli/azd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,37 @@
# Release History

## 0.9.0-beta.2 (Unreleased)
## 0.9.0-beta.3 (2023-05-19)

### Features Added

- [[2245]](https://github.com/Azure/azure-dev/pull/2245) Add support to login to Azure Container Registry with current identity.
- [[2228]](https://github.com/Azure/azure-dev/pull/2228) Add error classification and reporting for external errors to `azd`.
- [[2219]](https://github.com/Azure/azure-dev/pull/2219) Support environment name as explicit argument for `azd env refresh`.
- [[2164]](https://github.com/Azure/azure-dev/pull/2164) Add timing information on `up`,`package`,`build`, `provision`,`deploy`, `down` and `restore` commands.

### Breaking Changes
#### Template Feature
- [[2157]](https://github.com/Azure/azure-dev/pull/2157) Add `Dapr` and container configuration properties to Azure Container Apps modules.

### Bugs Fixed

- [[2257]](https://github.com/Azure/azure-dev/pull/2257) Add purge option of cognitive accounts for `azd down`.
- [[2243]](https://github.com/Azure/azure-dev/pull/2243) Return error when login fails.
- [[2251]](https://github.com/Azure/azure-dev/pull/2251) Create an `alpha` version of azure.yaml schema with `terraform`.
- [[2028]](https://github.com/Azure/azure-dev/pull/2028) Add check on required role assignments for `azd pipeline config`.

### Other Changes


- [[2218]](https://github.com/Azure/azure-dev/pull/2218) Update `azd pipeline config` default roles to include `User Access Administrator`.
- [[2185]](https://github.com/Azure/azure-dev/pull/2185) Improve error messages on `auth` command.

## 0.9.0-beta.2 (2023-05-11)

### Bugs Fixed

- [[2177]](https://github.com/Azure/azure-dev/issues/2177) Use information in `.installed-by.txt` to advise the user on how to upgrade azd.
- [[2183]](https://github.com/Azure/azure-dev/pull/2182) Statically link CRT in MSI custom action.

## 0.9.0-beta.1 (2023-05-11)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion cli/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0-beta.2
0.9.0-beta.3

0 comments on commit e564b12

Please sign in to comment.