Skip to content

Commit

Permalink
2.10.3 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Sep 25, 2024
1 parent ce41d8e commit 3d8dde3
Show file tree
Hide file tree
Showing 18 changed files with 72 additions and 50 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ infra.controller_configuration Release Notes
.. contents:: Topics


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.10.3
42 changes: 42 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,48 @@ 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.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.

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_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 3d8dde3

Please sign in to comment.