Skip to content

Commit d478d81

Browse files
authored
Bump version to v3.10.0 (#2088)
1 parent c17b85d commit d478d81

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# Change Log
2+
## v3.10.0 (2025-10-30)
3+
4+
### NEW MODULES
5+
- extensions/eda/plugins/event_source/azure_event_hub.py: ([#2078](https://github.com/ansible-collections/azure/pull/2078))
6+
7+
### FEATURE ENHANCEMENT
8+
- azure_rm_aks.py: Add 'none' option to network_plugin for AKS module ([#2073](https://github.com/ansible-collections/azure/pull/2073))
9+
- azure_rm_subnet.py: Add support for "NetworkSecurityGroupEnabled" and "Rout eTableEnabled" in private_endpoint_network_policies ([#2080](https://github.com/ansible-collections/azure/pull/2080))
10+
- azure_rm_storageaccount: Add auth_mode to azure_rm_storageaccount ([#2079](https://github.com/ansible-collections/azure/pull/2079))
11+
- azure_keyvault_secret.py: Update lookup plugins to support ENV vars ([#2084](https://github.com/ansible-collections/azure/pull/2084))
12+
- azure_service_principal_attribute.py: Update lookup plugins to support ENV vars ([#2084](https://github.com/ansible-collections/azure/pull/2084))
13+
- requirements.txt: Re-generate requirments file ([#2087](https://github.com/ansible-collections/azure/pull/2087))
14+
15+
### BUG FIXING
16+
- README.md:
17+
- Update `SUPPORT` section in readme ([#2071](https://github.com/ansible-collections/azure/pull/2071))
18+
- Fix a type in README.md ([#2072](https://github.com/ansible-collections/azure/pull/2072))
19+
- azure_rm.py: Fix wrong conditional for vmss presence ([#2083](https://github.com/ansible-collections/azure/pull/2083))
20+
21+
222
## v3.9.0 (2025-09-29)
323

424
### NEW MODULES

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.9.0
12+
version: 3.10.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)