From 6605c5768cb3ab6d9e0e6c2d892c9e8b49e1f720 Mon Sep 17 00:00:00 2001 From: Wei Lim Date: Wed, 6 Sep 2023 15:41:23 -0700 Subject: [PATCH] Release 1.3.0 (#2713) Update changelog and bump version.txt for 1.3.0 Fix #2714 by avoiding an empty string being set as the default value. --- cli/azd/CHANGELOG.md | 13 ++++++++++++- cli/azd/pkg/azureutil/location.go | 2 +- cli/version.txt | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index e782135890..12c0500ed4 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,18 +1,29 @@ # Release History -## 1.3.0-beta.1 (Unreleased) +## 1.3.0 (2023-09-06) ### Features Added - [[2573]](https://github.com/Azure/azure-dev/pull/2573) Adds support for custom template sources. +- [[2637]](https://github.com/Azure/azure-dev/pull/2637) Awesome azd templates are now shown by default in `azd init` template listing. - [[2628]](https://github.com/Azure/azure-dev/pull/2628) Support for `.bicepparam`. +- [[2700]](https://github.com/Azure/azure-dev/pull/2700) New simplified `azd init` to initialize your existing application for Azure (alpha feature) +- [[2678]](https://github.com/Azure/azure-dev/pull/2678) Support for Cloud Native Buildpacks (alpha feature) ### Breaking Changes ### Bugs Fixed +- [[2624]](https://github.com/Azure/azure-dev/pull/2624) Fix provisioning deployment display not showing progress when certain errors occur. +- [[2676]](https://github.com/Azure/azure-dev/pull/2676) Fix `buildArgs` support for docker build. +- [[2698]](https://github.com/Azure/azure-dev/pull/2698) Fix `azd auth login` default browser prompt in Codespaces environments. +- [[2664]](https://github.com/Azure/azure-dev/pull/2664) Fix `azd auth login` login loop after upgrading to 1.2.0. +- [[2630]](https://github.com/Azure/azure-dev/pull/2630) Fix coloring for ignored operations in `azd provision --preview` + ### Other Changes +- [[2660]](https://github.com/Azure/azure-dev/pull/2660) Starter templates now include `core` libraries by default. + ## 1.2.0 (2023-08-09) ### Features Added diff --git a/cli/azd/pkg/azureutil/location.go b/cli/azd/pkg/azureutil/location.go index eafac4e2ec..847465c890 100644 --- a/cli/azd/pkg/azureutil/location.go +++ b/cli/azd/pkg/azureutil/location.go @@ -62,7 +62,7 @@ func PromptLocationWithFilter( defaultLocation = accountManager.GetDefaultLocationName(ctx) } - var defaultOption string + var defaultOption any locationOptions := make([]string, len(locations)) for index, location := range locations { diff --git a/cli/version.txt b/cli/version.txt index 4050a2c59a..f0bb29e763 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.3.0-beta.1 +1.3.0