Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog #711

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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