Skip to content

Commit 3e60b2c

Browse files
authored
Bump version to v3.15.0 (#2181)
* Bump version to v3.15.0 * Add notes about breaking-change at API level * Include pr-2179
1 parent 44dd55d commit 3e60b2c

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
# Change Log
2+
## v3.15.0 (2026-02-27)
3+
4+
### NEW MODULES
5+
- azure_rm_appconfiguration.py:([#2156](https://github.com/ansible-collections/azure/pull/2156))
6+
- azure_rm_appconfiguration_info.py:([#2156](https://github.com/ansible-collections/azure/pull/2156))
7+
- azure_rm_appconfigurationkey.py:([#2160](https://github.com/ansible-collections/azure/pull/2160))
8+
- azure_rm_appconfigurationkey_info.py:([#2160](https://github.com/ansible-collections/azure/pull/2160))
9+
- azure_rm_ml_workspace.py:([#2159](https://github.com/ansible-collections/azure/pull/2159))
10+
- azure_rm_ml_workspace_info.py:([#2159](https://github.com/ansible-collections/azure/pull/2159))
11+
- azure_rm_ml_compute.py:([#2172](https://github.com/ansible-collections/azure/pull/2172))
12+
- azure_rm_ml_compute_info.py:([#2172](https://github.com/ansible-collections/azure/pull/2172))
13+
14+
### FEATURE ENHANCEMENT
15+
- roles/azure_arc: Add role for Azure ARC Onboarding ([#2067](https://github.com/ansible-collections/azure/pull/2067))
16+
- plugins/modules/azure_rm_keyvaultinfo.py: Migrate to support API 2026-02-01 (Note that there is a breaking change on the default value of enable_rbac_authorization) ([#2163](https://github.com/ansible-collections/azure/pull/2163))
17+
- sanity-requirements.txt: Bump cryptography from 45.0.3 to 46.0.5 ([#2165](https://github.com/ansible-collections/azure/pull/2165))
18+
- requirements.txt: Bump azure-identity from 1.19.0 to 1.25.2 ([#2174](https://github.com/ansible-collections/azure/pull/2174))
19+
- plugins/modules/azure_rm_loganalyticsworkspace.py: Add LROPoller when deleting log analytics workspace ([#2176](https://github.com/ansible-collections/azure/pull/2176))
20+
21+
### BUG FIXING
22+
- plugins/modules/azure_rm_common.py:
23+
- Fix support for Azure Stack and other clouds when using Metadata Endpoint ([#2158](https://github.com/ansible-collections/azure/pull/2158))
24+
- Remove azure-cli mentions ([#2175](https://github.com/ansible-collections/azure/pull/2175))
25+
- plugins/inventory/azure_rm.py:
26+
- Fix missing networking infos for Azure Local (Azure StackHCI) VMs ([#2162](https://github.com/ansible-collections/azure/pull/2162))
27+
- Fix crashes when processing VMs in failed or creating states ([#2164](https://github.com/ansible-collections/azure/pull/2164))
28+
- plugins/modules/azure_rm_keyvaultsecuritydomain.py: Remove azure-cli mentions ([#2175](https://github.com/ansible-collections/azure/pull/2175))
29+
- plugins/lookup/azure_keyvault_secret.py: Support client_id for MSI ([#2179](https://github.com/ansible-collections/azure/pull/2179))
30+
31+
232
## v3.14.0 (2026-01-27)
333

434
### FEATURE ENHANCEMENT
@@ -10,7 +40,7 @@
1040
- plugins/module_utils/azure_rm_common.py:
1141
- Update latest PostgreSQL API version ([#2135](https://github.com/ansible-collections/azure/pull/2135))
1242
- Update KeyVaultManagementClient to use API version 2026-02-01 ([#2154](https://github.com/ansible-collections/azure/pull/2154))
13-
- plugins/modules/azure_rm_keyvault.py: Update KeyVaultManagementClient to use API version 2026-02-01 ([#2154](https://github.com/ansible-collections/azure/pull/2154))
43+
- plugins/modules/azure_rm_keyvault.py: Migrate to support API 2026-02-01 (Note that there is a breaking change on the default value of enable_rbac_authorization) ([#2154](https://github.com/ansible-collections/azure/pull/2154))
1444

1545
### BUG FIXING
1646
- plugins/modules/azure_rm_aks.py: Make azure_rm_aks correctly detect and apply changes in aad_profile for Managed Entra ID (AAD) integration ([#2131](https://github.com/ansible-collections/azure/pull/2131))

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: azure
99
name: azcollection
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 3.14.0
12+
version: 3.15.0
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: README.md

0 commit comments

Comments
 (0)