Skip to content

Commit d8a4772

Browse files
authored
[AUTO]Update changelog 3.8.0 (#1195)
Files changed: M CHANGELOG.rst M changelogs/.plugin-cache.yaml M changelogs/changelog.yaml D changelogs/fragments/aap_26_additions.yml D changelogs/fragments/async_fixes.yml D changelogs/fragments/async_improved_logging.yml D changelogs/fragments/hub_publish.yml D changelogs/fragments/include_wildcard_vars.yml M galaxy.yml
1 parent 508643d commit d8a4772

File tree

9 files changed

+56
-28
lines changed

9 files changed

+56
-28
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v3.8.0
8+
======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Added `gateway_role_definitions` role for AAP 2.6+
14+
- Added `gateway_role_team_assignments` role for AAP 2.6+
15+
- Updated `gateway_role_user_assignments` role these changes will only work in AAP 2.6+
16+
- added include_wildcard_vars option to dispatch role.
17+
- updated vars to `hub_` from `ah_` that were missed in hub_publish role
18+
19+
Bugfixes
20+
--------
21+
22+
- Add enhance async handling to the controller_settings role
23+
- Added logic to better label the collect_async_status role/tasks to more easily understand where automation is at any given point
24+
- Fix usage of aap_configuration_collect_logs variable
25+
- Update role readme files to be consistently worded for the aap_configuration_collect_logs variable
26+
727
v3.7.0
828
======
929

changelogs/.plugin-cache.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,18 @@ objects:
195195
gateway.
196196
name: gateway_organizations
197197
version_added: null
198+
gateway_role_definitions:
199+
description: An Ansible Role to create role_definitions on Ansible gateway for
200+
AAP 2.6+.
201+
name: gateway_role_definitions
202+
version_added: null
203+
gateway_role_team_assignments:
204+
description: An Ansible Role to create role_team_assignments on Ansible gateway
205+
for AAP 2.6+.
206+
name: gateway_role_team_assignments
207+
version_added: null
198208
gateway_role_user_assignments:
199-
description: An Ansible Role to create role user assignment on automation platform
200-
gateway.
209+
description: An Ansible Role to create role_user_assignments on Ansible gateway.
201210
name: gateway_role_user_assignments
202211
version_added: null
203212
gateway_routes:
@@ -321,4 +330,4 @@ plugins:
321330
strategy: {}
322331
test: {}
323332
vars: {}
324-
version: 3.7.0
333+
version: 3.8.0

changelogs/changelog.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,3 +918,26 @@ releases:
918918
- fix_async_variable.yaml
919919
- fix_workflow_variable_names.yaml
920920
release_date: '2025-09-17'
921+
3.8.0:
922+
changes:
923+
bugfixes:
924+
- Add enhance async handling to the controller_settings role
925+
- Added logic to better label the collect_async_status role/tasks to more easily
926+
understand where automation is at any given point
927+
- Fix usage of aap_configuration_collect_logs variable
928+
- Update role readme files to be consistently worded for the aap_configuration_collect_logs
929+
variable
930+
minor_changes:
931+
- Added `gateway_role_definitions` role for AAP 2.6+
932+
- Added `gateway_role_team_assignments` role for AAP 2.6+
933+
- Updated `gateway_role_user_assignments` role these changes will only work
934+
in AAP 2.6+
935+
- added include_wildcard_vars option to dispatch role.
936+
- updated vars to `hub_` from `ah_` that were missed in hub_publish role
937+
fragments:
938+
- aap_26_additions.yml
939+
- async_fixes.yml
940+
- async_improved_logging.yml
941+
- hub_publish.yml
942+
- include_wildcard_vars.yml
943+
release_date: '2025-10-06'

changelogs/fragments/aap_26_additions.yml

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

changelogs/fragments/async_fixes.yml

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

changelogs/fragments/async_improved_logging.yml

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

changelogs/fragments/hub_publish.yml

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

changelogs/fragments/include_wildcard_vars.yml

Lines changed: 0 additions & 4 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.7.0-devel
4+
version: 3.8.0-devel
55
description: A collection of roles to manage Ansible Controller
66
readme: README.md
77
authors:

0 commit comments

Comments
 (0)