Skip to content

Commit 1a4143b

Browse files
authored
changelog for 1.15.0 (#5141)
* add changelog for 1.15.0
1 parent bc84cc0 commit 1a4143b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.vscode/cspell-github-user-aliases.txt

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ envsubst
1616
fatih
1717
fiscaletti
1818
gofrs
19+
haoozhang
1920
isatty
2021
joho
2122
karolz
@@ -27,6 +28,7 @@ multierr
2728
nicksnyder
2829
otiai10
2930
pamelafox
31+
pauldotyu
3032
pbnj
3133
rujche
3234
saragluna

cli/azd/CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Release History
22

3-
## 1.15.0-beta.1 (Unreleased)
3+
## 1.15.0 (2025-05-01)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- [[5073]](https://github.com/Azure/azure-dev/pull/5073) Support generate CI definition for alpha feature composability mode.
8+
- [[5077]](https://github.com/Azure/azure-dev/pull/5077) `azd add` support for Azure App Service (Node and Python).
89

910
### Bugs Fixed
1011

12+
- [[5061]](https://github.com/Azure/azure-dev/pull/5061) Fix location no longer prompted error for targetScope resource group.
13+
- [[5117]](https://github.com/Azure/azure-dev/pull/5117) Fix template list filter empty result due to `awesome-azd` source breaking change.
14+
- [[5102]](https://github.com/Azure/azure-dev/pull/5102) Fix AKS cluster deployment with Microsoft Entra ID authentication and Azure RBAC enabled. Thanks @pauldotyu for the contribution!
15+
1116
### Other Changes
1217

18+
- [[4885]](https://github.com/Azure/azure-dev/pull/4885) Pack build to support multi-module projects. Thanks @haoozhang for the contribution!
19+
- [[5081]](https://github.com/Azure/azure-dev/pull/5081) Bump up dependency to fix component governance alert.
20+
1321
## 1.14.0 (2025-04-02)
1422

1523
### Features Added

cli/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.0-beta.1
1+
1.15.0

0 commit comments

Comments
 (0)