From a28ca84f12789dc449f27e621c152aca38cf934b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Wed, 23 Mar 2022 16:23:42 +0100 Subject: [PATCH] Adjust changelog for release 2.32.2 --- CHANGELOG.md | 11 +++++++++++ gradle/changelog/branch_details_invalidation.yaml | 2 -- gradle/changelog/delete_plugin_dependencies.yaml | 2 -- gradle/changelog/duplicate_module_execution.yaml | 2 -- gradle/changelog/evolve_forbidden.yaml | 2 -- gradle/changelog/jenkins_testing_stage.yaml | 2 -- gradle/changelog/not_unique_compare.yaml | 2 -- .../remove_plugin_center_login_without_url.yaml | 2 -- 8 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 gradle/changelog/branch_details_invalidation.yaml delete mode 100644 gradle/changelog/delete_plugin_dependencies.yaml delete mode 100644 gradle/changelog/duplicate_module_execution.yaml delete mode 100644 gradle/changelog/evolve_forbidden.yaml delete mode 100644 gradle/changelog/jenkins_testing_stage.yaml delete mode 100644 gradle/changelog/not_unique_compare.yaml delete mode 100644 gradle/changelog/remove_plugin_center_login_without_url.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5ede236a..6b1ffec24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.32.2] - 2022-03-23 +### Fixed +- Some plugin bundles are executed multiple times ([#1980](https://github.com/scm-manager/scm-manager/pull/1980)) +- Remove plugin center login without url ([#1978](https://github.com/scm-manager/scm-manager/pull/1978)) +- Do not ignore ui test results on Jenkins ([#1975](https://github.com/scm-manager/scm-manager/pull/1975)) +- HG read support for evolve extension +- Hide plugin dependencies on uninstall ([#1977](https://github.com/scm-manager/scm-manager/pull/1977)) +- Throw more specific exception if compared revisions are ambiguous ([#1974](https://github.com/scm-manager/scm-manager/pull/1974)) +- Branch details invalidation ([#1973](https://github.com/scm-manager/scm-manager/pull/1973)) + ## [2.32.1] - 2022-03-10 ### Fixed - Create user via UI @@ -983,3 +993,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.31.1]: https://scm-manager.org/download/2.31.1 [2.32.0]: https://scm-manager.org/download/2.32.0 [2.32.1]: https://scm-manager.org/download/2.32.1 +[2.32.2]: https://scm-manager.org/download/2.32.2 diff --git a/gradle/changelog/branch_details_invalidation.yaml b/gradle/changelog/branch_details_invalidation.yaml deleted file mode 100644 index 50fea47b9e..0000000000 --- a/gradle/changelog/branch_details_invalidation.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Branch details invalidation ([#1973](https://github.com/scm-manager/scm-manager/pull/1973)) diff --git a/gradle/changelog/delete_plugin_dependencies.yaml b/gradle/changelog/delete_plugin_dependencies.yaml deleted file mode 100644 index f7ecdc6849..0000000000 --- a/gradle/changelog/delete_plugin_dependencies.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Hide plugin dependencies on uninstall ([#1977](https://github.com/scm-manager/scm-manager/pull/1977)) diff --git a/gradle/changelog/duplicate_module_execution.yaml b/gradle/changelog/duplicate_module_execution.yaml deleted file mode 100644 index b18a4f5460..0000000000 --- a/gradle/changelog/duplicate_module_execution.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Some plugin bundles are executed multiple times ([#1980](https://github.com/scm-manager/scm-manager/pull/1980)) diff --git a/gradle/changelog/evolve_forbidden.yaml b/gradle/changelog/evolve_forbidden.yaml deleted file mode 100644 index 7f94f466e2..0000000000 --- a/gradle/changelog/evolve_forbidden.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: HG Read Support for Evolve Extenxion diff --git a/gradle/changelog/jenkins_testing_stage.yaml b/gradle/changelog/jenkins_testing_stage.yaml deleted file mode 100644 index 5d769cff44..0000000000 --- a/gradle/changelog/jenkins_testing_stage.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Do not ignore ui test results on Jenkins ([#1975](https://github.com/scm-manager/scm-manager/pull/1975)) diff --git a/gradle/changelog/not_unique_compare.yaml b/gradle/changelog/not_unique_compare.yaml deleted file mode 100644 index 099276d8c2..0000000000 --- a/gradle/changelog/not_unique_compare.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Throw more specific exception if compared revisions are ambiguous ([#1974](https://github.com/scm-manager/scm-manager/pull/1974)) diff --git a/gradle/changelog/remove_plugin_center_login_without_url.yaml b/gradle/changelog/remove_plugin_center_login_without_url.yaml deleted file mode 100644 index 08b8c0eaa4..0000000000 --- a/gradle/changelog/remove_plugin_center_login_without_url.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Remove plugin center login without url ([#1978](https://github.com/scm-manager/scm-manager/pull/1978))