From 54ca26cca94c34fb8cdb9f5ff6f45efb24d5ca82 Mon Sep 17 00:00:00 2001 From: haiyuan_zhang Date: Thu, 17 Dec 2020 04:10:59 +0800 Subject: [PATCH] Bump version to v1.3.1(bug fixing) (#369) --- CHANGELOG.md | 55 ++++++++++++++++++++++++++++------------------------ galaxy.yml | 2 +- 2 files changed, 31 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 325cb7d27..71d75c790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,47 +1,52 @@ # Change Log +## v1.3.1 (2020-12-17) + +### BUG FIXING + - CHANGELOG: Some corrections needed in links to get them to work ([#366](https://github.com/ansible-collections/azure/pull/366)) + - azure_rm: Retrieve computer_name using dictionary get method ([#368](https://github.com/ansible-collections/azure/pull/368)) + + ## v1.3.0 (2020-12-16) ### NEW MODULES - azure_rm_vmbackuppolicy: Azure Recovery Services VM Backup Policy ([#271](https://github.com/ansible-collections/azure/pull/271)) - - azure_rm_vmbackuppolicy_info: Azure Recovery Services VM Backup Policy ([#271](https://github.com/ansible-collections/azure/pull/271)) + - azure_rm_vmbackuppolicy_info: Azure Recovery Services VM Backup Policy Info ([#271](https://github.com/ansible-collections/azure/pull/271)) - azure_rm_subscription_info: Azure rm subscription info ([#280](https://github.com/ansible-collections/azure/pull/280)) - - azure_rm_privatednsrecordset: Added new module for supporting DNS recordset operations in Private DNS zone and Resolved issue #265 ([#286](https://github.com/ansible-collections/azure/pull/286)) - - azure_rm_registrationassignment ([#359](https://github.com/ansible-collections/azure/pull/359)) - - azure_rm_registrationassignment_info ([#359](https://github.com/ansible-collections/azure/pull/359)) - - azure_rm_registrationdefinition ([#359](https://github.com/ansible-collections/azure/pull/359)) - - azure_rm_registrationdefinition_info ([#359](https://github.com/ansible-collections/azure/pull/359)) + - azure_rm_privatednsrecordset: add new module for supporting DNS recordset operations in Private DNS zone ([#286](https://github.com/ansible-collections/azure/pull/286)) + - azure_rm_registrationassignment: Registration Assignment for Azure Lighthouse ([#359](https://github.com/ansible-collections/azure/pull/359)) + - azure_rm_registrationassignment_info: Registraion Assignment Info for Azure Lightouse ([#359](https://github.com/ansible-collections/azure/pull/359)) + - azure_rm_registrationdefinition: Registration Definition for Azure Lighthouse ([#359](https://github.com/ansible-collections/azure/pull/359)) + - azure_rm_registrationdefinition_info: Registration Definition Info for Azure Lighthouse ([#359](https://github.com/ansible-collections/azure/pull/359)) ### FEATURE ENHANCEMENT - - azure_rm_subnet: resolved issue #142 ([#264](https://github.com/ansible-collections/azure/pull/264)) - - azure_rm_loganalyticsworkspace: Added force deletion capability to log analytics module and updated requirements.txt ([#273](https://github.com/ansible-collections/azure/pull/273)) + - azure_rm_subnet: add delegations compatibility to azure_rm_subnet ([#264](https://github.com/ansible-collections/azure/pull/264)) + - azure_rm_loganalyticsworkspace: add force deletion capability to log analytics module ([#273](https://github.com/ansible-collections/azure/pull/273)) - azure_rm_sqldatabase: add sku option for sqldatabase ([#291](https://github.com/ansible-collections/azure/pull/291)) - - azure_rm_aks: Update azure_rm_aks document ([#294](https://github.com/ansible-collections/azure/pull/294)) - - azure_rm_manageddisk_info: Manageddisk info managed by ([#302](https://github.com/ansible-collections/azure/pull/302)) - - Bump cryptography from 3.0 to 3.2 ([#306](https://github.com/ansible-collections/azure/pull/306)) - - azure_rm_subnet: Add example of service_endpoints configuration ([#309](https://github.com/ansible-collections/azure/pull/309)) - - azure_rm: added computer_name parameter to available variables ([#312](https://github.com/ansible-collections/azure/pull/312)) + - azure_rm_aks: update azure_rm_aks document ([#294](https://github.com/ansible-collections/azure/pull/294)) + - azure_rm_manageddisk_info: add new parameter managed_by ([#302](https://github.com/ansible-collections/azure/pull/302)) + - Bump cryptography version from 3.0 to 3.2 ([#306](https://github.com/ansible-collections/azure/pull/306)) + - azure_rm_subnet: add example of service_endpoints configuration ([#309](https://github.com/ansible-collections/azure/pull/309)) + - azure_rm: add computer_name parameter to available variables ([#312](https://github.com/ansible-collections/azure/pull/312)) + - azure_rm_webapp: add support for multi-container apps to azure_rm_webapp ([#257](https://github.com/ansible-collections/azure/pull/257)) + - azure_rm_virtualmachineextension: add no_log to protected_settings variable ([#278](https://github.com/ansible-collections/azure/pull/278)) ### BUG FIXING - - azure_rm_webapp: Add support for multi-container apps to azure_rm_webapp ([#257](https://github.com/ansible-collections/azure/pull/257)) - - azure_rm_virtualmachineextension: added no_log to protected_settings variable ([#278](https://github.com/ansible-collections/azure/pull/278)) - azure_rm_keyvault: fix azure_rm_keyvault idempotency ([#295](https://github.com/ansible-collections/azure/pull/295)) - - azure_rm_roleassignment: Fix azure_rm_roleassignment idempotence error ([#296](https://github.com/ansible-collections/azure/pull/296)) - - azure_rm_common: Azure rm role 20201018 ([#301](https://github.com/ansible-collections/azure/pull/301)) - - azure_rm_roleassignment: Azure rm role 20201018 ([#301](https://github.com/ansible-collections/azure/pull/301)) - - azure_rm_roleassignment_info: Azure rm role 20201018 ([#301](https://github.com/ansible-collections/azure/pull/301)) + - azure_rm_roleassignment: fix azure_rm_roleassignment idempotence error ([#296](https://github.com/ansible-collections/azure/pull/296)) + - azure_rm_roleassignment: fix azure_rm_roleassignment related bugs ([#301](https://github.com/ansible-collections/azure/pull/301)) - azure_rm_autoscale: fix typo ([#314](https://github.com/ansible-collections/azure/pull/314)) - Fix sanity fail in python3.8 environment ([#355](https://github.com/ansible-collections/azure/pull/355)) - - azure_rm: Extend doc fragment from base constructed class to fix error ([#364](https://github.com/ansible-collections/azure/pull/364)) + - azure_rm: extend doc fragment from base constructed class to fix error ([#364](https://github.com/ansible-collections/azure/pull/364)) ## v1.2.0 (2020-10-09) ### NEW MODULES - - azure_rm_backupazurevm ([#248](https://github.com/ansible-collections/azure/pull/248)) - - azure_rm_backupazurevm_info ([#248](https://github.com/ansible-collections/azure/pull/248)) - - azure_rm_recoveryservicesvault ([#254](https://github.com/ansible-collections/azure/pull/254)) - - azure_rm_openshiftmanagedcluster ([#276](https://github.com/ansible-collections/azure/pull/276)) + - azure_rm_backupazurevm: ([#248](https://github.com/ansible-collections/azure/pull/248)) + - azure_rm_backupazurevm_info: ([#248](https://github.com/ansible-collections/azure/pull/248)) + - azure_rm_recoveryservicesvault: ([#254](https://github.com/ansible-collections/azure/pull/254)) + - azure_rm_openshiftmanagedcluster: ([#276](https://github.com/ansible-collections/azure/pull/276)) ### FEATURE ENHANCEMENT - add python 3.8 support ([#246](https://github.com/ansible-collections/azure/pull/246)) @@ -55,7 +60,7 @@ ([#285](https://github.com/ansible-collections/azure/pull/285)) -# v1.1.0 (2020-09-03) +## v1.1.0 (2020-09-03) ### FEATURE ENHANCEMENT - azure_rm_storageaccount: allow blob public access parameter ([#219](https://github.com/ansible-collections/azure/pull/219)) diff --git a/galaxy.yml b/galaxy.yml index 8962ed190..7dfa681e3 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.3.0 +version: 1.3.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md