Skip to content

Commit

Permalink
Add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Sep 23, 2024
1 parent 0394ff3 commit 774cafa
Show file tree
Hide file tree
Showing 16 changed files with 97 additions and 54 deletions.
46 changes: 43 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,49 @@
=============================================
infra.controller\_configuration Release Notes
=============================================
============================================
infra.controller_configuration Release Notes
============================================

.. contents:: Topics


v2.9.0
======

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

- Added `controller_configuration_loop_delay` and role specific var to give users the option to add a pause during the async loop to slow it down a bit when they are seeing controller API overloaded.
- Added the option assign_instance_groups_to_org to allow skipping this when creating an org if desired
- filetree_create able to filter by project_id, workflow_job_template_id or job_template_id

Bugfixes
--------

- fixes an issue where spaces are stripped from variables applied to the inventories, inventory_sources, hosts, groups, credential_types and notification_templates roles

v2.8.1
======

v2.8.0
======

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

- Add two playbooks to simplify management of Configuration as Code files
- Added option to not removing '$encrypted$' string in filetree_create credentials output
- added new_name as an option to organization role

Bugfixes
--------

- Adjusted output of boolean filetree_create fields to provide ansible-lint compatible values.
- Avoid the groups populated by a constructed inventory to be removed during object_diff.
- Fix "adhoc" role permission name in object diff.
- Fix changed_when statement in all roles to show correct state
- Fixed the empty credential scenario where the playbook looks for credential names and fails with undefied value.
- fixed a bug where int values were being set to 0 it was being dropped and value was not being pushed to controller
- fixed a bug where when verbosity was set to 0 it was being dropped and value was not being pushed to controller

v2.7.1
======

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.7.1
version: 2.9.0
53 changes: 53 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -624,3 +624,56 @@ releases:
- diff_roles_orga_wide.yml
- issue_743.yml
release_date: '2024-03-19'
2.8.0:
changes:
bugfixes:
- Adjusted output of boolean filetree_create fields to provide ansible-lint
compatible values.
- Avoid the groups populated by a constructed inventory to be removed during
object_diff.
- Fix "adhoc" role permission name in object diff.
- Fix changed_when statement in all roles to show correct state
- Fixed the empty credential scenario where the playbook looks for credential
names and fails with undefied value.
- fixed a bug where int values were being set to 0 it was being dropped and
value was not being pushed to controller
- fixed a bug where when verbosity was set to 0 it was being dropped and value
was not being pushed to controller
minor_changes:
- Add two playbooks to simplify management of Configuration as Code files
- Added option to not removing '$encrypted$' string in filetree_create credentials
output
- added new_name as an option to organization role
fragments:
- add_playbooks.yml
- adhoc_role_name_object_diff.yml
- check_state.yml
- empty-inventory-source-credential.yaml
- groups_constructed.yml
- org_new_name.yml
- show-encrypted.yml
- truthy_values_in_lowcase.yml
- verbosity_bug.yml
release_date: '2024-05-16'
2.8.1:
release_date: '2024-05-23'
2.9.0:
changes:
bugfixes:
- fixes an issue where spaces are stripped from variables applied to the inventories,
inventory_sources, hosts, groups, credential_types and notification_templates
roles
minor_changes:
- Added `controller_configuration_loop_delay` and role specific var to give
users the option to add a pause during the async loop to slow it down a bit
when they are seeing controller API overloaded.
- Added the option assign_instance_groups_to_org to allow skipping this when
creating an org if desired
- filetree_create able to filter by project_id, workflow_job_template_id or
job_template_id
fragments:
- filetree_create_filter.yml
- instance_group_org.yml
- pause_loop.yml
- var_spaces.yml
release_date: '2024-09-23'
3 changes: 0 additions & 3 deletions changelogs/fragments/add_playbooks.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/empty-inventory-source-credential.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/filetree_create_filter.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/show-encrypted.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 774cafa

Please sign in to comment.