Skip to content

Commit

Permalink
Changelog for releasing 0.6.0 (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 authored Feb 8, 2023
1 parent f9ffe94 commit 4dbd42c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
9 changes: 5 additions & 4 deletions cli/azd/.vscode/cspell-azd-dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
AADSTS
apimanagement
apims
appconfiguration
appinsights
appinsightsexporter
appinsightsstorage
appservice
apimanagement
apims
armappconfiguration
armapimanagement
armappconfiguration
AZCLI
azcorelog
azdcli
Expand Down Expand Up @@ -35,8 +35,8 @@ containerapp
contoso
csharpapp
cupaloy
devel
deletedservices
devel
docf
dockerproject
dskip
Expand All @@ -57,6 +57,7 @@ javac
jmes
keychain
ldflags
lechnerc77
mgmt
mgutz
mockarmresources
Expand Down
20 changes: 16 additions & 4 deletions cli/azd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
# Release History

## 0.5.0-beta.4 (Unreleased)
## 0.6.0-beta.1 (2023-02-08)

### Features Added

### Breaking Changes
- [[#1236]](https://github.com/Azure/azure-dev/pull/1236) Support for command and service hooks
- [[#1414]](https://github.com/Azure/azure-dev/pull/1414) Support for installation via Homebrew. Windows Package Manager, and Chocolatey are also now supported.
- [[#1407]](https://github.com/Azure/azure-dev/pull/1407) Improve UX styling for `azd pipeline config`.
- [[#1478]](https://github.com/Azure/azure-dev/pull/1478) Support for multiple Azure tenants.

- [[#1345]](https://github.com/Azure/azure-dev/pull/1345) Core bicep module `appservice.bicep` now supports `ftpsState` as a parameter to configure FTPS upload behavior.
- [[#1497]](https://github.com/Azure/azure-dev/pull/1497) Core bicep module `appservice.bicep` now supports `healthCheckPath` as a parameter to configure the health-check endpoint.
- [[#1403]](https://github.com/Azure/azure-dev/pull/1403) Core bicep module `apim-api.bicep` now links Web App or Function App instances. This allows users on the Azure Portal to navigate to the API management resource directly from the Web App or Function App.

### Bugs Fixed

- [[#1406]](https://github.com/Azure/azure-dev/issues/1406) MSI Upgrades from pre-MSI versions fail in some cases (reported by @lechnerc77, fixed by @heaths)
- [[#1406]](https://github.com/Azure/azure-dev/pull/1424) On Windows, fix MSI installation not updating `azd` in some cases (reported by @lechnerc77, fixed by @heaths)
- [[#1418]](https://github.com/Azure/azure-dev/pull/1418) Display `provision` progress for PostgreSQL server resources.
- [[#1483]](https://github.com/Azure/azure-dev/pull/1483) For Python projects, skip packaging of virtual environment (`.venv` folders)
- [[#1495]](https://github.com/Azure/azure-dev/pull/1495) `init` now restores file executable permissions and initializes a `git` repository automatically.
- [[#1470]](https://github.com/Azure/azure-dev/pull/1470) Improve performance of `azd --help` on Windows for domain-joined users.
- [[#1503]](https://github.com/Azure/azure-dev/pull/1503) Fix display for Function App types in `provision` progress

### Other Changes
Thanks to community members: @pamelafox, @lechnerc77 for their contributions in this release.

## 0.5.0-beta.3 (2023-01-13)

Expand Down
2 changes: 1 addition & 1 deletion cli/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0-beta.4
0.6.0-beta.1

0 comments on commit 4dbd42c

Please sign in to comment.