From 429b6ccf9a9d1616efa8988f2f8561deeb464c71 Mon Sep 17 00:00:00 2001 From: hemarina <104857065+hemarina@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:35:19 -0700 Subject: [PATCH] changelog 0.8.0-beta2 (#1999) * changelog * Update cli/azd/CHANGELOG.md Co-authored-by: Wallace Breza --------- Co-authored-by: Wallace Breza --- cli/azd/CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 1069b3ce861..819d99dd309 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,14 +1,22 @@ # Release History -## 0.8.0-beta.2 (Unreleased) +## 0.8.0-beta.2 (2023-04-20) ### Features Added -### Breaking Changes +- [[#1931]](https://github.com/Azure/azure-dev/pull/1931) Support *.war and *.ear java archive files, and specify a specific archive file if multiple archives are present. +- [[#1704]](https://github.com/Azure/azure-dev/pull/1704) Add `requiredVersions` to `azure.yaml`. +- [[#1924]](https://github.com/Azure/azure-dev/pull/1924) Improve UX on `azd down`. +- [[#1807]](https://github.com/Azure/azure-dev/pull/1807) Retrieves credentials using the token endpoint on `CloudShell`. ### Bugs Fixed -### Other Changes +- [[#1923]](https://github.com/Azure/azure-dev/pull/1923) Fix `Python CLI not installed` error when Python is installed. +- [[#1963]](https://github.com/Azure/azure-dev/pull/1963) Update GitHub federated auth token provider to allow for fetching of tokens when tokens expire. +- [[#1967]](https://github.com/Azure/azure-dev/pull/1967) Display provisioning resources in `Failed` state. +- [[#1940]](https://github.com/Azure/azure-dev/pull/1940) Detect and update environment changes before and after hook executions. +- [[#1970]](https://github.com/Azure/azure-dev/pull/1970) Fix `pipeline config` issues on Codespaces for `ghcli` and `gitcli` auth. +- [[#1982]](https://github.com/Azure/azure-dev/pull/1982) Ensure directory has user "execute" permissions. ## 0.8.0-beta.1 (2023-04-10)