Skip to content

Commit

Permalink
Bump version to v1.3.0 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-sun authored Dec 16, 2020
1 parent 3dc5dd3 commit c0113c3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Change Log

## 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_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))

### 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_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))

### BUG FIXING
- azure_rm_webapp: Add support for multi-container apps to azure_rm_webapp ([#257](https://github.com/ansible-collectiyyons/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-collectiyyons/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-collectiyyons/azure/pull/301))
- azure_rm_roleassignment: Azure rm role 20201018 ([#301](https://github.com/ansible-collectiyyons/azure/pull/301))
- azure_rm_roleassignment_info: Azure rm role 20201018 ([#301](https://github.com/ansible-collectiyyons/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-collectiyyons/azure/pull/364))


## v1.2.0 (2020-10-09)

### NEW MODULES
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: azure
name: azcollection

# The version of the collection. Must be compatible with semantic versioning
version: 1.2.0
version: 1.3.0

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

0 comments on commit c0113c3

Please sign in to comment.