Skip to content

Commit

Permalink
update release awx versions (#733) (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan authored Dec 3, 2023
1 parent 5a5e482 commit af03e78
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 30 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ infra.controller_configuration Release Notes
.. contents:: Topics


v2.6.0
======

Minor Changes
-------------

- The role 'filetree_create' will now allow to export all the objects of one kind into a single file, so it can be loaded by both ansible `group_vars` syntax and `filetree_read` tool.
- added improvements to checkmod where it will run faster with the async tasks. In addition added an additional fail check at end of dispatch that will likely fail if dependencies are missing, as expected.
- added mandatory check to workflow launch name option
- filetree_create - Add the constructed inventory exportation fields from the API endpoint `api/v2/constructed_inventories`

Bugfixes
--------

- Fixed an issue where the diff doesn't work correctly when explicitly setting state present
- Fixed an issue where the usage access to instance_groups were removed
- Fixed member removal of teams
- The role 'credentials' have had the enforced defaults removed from team, user, and organization options. This was causing an error with these parameters were mutally exclusive.
- The role 'inventory_sources' will now skip when the source parameter is `constructed`. These sources are auto created and not meant to be edited. However they can still be synced with the inventory_source_update.
- The role 'workflow_job_templates' Default enforced value set for workflow templates limit was 0, was corrected to be an empty string.

v2.5.2
======

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: 2.5.2
version: 2.6.0
34 changes: 34 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -568,3 +568,37 @@ releases:
- fix_subelements_conditional.yml
- instancegroups_org.yml
release_date: '2023-10-14'
2.6.0:
changes:
bugfixes:
- Fixed an issue where the diff doesn't work correctly when explicitly setting
state present
- Fixed an issue where the usage access to instance_groups were removed
- Fixed member removal of teams
- The role 'credentials' have had the enforced defaults removed from team, user,
and organization options. This was causing an error with these parameters
were mutally exclusive.
- The role 'inventory_sources' will now skip when the source parameter is `constructed`.
These sources are auto created and not meant to be edited. However they can
still be synced with the inventory_source_update.
- The role 'workflow_job_templates' Default enforced value set for workflow
templates limit was 0, was corrected to be an empty string.
minor_changes:
- The role 'filetree_create' will now allow to export all the objects of one
kind into a single file, so it can be loaded by both ansible `group_vars`
syntax and `filetree_read` tool.
- added improvements to checkmod where it will run faster with the async tasks.
In addition added an additional fail check at end of dispatch that will likely
fail if dependencies are missing, as expected.
- added mandatory check to workflow launch name option
- filetree_create - Add the constructed inventory exportation fields from the
API endpoint `api/v2/constructed_inventories`
fragments:
- checkmode.yml
- constructed.yml
- credential_owner.yml
- diff_plugin.yml
- filetree_create_export_constructed_inventories.yml
- filtree_create_flatten_output.yml
- workflow_limit_default.yml
release_date: '2023-12-02'
5 changes: 0 additions & 5 deletions changelogs/fragments/checkmode.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/constructed.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/credential_owner.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/diff_plugin.yml

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/filtree_create_flatten_output.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/workflow_limit_default.yml

This file was deleted.

0 comments on commit af03e78

Please sign in to comment.