Skip to content

Commit b57aadc

Browse files
djdanielssonTompage1994
authored andcommitted
[AUTO]Update changelog 3.7.0
Files changed: M CHANGELOG.rst M changelogs/.plugin-cache.yaml M changelogs/changelog.yaml D changelogs/fragments/fix_async_variable.yaml D changelogs/fragments/fix_workflow_variable_names.yaml M galaxy.yml
1 parent 0197d78 commit b57aadc

File tree

6 files changed

+32
-11
lines changed

6 files changed

+32
-11
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ infra.aap\_configuration Release Notes
44

55
.. contents:: Topics
66

7+
v3.7.0
8+
======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Set async log collection default once
14+
15+
Bugfixes
16+
--------
17+
18+
- fixing `controller_configuration_workflow_async_delay` to what it was supposed to be `controller_configuration_workflow_job_templates_async_delay`
19+
- fixing `controller_configuration_workflow_async_retries` to what it was supposed to be `controller_configuration_workflow_job_templates_async_retries`
20+
- fixing `controller_configuration_workflow_loop_delay` to what it was supposed to be `controller_configuration_workflow_job_templates_loop_delay`
21+
722
v3.6.0
823
======
924

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,4 @@ plugins:
321321
strategy: {}
322322
test: {}
323323
vars: {}
324-
version: 3.6.0
324+
version: 3.7.0

changelogs/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,3 +903,18 @@ releases:
903903
- collection_repo_sync.yml
904904
- workflow_jt_vars.yml
905905
release_date: '2025-09-15'
906+
3.7.0:
907+
changes:
908+
bugfixes:
909+
- fixing `controller_configuration_workflow_async_delay` to what it was supposed
910+
to be `controller_configuration_workflow_job_templates_async_delay`
911+
- fixing `controller_configuration_workflow_async_retries` to what it was supposed
912+
to be `controller_configuration_workflow_job_templates_async_retries`
913+
- fixing `controller_configuration_workflow_loop_delay` to what it was supposed
914+
to be `controller_configuration_workflow_job_templates_loop_delay`
915+
minor_changes:
916+
- Set async log collection default once
917+
fragments:
918+
- fix_async_variable.yaml
919+
- fix_workflow_variable_names.yaml
920+
release_date: '2025-09-17'

changelogs/fragments/fix_async_variable.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_workflow_variable_names.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: infra
33
name: aap_configuration
4-
version: 3.6.0-devel
4+
version: 3.7.0-devel
55
description: A collection of roles to manage Ansible Controller
66
readme: README.md
77
authors:

0 commit comments

Comments
 (0)