Skip to content

Commit

Permalink
Merge pull request #86 from nirarg/prep_release_4.0.0
Browse files Browse the repository at this point in the history
Release new version 4.0.0
  • Loading branch information
nirarg authored Jul 9, 2024
2 parents 70e423f + aac4c08 commit 27e0fc1
Show file tree
Hide file tree
Showing 14 changed files with 68 additions and 33 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ Cloud.Azure\_Ops Release Notes

.. contents:: Topics

v4.0.0
======

Release Summary
---------------

This is release 4.0.0 of ``cloud.azure_ops``, released on 2024-07-09.

Bugfixes
--------

- Added 'vnet_address_prefixes_cidr' and 'subnet_address_prefixes_cidr' role variables. Required when creating a new virtual network
- Added Virtual network autocreation during Virual machine with public IP creation in case Virtual network doesn't exist for azure_virtual_machine_with_public_ip role
- Added a timeout (as a temporary solution) in the delete task of the azure_manage_resource_group role
- Added missed argument to the 'Power On VM' task in azure_virtual_machine_with_public_ip role
- Added retries to Resource Group deletion (retries=40, delay=5)
- Fix argument choices for azure_manage_postgrsql
- Fixed azure_manage_resource_group_tags value for new resource group creation by role
- Fixed undefined variables issue for azure_virtual_machine_with_public_ip role
- Refactor the management of the Resource Group by other roles Deleting the Resource Group should not be forced by default and should only occur if explicitly requested by the user.
- Removed duplicated azure_manage_postgresql_tags var in README file of azure_manage_postgresql role
- Removed the undefined variables from the create.yml of azure_manage_postgresql role and replaced them with defined ones.
- Update README.md with proper playbook examples
- Updated README with proper role's variables description for azure_virtual_machine_with_public_ip role

v3.0.0
======

Expand Down
42 changes: 42 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,45 @@ releases:
- automation_hub_update_readme.yaml
- role_arg_specs.yaml
release_date: '2024-04-23'
4.0.0:
changes:
bugfixes:
- Added 'vnet_address_prefixes_cidr' and 'subnet_address_prefixes_cidr' role
variables. Required when creating a new virtual network
- Added Virtual network autocreation during Virual machine with public IP creation
in case Virtual network doesn't exist for azure_virtual_machine_with_public_ip
role
- Added a timeout (as a temporary solution) in the delete task of the azure_manage_resource_group
role
- Added missed argument to the 'Power On VM' task in azure_virtual_machine_with_public_ip
role
- Added retries to Resource Group deletion (retries=40, delay=5)
- Fix argument choices for azure_manage_postgrsql
- Fixed azure_manage_resource_group_tags value for new resource group creation
by role
- Fixed undefined variables issue for azure_virtual_machine_with_public_ip role
- Refactor the management of the Resource Group by other roles Deleting the
Resource Group should not be forced by default and should only occur if explicitly
requested by the user.
- Removed duplicated azure_manage_postgresql_tags var in README file of azure_manage_postgresql
role
- Removed the undefined variables from the create.yml of azure_manage_postgresql
role and replaced them with defined ones.
- Update README.md with proper playbook examples
- Updated README with proper role's variables description for azure_virtual_machine_with_public_ip
role
release_summary: This is release 4.0.0 of ``cloud.azure_ops``, released on 2024-07-09.
fragments:
- 20240508-azure_manage_postgresql.yml
- 20240508-azure_manage_resource_group.yml
- 20240508-github-absolute-links.yml
- 20240521-azure_resource_groups_delete.yml
- 20240523-azure_resource_groups-management_from_other_roles.yml
- 20240530-readme_example.yml
- 20240602-azure_vm_with_public_ip_create.yml
- 20240613-bug_fixes.yaml
- 20240617-azure_manage_postgresql_create.yml
- 20240617-azure_manage_postgresql_readme.yml
- 20240709-ansible_minimum_required_version.yml
- 4.0.0.yml
release_date: '2024-07-09'
2 changes: 0 additions & 2 deletions changelogs/fragments/20240508-azure_manage_postgresql.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20240508-azure_manage_resource_group.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20240508-github-absolute-links.yml

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20240530-readme_example.yml

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/20240613-bug_fixes.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cloud
name: azure_ops
version: 3.0.0
version: 4.0.0
authors:
- Ansible (https://github.com/ansible)
description: A collection of content (roles, playbooks, etc) for Ansible Automation Platform on Azure.
Expand Down

0 comments on commit 27e0fc1

Please sign in to comment.