From 2006945ce6b0828bd255d4d31d1c2fde3b22debd Mon Sep 17 00:00:00 2001 From: Konstantin Schaper Date: Thu, 22 Apr 2021 09:59:29 +0200 Subject: [PATCH] Adjust changelog for release 2.17.0 --- CHANGELOG.md | 19 +++++++++++++++++++ gradle/changelog/add_missing_graphviz.yaml | 2 -- .../addentrytotablefield_validation.yaml | 2 -- gradle/changelog/correct_button_groups.yaml | 2 -- gradle/changelog/health_checks.yaml | 2 -- gradle/changelog/hg_auto_config_ui.yaml | 2 -- gradle/changelog/missing_header.yaml | 2 -- gradle/changelog/remark-rehype.yaml | 2 -- gradle/changelog/rename_namespace.yaml | 3 --- .../repository-avatar-extensionpoint.yaml | 2 -- .../restore_redux_compatibility.yaml | 2 -- gradle/changelog/search_util_limit.yaml | 2 -- 12 files changed, 19 insertions(+), 23 deletions(-) delete mode 100644 gradle/changelog/add_missing_graphviz.yaml delete mode 100644 gradle/changelog/addentrytotablefield_validation.yaml delete mode 100644 gradle/changelog/correct_button_groups.yaml delete mode 100644 gradle/changelog/health_checks.yaml delete mode 100644 gradle/changelog/hg_auto_config_ui.yaml delete mode 100644 gradle/changelog/missing_header.yaml delete mode 100644 gradle/changelog/remark-rehype.yaml delete mode 100644 gradle/changelog/rename_namespace.yaml delete mode 100644 gradle/changelog/repository-avatar-extensionpoint.yaml delete mode 100644 gradle/changelog/restore_redux_compatibility.yaml delete mode 100644 gradle/changelog/search_util_limit.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d451031b..2a727df22a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ 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.17.0] - 2021-04-22 +### Added +- Frontend for, and enhancement of health checks ([#1621](https://github.com/scm-manager/scm-manager/pull/1621)) +- New extension points for custom repository avatars ([#1614](https://github.com/scm-manager/scm-manager/pull/1614)) +- Trigger mercurial auto config via ui ([#1620](https://github.com/scm-manager/scm-manager/pull/1620)) + +### Changed +- Make remark compatible with rehype plugins to sanitize html content ([#1622](https://github.com/scm-manager/scm-manager/pull/1622)) + +### Fixed +- Validation in "Add Entry" components for configuration table ([#1625](https://github.com/scm-manager/scm-manager/pull/1625)) +- Add header to toplevel error boundary ([#1613](https://github.com/scm-manager/scm-manager/pull/1613)) +- Correct positioning and coloring of button groups in modals ([#1612](https://github.com/scm-manager/scm-manager/pull/1612)) +- Fix limit with negativ integer for searchUtil ([#1627](https://github.com/scm-manager/scm-manager/pull/1627)) +- Fix compatibility with old redux api ([#1618](https://github.com/scm-manager/scm-manager/pull/1618)) +- Missing graphviz in docker image ([#1623](https://github.com/scm-manager/scm-manager/pull/1623)) +- Validation for namespaces on rename with UTF-8 characters ([#1611](https://github.com/scm-manager/scm-manager/pull/1611)) + ## [2.16.0] - 2021-03-26 ### Added - Metrics for http requests ([#1586](https://github.com/scm-manager/scm-manager/issues/1586)) @@ -580,3 +598,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.15.0]: https://www.scm-manager.org/download/2.15.0 [2.15.1]: https://www.scm-manager.org/download/2.15.1 [2.16.0]: https://www.scm-manager.org/download/2.16.0 +[2.17.0]: https://www.scm-manager.org/download/2.17.0 diff --git a/gradle/changelog/add_missing_graphviz.yaml b/gradle/changelog/add_missing_graphviz.yaml deleted file mode 100644 index 45e5fb5802..0000000000 --- a/gradle/changelog/add_missing_graphviz.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Missing graphviz in docker image ([#1623](https://github.com/scm-manager/scm-manager/pull/1623)) diff --git a/gradle/changelog/addentrytotablefield_validation.yaml b/gradle/changelog/addentrytotablefield_validation.yaml deleted file mode 100644 index 070a61466e..0000000000 --- a/gradle/changelog/addentrytotablefield_validation.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Validation in "Add Entry" components for configuration table ([#1625](https://github.com/scm-manager/scm-manager/pull/1625)) diff --git a/gradle/changelog/correct_button_groups.yaml b/gradle/changelog/correct_button_groups.yaml deleted file mode 100644 index 83f4b50537..0000000000 --- a/gradle/changelog/correct_button_groups.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Correct positioning and coloring of button groups in modals ([#1612](https://github.com/scm-manager/scm-manager/pull/1612)) diff --git a/gradle/changelog/health_checks.yaml b/gradle/changelog/health_checks.yaml deleted file mode 100644 index 39c5db6614..0000000000 --- a/gradle/changelog/health_checks.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Frontend for, and enhancement of health checks ([#1621](https://github.com/scm-manager/scm-manager/pull/1621)) diff --git a/gradle/changelog/hg_auto_config_ui.yaml b/gradle/changelog/hg_auto_config_ui.yaml deleted file mode 100644 index dd523a4802..0000000000 --- a/gradle/changelog/hg_auto_config_ui.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: Added - description: Trigger mercurial auto config via ui ([#1620](https://github.com/scm-manager/scm-manager/pull/1620)) diff --git a/gradle/changelog/missing_header.yaml b/gradle/changelog/missing_header.yaml deleted file mode 100644 index dc3b95456b..0000000000 --- a/gradle/changelog/missing_header.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Add header to toplevel error boundary ([#1613](https://github.com/scm-manager/scm-manager/pull/1613)) diff --git a/gradle/changelog/remark-rehype.yaml b/gradle/changelog/remark-rehype.yaml deleted file mode 100644 index 5711f130ef..0000000000 --- a/gradle/changelog/remark-rehype.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Make remark compatible with rehype plugins to sanitize html content ([#1622](https://github.com/scm-manager/scm-manager/pull/1622)) diff --git a/gradle/changelog/rename_namespace.yaml b/gradle/changelog/rename_namespace.yaml deleted file mode 100644 index 645c427303..0000000000 --- a/gradle/changelog/rename_namespace.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- type: fixed - description: Validation for namespaces on rename with UTF-8 characters ([#1611](https://github.com/scm-manager/scm-manager/pull/1611)) - diff --git a/gradle/changelog/repository-avatar-extensionpoint.yaml b/gradle/changelog/repository-avatar-extensionpoint.yaml deleted file mode 100644 index d8b07afbcd..0000000000 --- a/gradle/changelog/repository-avatar-extensionpoint.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: New extension points for custom repository avatars ([#1614](https://github.com/scm-manager/scm-manager/pull/1614)) diff --git a/gradle/changelog/restore_redux_compatibility.yaml b/gradle/changelog/restore_redux_compatibility.yaml deleted file mode 100644 index d53659ecce..0000000000 --- a/gradle/changelog/restore_redux_compatibility.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix compatibility with old redux api ([#1618](https://github.com/scm-manager/scm-manager/pull/1618)) diff --git a/gradle/changelog/search_util_limit.yaml b/gradle/changelog/search_util_limit.yaml deleted file mode 100644 index 5d9921aa1b..0000000000 --- a/gradle/changelog/search_util_limit.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix limit with negativ integer for searchUtil ([#1627](https://github.com/scm-manager/scm-manager/pull/1627))