diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 25b27561c..05690cafa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ 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 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 5f32b4de4..fea5c0ac6 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -176,4 +176,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.10.3 +version: 2.11.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d11c8919b..81c176f7a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -371,6 +371,16 @@ releases: - 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: diff --git a/changelogs/fragments/dependency_check_control.yml b/changelogs/fragments/dependency_check_control.yml deleted file mode 100644 index 68ac9e1f1..000000000 --- a/changelogs/fragments/dependency_check_control.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -minor_changes: - - Add ability to disable dependency check -... diff --git a/changelogs/fragments/filetree_create_loop_issue.yaml b/changelogs/fragments/filetree_create_loop_issue.yaml deleted file mode 100644 index 03f03f7ca..000000000 --- a/changelogs/fragments/filetree_create_loop_issue.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Fixed issue with loops that were getting always empty list of objects