Skip to content
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
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

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: 3.4.0
version: 3.4.1
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions changelogs/fragments/explicit_type_conversion.yaml

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading