From 5dfdd93fb1f6ac4420a4b631cdb15af2e9bb2163 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Wed, 4 Aug 2021 07:13:37 +0000 Subject: [PATCH] Automatic release to 21.4.3 --- CHANGELOG.md | 23 +++++++++-------------- ospd/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f092e8..6279fc34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,11 @@ 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/). -## [Unreleased] -### Added +## [21.4.3] - 2021-08-04 ### Changed - Stopping scan. [#437](https://github.com/greenbone/ospd/pull/437) -### Deprecated -### Removed -### Fixed - -[Unreleased]: https://github.com/greenbone/ospd/compare/v21.4.1...HEAD - +[21.4.3]: https://github.com/greenbone/ospd/compare/v21.4.1...v21.4.3 ## [21.4.1] - 2021-06-23 @@ -33,17 +27,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [21.4.0]: https://github.com/greenbone/ospd/compare/ospd-20.08...v21.4.0 -## [20.8.3] (Unreleased) -### Added +## [21.4.3] - 2021-08-04 ### Changed -### Deprecated -### Removed -### Fixed +- Stopping scan. [#437](https://github.com/greenbone/ospd/pull/437) + +## [21.4.3] - 2021-08-04### Fixed - Do not start all queued scans simultaneously once available memory is enough. [#401](https://github.com/greenbone/ospd/pull/401) - Remove the pid file if there is no process for the pid or the process name does not match. [#405](https://github.com/greenbone/ospd/pull/405) - Fix regex of gvmcg titles for get_performance command. [#413](https://github.com/greenbone/ospd/pull/413) -[Unreleased]: https://github.com/greenbone/ospd/compare/v20.8.2...HEAD +[21.4.3]: https://github.com/greenbone/ospd/compare/v21.4.1...v21.4.3 + +[21.4.3]: https://github.com/greenbone/ospd/compare/v20.8.2...v21.4.3 ## [20.8.2] (2021-02-01) diff --git a/ospd/__version__.py b/ospd/__version__.py index 90464938..e8518017 100644 --- a/ospd/__version__.py +++ b/ospd/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.4.2" +__version__ = "21.4.3" diff --git a/pyproject.toml b/pyproject.toml index 2474c2c5..bb2fa6b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd" -version = "21.4.2" +version = "21.4.3" description = "OSPD is a base for scanner wrappers which share the same communication protocol: OSP (Open Scanner Protocol)" authors = ["Greenbone Networks GmbH "] license = "AGPL-3.0-or-later"