Skip to content

Commit 6f0e947

Browse files
committed
Release 5.0.0 commit
1 parent b2cc995 commit 6f0e947

17 files changed

+74
-33
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ Cloud.Azure\_Ops Release Notes
44

55
.. contents:: Topics
66

7+
v5.0.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This is the major release of the ``cloud.azure_ops`` collection.
14+
This changelog contains all changes to the modules and plugins in this collection
15+
that have been made after the previous release.
16+
17+
Bugfixes
18+
--------
19+
20+
- Adding more variables assertions to loadbalancer integration test to ensure it was created as expected
21+
- Adding support for swap_os_disk which allows you to create a VM from a Snapshot
22+
- Adding admin password requirements of azure_manage_postgresql role to README file
23+
- Adding alwayes statment to the first block in test_azure_manage_security_group main to ensure security group deleted
24+
- Adding always statement to first block in test_azure_load_balancer_with_public_ip test to verify the remove of load balancer and public ip recourses
25+
- Adding managed_disk_type as possible option in role azure_virtual_machine_with_public_ip
26+
- Fixed the undefined variables issue in the create.yml and delete.yml of azure_manage_postgresql role.
27+
- Postgresql Integration test improvement - Add key-value example to postgresql_settings.
28+
- Removing redundant default variables from the role's default file.
29+
- Removing the "elements:str" statement from azure_manage_postgresql/meta/argument_specs.yml file of azure_manage_postgresql_tags variable.
30+
- Removing tier, capacity, and size from SKU parameters from README file, both from Role Variables and Example Playbook
31+
- Updated args to managed disk module,
32+
- Updating retries count to be 20 from 40 in the Delete resource group task in order to shorten the time the user waits before the task fails
33+
734
v4.0.0
835
======
936

changelogs/changelog.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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'

changelogs/fragments/20240707-postgresql_admin_manage_password.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/20240710-test_azure_load_balancer_with_public_ip.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/20240721-azure_manage_postgresql.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/20240721-test_azure_manage_security_group.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/20240723-test_azure_load_balencer_with_public_ip.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/20240805-test_azure_manage_postgresql.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/20240814-azure_manage_resurce_group.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/20241109-azure_manage_postgresql.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)