From 6870fd77cb17470d39140ea4573a0ea2341a425f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Tue, 30 Jan 2024 10:16:36 +0100 Subject: [PATCH] Remove: Drop unused changelog dir including 22.4 changelog The changelog is shown at the GitHub release pages and also can be created automatically via the `pontos-changelog` tool. There is no need to keep it in the git history. --- changelog.toml | 16 +++++++--------- changelog/v22.4.md | 25 ------------------------- 2 files changed, 7 insertions(+), 34 deletions(-) delete mode 100644 changelog/v22.4.md diff --git a/changelog.toml b/changelog.toml index 9461b83e4f..7caf39daa5 100644 --- a/changelog.toml +++ b/changelog.toml @@ -1,11 +1,9 @@ commit_types = [ - { message = "^add", group = "Added"}, - { message = "^remove", group = "Removed"}, - { message = "^change", group = "Changed"}, - { message = "^fix", group = "Bug Fixes"}, - { message = "^doc", group = "Documentation"}, - { message = "^refactor", group = "Refactor"}, - { message = "^test", group = "Testing"}, + { message = "^add", group = "Added" }, + { message = "^remove", group = "Removed" }, + { message = "^change", group = "Changed" }, + { message = "^fix", group = "Bug Fixes" }, + { message = "^doc", group = "Documentation" }, + { message = "^refactor", group = "Refactor" }, + { message = "^test", group = "Testing" }, ] - -changelog_dir = "changelog" diff --git a/changelog/v22.4.md b/changelog/v22.4.md deleted file mode 100644 index cd44cf8db7..0000000000 --- a/changelog/v22.4.md +++ /dev/null @@ -1,25 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -## [22.4] - 2022-07-19 - -## Removed -* Removing the OSP scanners in gsad [#13] [aa1a85dcb](https://github.com/greenbone/gsad/commit/aa1a85dcb) - -## Changed -* Remove clang from docker image, minor cleanup [879aa14cb](https://github.com/greenbone/gsad/commit/879aa14cb) -* Set runtime directory and mode for systemd service file [3a6b34f9d](https://github.com/greenbone/gsad/commit/3a6b34f9d) -* Add RuntimeDirectory=gsad to systemd service file #56 [3319850e6](https://github.com/greenbone/gsad/commit/3319850e6) -* Remove Group directive from service file #55 [2d299035e](https://github.com/greenbone/gsad/commit/2d299035e) -* Don't create runtime directory with make install #54 [ab6aa4c38](https://github.com/greenbone/gsad/commit/ab6aa4c38) -* Add status 503 case to set_http_status_from_entity [42d4b4e58](https://github.com/greenbone/gsad/commit/42d4b4e58) -* Change GVM_RUN_DIR to GSAD_RUN_DIR, GVMD_RUN_DIR [3a27a8543](https://github.com/greenbone/gsad/commit/3a27a8543) -* Use full path GSAD_PID_PATH for PID files [14bf44900](https://github.com/greenbone/gsad/commit/14bf44900) - -## Bug Fixes -* Changed the order of the parameters of MHD_start_daemon (...) [325560697](https://github.com/greenbone/gsad/commit/325560697) -* Use correct PID path in service file [fbaa81646](https://github.com/greenbone/gsad/commit/fbaa81646) -* severity field within gmp_authenticate_info_opts_t got deleted [50a9326b1](https://github.com/greenbone/gsad/commit/50a9326b1) - -[22.4]: https://github.com/greenbone/gsad/compare/22.4...22.4