Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cli/azd/.vscode/cspell-azd-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ typeflag
unhide
unmanage
unmarshaled
unmarshalled
unmarshalling
unmarshal
unmarshalled
unsetenvs
unsets
upgrader
Expand Down
15 changes: 7 additions & 8 deletions cli/azd/CHANGELOG.md
Comment thread
JeffreyCA marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
# Release History

## 1.19.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.19.0 (2025-08-14)

### Bugs Fixed

### Other Changes
- [[5445]](https://github.com/Azure/azure-dev/pull/5445) Prevent package deletion when using `--from-package` flag with `azd deploy`.
- [[5531]](https://github.com/Azure/azure-dev/pull/5531) Fix extension installation failures on Linux.
- [[5385]](https://github.com/Azure/azure-dev/pull/5385) Add error suggestion message when `package` fails due to containerd.

## 1.18.1 (2025-08-06)

### Bugs Fixed

- [[5501]](https://github.com/Azure/azure-dev/pull/5501) infra gen when dotnet project is present.
- [[5566]](https://github.com/Azure/azure-dev/pull/5566) [VSServer] Ignoring projects.v1.
- [[5518]](https://github.com/Azure/azure-dev/pull/5518) [VSServer] Add suggestion text for resource group and Container App un-marshall errors during azd deploy.
- [[5567]](https://github.com/Azure/azure-dev/pull/5567) [VSServer] Ignoring projects.v1.
- [[5518]](https://github.com/Azure/azure-dev/pull/5518) Add suggestion text for resource group and Container App unmarshal errors during `azd deploy`.
- [[5528]](https://github.com/Azure/azure-dev/pull/5528) Fix login guard to skip interactive prompts in CI/CD environments.
- [[5563]](https://github.com/Azure/azure-dev/pull/5563) Fix invalid branch name characters when generating federated credential names.

## 1.18.0 (2025-07-17)

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