Skip to content

Commit

Permalink
Automatic release to 21.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Aug 4, 2021
1 parent dfc949d commit acea541
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
21 changes: 10 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +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/).

## [Unreleased]
### Added
## [21.4.2] - 2021-08-04
### Changed
- Use better defaults for for ospd-openvas settings [#454](https://github.com/greenbone/ospd-openvas/pull/454)
- Improved error logging while trying to acquire a lock file [#458](https://github.com/greenbone/ospd-openvas/pull/458)
- Stopping and interrupting scans. [#465](https://github.com/greenbone/ospd-openvas/pull/465)

### Deprecated
### Removed
### Fixed

[Unreleased]: https://github.com/greenbone/ospd-openvas/compare/v21.4.1...HEAD

[21.4.2]: https://github.com/greenbone/ospd-openvas/compare/v21.4.1...v21.4.2

## [21.4.1] - 2021-06-24

Expand Down Expand Up @@ -45,12 +39,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

[21.4.0]: https://github.com/greenbone/ospd-openvas/compare/ospd-openvas-20.08...v21.4.0

## [20.8.2] (unreleased)
## [21.4.2] - 2021-08-04
### Changed
- Use better defaults for for ospd-openvas settings [#454](https://github.com/greenbone/ospd-openvas/pull/454)
- Improved error logging while trying to acquire a lock file [#458](https://github.com/greenbone/ospd-openvas/pull/458)
- Stopping and interrupting scans. [#465](https://github.com/greenbone/ospd-openvas/pull/465)

### Added
## [21.4.2] - 2021-08-04### Added
- Check for scanner error messages before leaving. [#395](https://github.com/greenbone/ospd-openvas/pull/395)

### Changed
### Fixed
- Don't crash with non-ascii chars in openvas.conf. [#381](https://github.com/greenbone/ospd-openvas/pull/381)

Expand All @@ -61,6 +58,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

[20.8.2]: https://github.com/greenbone/ospd-openvas/compare/v20.08.1...ospd-openvas-20.08

[21.4.2]: https://github.com/greenbone/ospd-openvas/compare/v21.4.1...v21.4.2

## (20.8.1) - 2021-02-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion ospd_openvas/__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.dev1"
__version__ = "21.4.2"
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-openvas"
version = "21.4.2.dev1"
version = "21.4.2"
description = "ospd based scanner for openvas"
authors = ["Greenbone Networks GmbH <[email protected]>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit acea541

Please sign in to comment.