From c263de0edaff4861d62d33e1feece14c6edebb37 Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Wed, 18 Oct 2023 07:21:36 -0500 Subject: [PATCH] update changelog (#711) --- CHANGELOG.rst | 11 +++++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 17 +++++++++++++++++ changelogs/fragments/dispatch_bugfix.yml | 4 ---- .../fragments/filetree_create_job_templates.yml | 4 ---- .../fragments/fix_subelements_conditional.yml | 4 ---- changelogs/fragments/instancegroups_org.yml | 4 ---- galaxy.yml | 2 +- 8 files changed, 30 insertions(+), 18 deletions(-) delete mode 100644 changelogs/fragments/dispatch_bugfix.yml delete mode 100644 changelogs/fragments/filetree_create_job_templates.yml delete mode 100644 changelogs/fragments/fix_subelements_conditional.yml delete mode 100644 changelogs/fragments/instancegroups_org.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 313aaac15..76dc42da6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index e02da8dd6..5af973336 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -176,4 +176,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.5.1 +version: 2.5.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3eb8d0be9..2d1ef090b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/dispatch_bugfix.yml b/changelogs/fragments/dispatch_bugfix.yml deleted file mode 100644 index 6f0fd55da..000000000 --- a/changelogs/fragments/dispatch_bugfix.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - dispatch - Fixed the order and behavior to run as a single task with options for organization behavior. -... diff --git a/changelogs/fragments/filetree_create_job_templates.yml b/changelogs/fragments/filetree_create_job_templates.yml deleted file mode 100644 index e49d75fd3..000000000 --- a/changelogs/fragments/filetree_create_job_templates.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - filetree_create - Fixed the misspelled variable name that caused exported job_templates yaml files containing incorrect name. -... diff --git a/changelogs/fragments/fix_subelements_conditional.yml b/changelogs/fragments/fix_subelements_conditional.yml deleted file mode 100644 index 0310f5eb9..000000000 --- a/changelogs/fragments/fix_subelements_conditional.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - filetree_create and object_diff- Subelement filter is executed before when and it was causing a failure when the list was not defined. -... diff --git a/changelogs/fragments/instancegroups_org.yml b/changelogs/fragments/instancegroups_org.yml deleted file mode 100644 index c32887e3f..000000000 --- a/changelogs/fragments/instancegroups_org.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - Fixed issue with organization creation with instance group. Execute instance and instance_group before organizations. -... diff --git a/galaxy.yml b/galaxy.yml index d7954ffbb..260b4e458 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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: