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 20.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Jun 24, 2021
1 parent d4dbd28 commit 3ce976e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Expand Up @@ -4,18 +4,13 @@ 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/).

## [20.8.3] (Unreleased)
### Added
### Changed
### Deprecated
### Removed
## [20.8.3] - 2021-06-24
### 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

[20.8.3]: https://github.com/greenbone/ospd/compare/v20.8.2...v20.8.3

## [20.8.2] (2021-02-01)

Expand Down
2 changes: 1 addition & 1 deletion ospd/__version__.py
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "20.8.3.dev1"
__version__ = "20.8.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[tool.poetry]
name = "ospd"
version = "20.8.3.dev1"
version = "20.8.3"
description = "OSPD is a base for scanner wrappers which share the same communication protocol: OSP (Open Scanner Protocol)"
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 3ce976e

Please sign in to comment.