Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Automatic release to 21.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Aug 4, 2021
1 parent 80f114d commit 5dfdd93
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
23 changes: 9 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion ospd/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "21.4.2"
__version__ = "21.4.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 5dfdd93

Please sign in to comment.