Skip to content

Commit

Permalink
changelog (redhat-cop#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan authored and Przemyslaw Kalitowski committed Nov 22, 2024
1 parent e162e0e commit 6005cc9
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 34 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ infra.controller_configuration Release Notes
.. contents:: Topics


v2.4.1
======

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

- Add option to change async directory, and set the default to null. /tmp/.ansible_async was a workaround while the default was broken previously.
- Change from lookup to query in the object_diff task files
- add organizations tag in a dispatch task which is in charge of applying galaxy credencitals in the organization.
- added the instance_groups filed to the roles role.
- added the possibility to export schedules through the filetree_create role
- filetree_create now allows to export objects for the specified organization
- remove depencency of CONTROLER_USERNAME variable for object_diff role by calling the API with api/me instead of calling the api/users and filtering by username

Bugfixes
--------

- Changes default value for `*_enforce_defaults` to false instead of the truthy value (due to the quotes), 'false'.
- Fix addition of `state: present` when `with_present: true`
- Temporarily fixed an error when installing docker-compose using pip (see https://stackoverflow.com/questions/76708329/docker-compose-no-longer-building-image-attributeerror-cython-sources for more information)
- When exporting job templates it was failing when missing some input information.
- When exporting schedules, the diff_mode was not treated correctly
- When importing the exported notification templates, the types of some values are not as expected.
- When importing the exported settings, fields like `AUTOMATION_ANALYTICS_LAST_GATHER: 2023-07-17T13:22:06.445818Z` caused problems with the multiple `:`.
- fix 'credentials' role ignoring 'update_secrets false' and forcing to default 'true'
- fixed an the users and teams field on the roles role to be correct and not singular.

v2.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: 2.4.0
version: 2.4.1
41 changes: 41 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -478,3 +478,44 @@ releases:
- roles_update.yml
- rrule_bugfix.yml
release_date: '2023-06-09'
2.4.1:
changes:
bugfixes:
- Changes default value for `*_enforce_defaults` to false instead of the truthy
value (due to the quotes), 'false'.
- 'Fix addition of `state: present` when `with_present: true`'
- Temporarily fixed an error when installing docker-compose using pip (see https://stackoverflow.com/questions/76708329/docker-compose-no-longer-building-image-attributeerror-cython-sources
for more information)
- When exporting job templates it was failing when missing some input information.
- When exporting schedules, the diff_mode was not treated correctly
- When importing the exported notification templates, the types of some values
are not as expected.
- 'When importing the exported settings, fields like `AUTOMATION_ANALYTICS_LAST_GATHER:
2023-07-17T13:22:06.445818Z` caused problems with the multiple `:`.'
- fix 'credentials' role ignoring 'update_secrets false' and forcing to default
'true'
- fixed an the users and teams field on the roles role to be correct and not
singular.
minor_changes:
- Add option to change async directory, and set the default to null. /tmp/.ansible_async
was a workaround while the default was broken previously.
- Change from lookup to query in the object_diff task files
- add organizations tag in a dispatch task which is in charge of applying galaxy
credencitals in the organization.
- added the instance_groups filed to the roles role.
- added the possibility to export schedules through the filetree_create role
- filetree_create now allows to export objects for the specified organization
- remove depencency of CONTROLER_USERNAME variable for object_diff role by calling
the API with api/me instead of calling the api/users and filtering by username
fragments:
- 610-filetree_create-now-allows-to-export-objects-for-the-specified-organization.yml
- 630-enforce-defs.yml
- add_organizations_tag.yml
- add_schedules_to_filetree_create.yml
- async.yml
- change_from_lookup_to_query.yml
- credentials_role_bugfix.yml
- filetree_create_bugfix.yml
- remove_username_dependency_objectdiff.yml
- roles_bugfix.yml
release_date: '2023-07-26'

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/630-enforce-defs.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/add_organizations_tag.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/add_schedules_to_filetree_create.yml

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/change_from_lookup_to_query.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/credentials_role_bugfix.yml

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

0 comments on commit 6005cc9

Please sign in to comment.