File tree Expand file tree Collapse file tree 9 files changed +56
-28
lines changed
Expand file tree Collapse file tree 9 files changed +56
-28
lines changed Original file line number Diff line number Diff 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+
727v3.7.0
828======
929
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11---
22namespace : infra
33name : aap_configuration
4- version : 3.7 .0-devel
4+ version : 3.8 .0-devel
55description : A collection of roles to manage Ansible Controller
66readme : README.md
77authors :
You can’t perform that action at this time.
0 commit comments