@@ -102,3 +102,49 @@ releases:
102102 - 20240709-ansible_minimum_required_version.yml
103103 - 4.0.0.yml
104104 release_date : ' 2024-07-09'
105+ 5.0.0 :
106+ changes :
107+ bugfixes :
108+ - Adding more variables assertions to loadbalancer integration test to ensure
109+ it was created as expected
110+ - Adding support for swap_os_disk which allows you to create a VM from a Snapshot
111+ - Adding admin password requirements of azure_manage_postgresql role to README
112+ file
113+ - Adding alwayes statment to the first block in test_azure_manage_security_group
114+ main to ensure security group deleted
115+ - Adding always statement to first block in test_azure_load_balancer_with_public_ip
116+ test to verify the remove of load balancer and public ip recourses
117+ - Adding managed_disk_type as possible option in role azure_virtual_machine_with_public_ip
118+ - Fixed the undefined variables issue in the create.yml and delete.yml of azure_manage_postgresql
119+ role.
120+ - Postgresql Integration test improvement - Add key-value example to postgresql_settings.
121+ - Removing redundant default variables from the role's default file.
122+ - Removing the "elements:str" statement from azure_manage_postgresql/meta/argument_specs.yml
123+ file of azure_manage_postgresql_tags variable.
124+ - Removing tier, capacity, and size from SKU parameters from README file, both
125+ from Role Variables and Example Playbook
126+ - Updated args to managed disk module,
127+ - Updating retries count to be 20 from 40 in the Delete resource group task
128+ in order to shorten the time the user waits before the task fails
129+ release_summary : ' This is the major release of the ``cloud.azure_ops`` collection.
130+
131+ This changelog contains all changes to the modules and plugins in this collection
132+
133+ that have been made after the previous release.'
134+ fragments :
135+ - 20240707-postgresql_admin_manage_password.yml
136+ - 20240710-test_azure_load_balancer_with_public_ip.yml
137+ - 20240721-azure_manage_postgresql.yml
138+ - 20240721-test_azure_manage_security_group.yml
139+ - 20240723-test_azure_load_balencer_with_public_ip.yml
140+ - 20240805-test_azure_manage_postgresql.yml
141+ - 20240814-azure_manage_resurce_group.yml
142+ - 20241109-azure_manage_postgresql.yml
143+ - 20241308-azure_manage_postgresql.yml
144+ - 20241509-azure_manage_postgresql.yml
145+ - 20250110-azure_virtual_machine_with_public_ip.yml
146+ - 20250129-azure_virtual_machine_with_public_ip.yml
147+ - 20250313-update_manageddisk_args.yml
148+ - 20250314-azure_meta_main.yml
149+ - 5.0.0.yml
150+ release_date : ' 2025-03-17'
0 commit comments