Skip to content

Commit

Permalink
release 1 11 1 patch (#4667)
Browse files Browse the repository at this point in the history
* changelog

* cspell
  • Loading branch information
vhvb1989 authored Jan 7, 2025
1 parent aaef2f9 commit ae08ceb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions cli/azd/.vscode/cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ overrides:
- tfoidc
- OIDCREQUESTURI
- oidctoken
- filename: CHANGELOG.md
words:
- GHSA
- gjrc
ignorePaths:
- "**/*_test.go"
- "**/mock*.go"
11 changes: 8 additions & 3 deletions cli/azd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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

0 comments on commit ae08ceb

Please sign in to comment.