diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d01b0a05..5e24106f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,16 @@ infra.controller\_configuration Release Notes .. contents:: Topics +v3.4.1 +====== + +Bugfixes +-------- + +- filetree_create - add ``workflow_job_template_nodes`` to ``valid_tags`` so documented input tags pass validation +- filetree_create - changed ``user_roles.yaml`` and ``team_roles.yaml`` to have explicit type conversion for Ansible 2.20 +- filetree_create - rename ``first_group`` to ``first_hosts`` in ``hosts.yml`` tasks to match the variable name in the template + v3.4.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 76aca114..6ff486e9 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -176,4 +176,4 @@ plugins: strategy: {} test: {} vars: {} -version: 3.4.0 +version: 3.4.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5d803b89..1aeb0ec6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -956,3 +956,17 @@ releases: - certification-review-updates.yaml - release_auto-automation-hub-console-url.yml release_date: '2026-06-01' + 3.4.1: + changes: + bugfixes: + - filetree_create - add ``workflow_job_template_nodes`` to ``valid_tags`` so + documented input tags pass validation + - filetree_create - changed ``user_roles.yaml`` and ``team_roles.yaml`` to have + explicit type conversion for Ansible 2.20 + - filetree_create - rename ``first_group`` to ``first_hosts`` in ``hosts.yml`` + tasks to match the variable name in the template + fragments: + - explicit_type_conversion.yaml + - filetree-create-fix-var-in-hosts-tasks.yaml + - workflow_job_template_nodes_valid_tag.yaml + release_date: '2026-07-01' diff --git a/changelogs/fragments/explicit_type_conversion.yaml b/changelogs/fragments/explicit_type_conversion.yaml deleted file mode 100644 index 273a742f..00000000 --- a/changelogs/fragments/explicit_type_conversion.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - filetree_create - changed ``user_roles.yaml`` and ``team_roles.yaml`` to have explicit type conversion for Ansible 2.20 diff --git a/changelogs/fragments/filetree-create-fix-var-in-hosts-tasks.yaml b/changelogs/fragments/filetree-create-fix-var-in-hosts-tasks.yaml deleted file mode 100644 index 78d22c04..00000000 --- a/changelogs/fragments/filetree-create-fix-var-in-hosts-tasks.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - filetree_create - rename ``first_group`` to ``first_hosts`` in ``hosts.yml`` tasks to match the variable name in the template diff --git a/changelogs/fragments/workflow_job_template_nodes_valid_tag.yaml b/changelogs/fragments/workflow_job_template_nodes_valid_tag.yaml deleted file mode 100644 index 6dcbd433..00000000 --- a/changelogs/fragments/workflow_job_template_nodes_valid_tag.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - filetree_create - add ``workflow_job_template_nodes`` to ``valid_tags`` so documented input tags pass validation diff --git a/galaxy.yml b/galaxy.yml index 77e64554..9d862187 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: infra name: controller_configuration -version: 3.4.0 +version: 3.4.1 description: A collection of roles to manage Ansible Controller readme: README.md authors: