diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c149de8b..e25da8d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,24 @@ # Change Log -## v1.18.1 (2023-9-25) +## v1.19.0 (2023-11-6) + +### FEATURE ENHANCEMENT + - Update all test case Ubuntu Image version to 20.04-LTS, 16.04-LTS will be deprecated ([#1288](https://github.com/ansible-collections/azure/pull/1288)) + - Migrate `msrestazure` to `azure-mgmt-core` and `azure-identity` ([#1267](https://github.com/ansible-collections/azure/pull/1267)) + - Support `ansible-lint` test to `azure.azcollection` ([#1292](https://github.com/ansible-collections/azure/pull/1292)) ### BUG FIXING -- inventory/azure_rm: - Fix authorization initialization bug. [#1271](https://github.com/ansible-collections/azure/pull/1271) + - plugins/module_utls/azure_rm_common.py: Add support for custom ADFS endpoint ([#1299](https://github.com/ansible-collections/azure/pull/1299)) + - azure_rm_virtualmachine: Fix `disable_password_authentication` not set bug ([#1301](https://github.com/ansible-collections/azure/pull/1301)) + - azure_rm_azurefiewall_info: Fix `nat_rule_collections` not set bug ([#1308](https://github.com/ansible-collections/azure/pull/1308)) + - azure_rm_*.py: Fixed sanity errors in the module ([#1296](https://github.com/ansible-collections/azure/pull/1296)) + - Add required description to the document ([#1314](https://github.com/ansible-collections/azure/pull/1314)) -- azure_rm_managementgroup_info: - Fix `azure_object.type` to equal `Microsoft.Management/managementGroups`. [#1252](https://github.com/ansible-collections/azure/pull/1252) +## v1.18.1 (2023-9-25) + +### BUG FIXING + - inventory/azure_rm: Fix authorization initialization bug. [#1271](https://github.com/ansible-collections/azure/pull/1271) + - azure_rm_managementgroup_info: Fix `azure_object.type` to equal `Microsoft.Management/managementGroups`. [#1252](https://github.com/ansible-collections/azure/pull/1252) ## v1.18.0 (2023-9-22) diff --git a/galaxy.yml b/galaxy.yml index 087814fe8..972c769fd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: azure name: azcollection # The version of the collection. Must be compatible with semantic versioning -version: 1.18.1 +version: 1.19.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md