Skip to content

Commit c9ab0f2

Browse files
CopilothemarinaJeffreyCA
authored
Create changelog for v1.22.0 release (#6299)
* Initial plan * Create changelog for v1.22.0 release Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> * Add additional PRs #6282, #6180, #6281 to v1.22.0 changelog Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com> * Add PR #6232 to v1.22.0 changelog Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> * Update cli/azd/CHANGELOG.md --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
1 parent ae0a8c5 commit c9ab0f2

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

cli/azd/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# Release History
22

3-
## 1.22.0-beta.1 (Unreleased)
3+
## 1.22.0 (2025-12-02)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- [[#6256]](https://github.com/Azure/azure-dev/pull/6256) Reduce provisioning progress display polling interval from 10s to 3s for more responsive status updates.
8+
- [[#6232]](https://github.com/Azure/azure-dev/pull/6232) Add language-specific `.gitignore` templates to extension scaffolding for `azd x init`.
89

910
### Bugs Fixed
1011

12+
- [[#6277]](https://github.com/Azure/azure-dev/pull/6277) Fix hooks not running in CI/CD scenarios when `.azure` directory does not exist.
13+
- [[#6282]](https://github.com/Azure/azure-dev/pull/6282) Fix panic in `azd provision --preview` when ARM returns nil After field during resource deletion.
14+
- [[#6281]](https://github.com/Azure/azure-dev/pull/6281) Fix `azd provision` skipping deployment when resource groups were deleted outside of azd.
15+
- [[#6180]](https://github.com/Azure/azure-dev/pull/6180) Relax Aspire binding validation for non-HTTP protocols as simple TCP.
16+
- [[#6255]](https://github.com/Azure/azure-dev/pull/6255) Fix Container Apps deployment error when using revision-based deployments.
17+
1118
### Other Changes
1219

20+
- [[#6247]](https://github.com/Azure/azure-dev/pull/6247) Update Bicep CLI to v0.39.26.
21+
- [[#6270]](https://github.com/Azure/azure-dev/pull/6270) Rename Azure AI Foundry to Microsoft Foundry.
22+
1323
## 1.21.3 (2025-11-14)
1424

1525
### Bugs Fixed

cli/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.0-beta.1
1+
1.22.0

0 commit comments

Comments
 (0)