Skip to content

Commit

Permalink
update changelog (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan authored Oct 18, 2023
1 parent 06babc1 commit c263de0
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ infra.controller_configuration Release Notes
.. contents:: Topics


v2.5.2
======

Bugfixes
--------

- Fixed issue with organization creation with instance group. Execute instance and instance_group before organizations.
- dispatch - Fixed the order and behavior to run as a single task with options for organization behavior.
- filetree_create - Fixed the misspelled variable name that caused exported job_templates yaml files containing incorrect name.
- filetree_create and object_diff- Subelement filter is executed before when and it was causing a failure when the list was not defined.

v2.5.1
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.5.1
version: 2.5.2
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -551,3 +551,20 @@ releases:
- add_request_timeout.yml
- licence_org.yml
release_date: '2023-08-29'
2.5.2:
changes:
bugfixes:
- Fixed issue with organization creation with instance group. Execute instance
and instance_group before organizations.
- dispatch - Fixed the order and behavior to run as a single task with options
for organization behavior.
- filetree_create - Fixed the misspelled variable name that caused exported
job_templates yaml files containing incorrect name.
- filetree_create and object_diff- Subelement filter is executed before when
and it was causing a failure when the list was not defined.
fragments:
- dispatch_bugfix.yml
- filetree_create_job_templates.yml
- fix_subelements_conditional.yml
- instancegroups_org.yml
release_date: '2023-10-14'
4 changes: 0 additions & 4 deletions changelogs/fragments/dispatch_bugfix.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/filetree_create_job_templates.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/fix_subelements_conditional.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/instancegroups_org.yml

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: infra
name: controller_configuration
version: 2.5.1-devel
version: 2.5.2-devel
description: A collection of roles to manage Ansible Controller
readme: README.md
authors:
Expand Down

0 comments on commit c263de0

Please sign in to comment.