Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] Update changelog refs/tags/2.2.5 #480

Merged
merged 1 commit into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ redhat_cop.controller_configuration Release Notes
.. contents:: Topics


v2.2.5
======

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

- Add max_forks, max_concurrent_jobs as options to instance_groups role
- Add no_log everywhere controller_api_plugin is used to avoid to expose sensitive information in case of crashes.
- Add no_log everywhere controller_api_plugin is used to avoid to expose sensitive information in case of crashes.
- Add or fix some variables or extra_vars exported from objects like notifications, inventory, inventory_source, hosts, groups, jt or wjt.
- Add roles object to object_diff role and controller_object_diff lookup plugin.
- Fix one query with controller_password to change it and set oauth_token=controller_oauthtoken.
- Fixed typos in README.md.
- Improve template to export settings with filetree_create role. Settings will be in yaml format.
- Renamed the field `update` to `update_project` to avoid colliding with the Python dict update method
- Renamed variable controller_workflow_job_templates to controller_workflows (the previos one was not used at all).
- Renamed variable controller_workflow_job_templates to controller_workflows (the previos one was not used at all).
- return_all: true has been added to return the maximum of max_objects=query_controller_api_max_objects objects.

Bugfixes
--------

- Enable the ability to define simple_workflow_nodes on workflow_job_templates without the need to set the `state` on a workflow_job_template (https://github.com/redhat-cop/controller_configuration/issues/297).

v2.2.4
======

Expand Down
4 changes: 3 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins:
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi: {}
inventory: {}
lookup:
Expand All @@ -17,5 +18,6 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 2.2.4
version: 2.2.5
35 changes: 35 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,38 @@ releases:
- remove_examples.yml
- removed_ update_on_project_update.yml
release_date: '2022-11-30'
2.2.5:
changes:
bugfixes:
- Enable the ability to define simple_workflow_nodes on workflow_job_templates
without the need to set the `state` on a workflow_job_template (https://github.com/redhat-cop/controller_configuration/issues/297).
minor_changes:
- Add max_forks, max_concurrent_jobs as options to instance_groups role
- Add no_log everywhere controller_api_plugin is used to avoid to expose sensitive
information in case of crashes.
- Add no_log everywhere controller_api_plugin is used to avoid to expose sensitive
information in case of crashes.
- Add or fix some variables or extra_vars exported from objects like notifications,
inventory, inventory_source, hosts, groups, jt or wjt.
- Add roles object to object_diff role and controller_object_diff lookup plugin.
- Fix one query with controller_password to change it and set oauth_token=controller_oauthtoken.
- Fixed typos in README.md.
- Improve template to export settings with filetree_create role. Settings will
be in yaml format.
- Renamed the field `update` to `update_project` to avoid colliding with the
Python dict update method
- Renamed variable controller_workflow_job_templates to controller_workflows
(the previos one was not used at all).
- Renamed variable controller_workflow_job_templates to controller_workflows
(the previos one was not used at all).
- 'return_all: true has been added to return the maximum of max_objects=query_controller_api_max_objects
objects.'
fragments:
- filetree_create.yml
- instance_group.yml
- object_diff.yml
- object_diff_role_and_plugin.yml
- project_updates.yml
- typos.yml
- workflow_job_template_state_and_nodes.yml
release_date: '2023-01-26'
7 changes: 0 additions & 7 deletions changelogs/fragments/filetree_create.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions changelogs/fragments/object_diff_role_and_plugin.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.