From ae08ceba17c7078c547df9ee5f97e9e7ceb2fe53 Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Tue, 7 Jan 2025 14:13:58 -0800 Subject: [PATCH] release 1 11 1 patch (#4667) * changelog * cspell --- cli/azd/.vscode/cspell.yaml | 4 ++++ cli/azd/CHANGELOG.md | 11 ++++++++--- cli/version.txt | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/cli/azd/.vscode/cspell.yaml b/cli/azd/.vscode/cspell.yaml index 97044171071..a10ce775337 100644 --- a/cli/azd/.vscode/cspell.yaml +++ b/cli/azd/.vscode/cspell.yaml @@ -124,6 +124,10 @@ overrides: - tfoidc - OIDCREQUESTURI - oidctoken + - filename: CHANGELOG.md + words: + - GHSA + - gjrc ignorePaths: - "**/*_test.go" - "**/mock*.go" diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index e91d6470145..165f21415d5 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,14 +1,19 @@ # Release History -## 1.12.0-beta.1 (Unreleased) +## 1.11.1 (2025-01-07) ### Features Added -### Breaking Changes +- [[4244]](https://github.com/Azure/azure-dev/pull/4244) Support azd hooks out of azure.yaml. +- [[4573]](https://github.com/Azure/azure-dev/pull/4573) Support dotnet publish to produce container image. +- [[4599]](https://github.com/Azure/azure-dev/pull/4599) Add documentation for azd infra synth. ### Bugs Fixed -### Other Changes +- [[4556]](https://github.com/Azure/azure-dev/pull/4556) Fix error about passing by value in for range. +- [[4585]](https://github.com/Azure/azure-dev/pull/4585) Show full Entra error description on auth failure. +- [[4666]](https://github.com/Azure/azure-dev/pull/4666) Security fix (GHSA-w32m-9786-jp63). golang.org/x/net. +- [[4625]](https://github.com/Azure/azure-dev/pull/4625) Security fix (GHSA-v778-237x-gjrc). golang.org/x/crypto. ## 1.11.0 (2024-11-13) diff --git a/cli/version.txt b/cli/version.txt index 1096eb1742c..720c7384c61 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.12.0-beta.1 +1.11.1