Skip to content

Commit

Permalink
Merge pull request #61 from redhat-cop/prep_release_3.0.0
Browse files Browse the repository at this point in the history
release 3.0.0
  • Loading branch information
p3ck authored Apr 23, 2024
2 parents 8b302de + 92f15a7 commit 0184ce5
Show file tree
Hide file tree
Showing 15 changed files with 95 additions and 57 deletions.
45 changes: 42 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,48 @@
=============================
Cloud.Azure_Ops Release Notes
=============================
==============================
Cloud.Azure\_Ops Release Notes
==============================

.. contents:: Topics

v3.0.0
======

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

This is release 3.0.0 of ``cloud.azure_ops``, released on 2024-04-23.

Breaking changes to role variable names which are now role_prefix based.

Minor Changes
-------------

- Add argument_specs.yaml to validate the role variables.

Breaking Changes / Porting Guide
--------------------------------

- Rename roles variables using ``role_name_`` as prefix (https://github.com/redhat-cop/cloud.azure_ops/pull/48).
- Update README.md and meta/runtime.yml to reflect our ansible core testing versions.

Bugfixes
--------

- Fix syntax in roles/azure_manage_networking_stack/README.md
- Update README.md with proper variable names in example
- Update playbooks that include credentials to be able to be used with Automation Controller (not just the command line). https://github.com/redhat-cop/cloud.azure_ops/pull/47
- Update playbooks/roles/scale_virtual_machine/tasks/main.yml to use correct operation variable
- Update roles/azure_manage_security_group/tasks/main.yml to use correct operation variable
- Update roles/azure_virtual_machine_with_public_ip/tasks/main.yml to use correct prefix vars
- Use correct variables in roles/azure_manage_networking_stack/tasks/create.yml
- fix variable names in roles/azure_load_balancer_with_public_ip/tasks/delete.yml
- fix variable names in roles/azure_manage_security_group/tasks/delete.yml
- fix variable names in roles/azure_manage_security_group/tasks/remove_rules.yml
- playbooks/webapp_container.yml
- roles/azure_manage_resource_group - Ensure the correct variable name is used for the operation.
- roles/azure_manage_security_group: Change azure_manage_security_group_region to be optional, as it not required when the Resource Group is already exists.
- roles/azure_manage_security_group: Fix purge_rules and rules_to_remove indentation in the arguments spec
- roles/azure_virtual_machine_with_public_ip - Ensure the correct variables names are defined inside defaults.

v2.0.0
======
Expand Down
53 changes: 53 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,56 @@ releases:
fragments:
- rename.yml
release_date: '2023-03-17'
3.0.0:
changes:
breaking_changes:
- Rename roles variables using ``role_name_`` as prefix (https://github.com/redhat-cop/cloud.azure_ops/pull/48).
- Update README.md and meta/runtime.yml to reflect our ansible core testing
versions.
bugfixes:
- Fix syntax in roles/azure_manage_networking_stack/README.md
- Update README.md with proper variable names in example
- Update playbooks that include credentials to be able to be used with Automation
Controller (not just the command line). https://github.com/redhat-cop/cloud.azure_ops/pull/47
- Update playbooks/roles/scale_virtual_machine/tasks/main.yml to use correct
operation variable
- Update roles/azure_manage_security_group/tasks/main.yml to use correct operation
variable
- Update roles/azure_virtual_machine_with_public_ip/tasks/main.yml to use correct
prefix vars
- Use correct variables in roles/azure_manage_networking_stack/tasks/create.yml
- fix variable names in roles/azure_load_balancer_with_public_ip/tasks/delete.yml
- fix variable names in roles/azure_manage_security_group/tasks/delete.yml
- fix variable names in roles/azure_manage_security_group/tasks/remove_rules.yml
- playbooks/webapp_container.yml
- roles/azure_manage_resource_group - Ensure the correct variable name is used
for the operation.
- 'roles/azure_manage_security_group: Change azure_manage_security_group_region
to be optional, as it not required when the Resource Group is already exists.'
- 'roles/azure_manage_security_group: Fix purge_rules and rules_to_remove indentation
in the arguments spec'
- roles/azure_virtual_machine_with_public_ip - Ensure the correct variables
names are defined inside defaults.
minor_changes:
- Add argument_specs.yaml to validate the role variables.
release_summary: 'This is release 3.0.0 of ``cloud.azure_ops``, released on
2024-04-23.
Breaking changes to role variable names which are now role_prefix based.'
fragments:
- 20230426-update_readme_and_runtime.yml
- 20230803-ansible-lint.yml
- 20230817-update_for_controller.yml
- 20230823-update-ci-sanity-test-matrix.yaml
- 202400305-fixes.yml
- 20240305-update_postgresql_example.yml
- 20240307-update_prefixes.yml
- 20240319-Integration-tests.yml
- 20240320-relative-links.yml
- 20240416-integration.yml
- 20240416-remove-indents.yml
- 3.0.0.yml
- automation_hub_update_readme.yaml
- role_arg_specs.yaml
release_date: '2024-04-23'
2 changes: 0 additions & 2 deletions changelogs/fragments/20230426-update_readme_and_runtime.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20230803-ansible-lint.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/20230817-update_for_controller.yml

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions changelogs/fragments/202400305-fixes.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20240305-update_postgresql_example.yml

This file was deleted.

7 changes: 0 additions & 7 deletions changelogs/fragments/20240307-update_prefixes.yml

This file was deleted.

7 changes: 0 additions & 7 deletions changelogs/fragments/20240319-Integration-tests.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20240320-relative-links.yml

This file was deleted.

7 changes: 0 additions & 7 deletions changelogs/fragments/20240416-integration.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20240416-remove-indents.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/automation_hub_update_readme.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/role_arg_specs.yaml

This file was deleted.

0 comments on commit 0184ce5

Please sign in to comment.