Skip to content

Commit

Permalink
2.11.0 changelog (#916)
Browse files Browse the repository at this point in the history
* 2.10.3 changelog

* Manually update changelogs

---------

Co-authored-by: Sean Sullivan <ssulliva@redhat.com>
  • Loading branch information
Tompage1994 and sean-m-sullivan authored Oct 4, 2024
1 parent 6ef0999 commit 79707dc
Show file tree
Hide file tree
Showing 20 changed files with 95 additions and 57 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,48 @@ infra.controller_configuration Release Notes
.. contents:: Topics


v2.11.0
=======

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

- Add ability to disable dependency check

Bugfixes
--------

- Fixed issue with loops that were getting always empty list of objects

v2.10.3
=======

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

- Added meta role to perform dependency checks. No changes needed from a user perspective.
- filetree_create able export proper approval role
- filetree_create able export proper approval role (user roles)
- filetree_create able to bulk export role for objects
- filetree_create able to create files without id values
- filetree_create able to export project with update_project state
- filetree_create able to export scm_refspec of project
- filetree_create able to export single worfklow with related job_templates and projects
- filetree_create able to filter by schedule_id
- filetree_create able to remove $encrypted$ while exporting job template and workflow
- filetree_create able to use defined organization for organizationless objects
- filetree_create is missing double quote
- filetree_read speed tuning
- fix memory leak when there are plenty of job templates
- fix project export while exporting related objects to job template

Bugfixes
--------

- Fix "approval" role permission name in object diff.
- Fixed missing execution environemnt while exporting the project
- filetree_create export extra_vars with escaping any variable brackets

v2.9.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.9.0
version: 2.11.0
52 changes: 52 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,58 @@ releases:
fragments:
- update_options.yml
release_date: '2022-11-11'
2.10.3:
changes:
bugfixes:
- Fix "approval" role permission name in object diff.
- Fixed missing execution environemnt while exporting the project
- filetree_create export extra_vars with escaping any variable brackets
minor_changes:
- Added meta role to perform dependency checks. No changes needed from a user
perspective.
- filetree_create able export proper approval role
- filetree_create able export proper approval role (user roles)
- filetree_create able to bulk export role for objects
- filetree_create able to create files without id values
- filetree_create able to export project with update_project state
- filetree_create able to export scm_refspec of project
- filetree_create able to export single worfklow with related job_templates
and projects
- filetree_create able to filter by schedule_id
- filetree_create able to remove $encrypted$ while exporting job template and
workflow
- filetree_create able to use defined organization for organizationless objects
- filetree_create is missing double quote
- filetree_read speed tuning
- fix memory leak when there are plenty of job templates
- fix project export while exporting related objects to job template
fragments:
- aapproval_role_name_object_diff.yml
- dependency_check.yml
- filetree_create_brackets_extra_vars_issue.yml
- filetree_create_default_org.yml
- filetree_create_extra_variables.yml
- filetree_create_omit_id.yml
- filetree_create_project_ee.yml
- filetree_create_related_project_export.yaml
- filetree_create_role_approve_bug.yml
- filetree_create_role_export_optimization.yml
- filetree_create_scm_refspec.yml
- filetree_create_single_schedule_export.yml
- filetree_create_survey_password_removal.yaml
- filetree_create_update_project.yml
- filetree_read_speed_improvement.yml
release_date: '2024-09-25'
2.11.0:
changes:
bugfixes:
- Fixed issue with loops that were getting always empty list of objects
minor_changes:
- Add ability to disable dependency check
fragments:
- dependency_check_control.yml
- filetree_create_loop_issue.yaml
release_date: '2024-10-02'
2.2.4:
changes:
breaking_changes:
Expand Down
4 changes: 0 additions & 4 deletions changelogs/fragments/aapproval_role_name_object_diff.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/filetree_create_loop_issue.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 79707dc

Please sign in to comment.