Skip to content

Commit

Permalink
Changelog created for release to 22.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Dec 15, 2022
1 parent 0fb5fd0 commit f6cf217
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .venv/lib/python3.9/site-packages/httpx/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
__version__ = "0.23.1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# .-. .-. .-. . . .-. .-. .-. .-.
# |( |- |.| | | |- `-. | `-.
# ' ' `-' `-`.`-' `-' `-' ' `-'

__title__ = "requests"
__description__ = "Python HTTP for Humans."
__url__ = "https://requests.readthedocs.io"
__version__ = "2.28.1"
__build__ = 0x022801
__author__ = "Kenneth Reitz"
__author_email__ = "me@kennethreitz.org"
__license__ = "Apache 2.0"
__copyright__ = "Copyright 2022 Kenneth Reitz"
__cake__ = "\u2728 \U0001f370 \u2728"
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# pylint: disable=invalid-name

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "22.12.0"
22 changes: 22 additions & 0 deletions changelog/v22.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file.

## [22.4.1] - 2022-12-15

## Changed
* Update creating tags for container images (#1888) [6faf28e71](https://github.com/greenbone/gvmd/commit/6faf28e71)
* Implement new check to find WID-SEC advisories in the xml (backport #1874) [79964f2be](https://github.com/greenbone/gvmd/commit/79964f2be)
* Implement new check to find WID-SEC advisories in the xml (#1874) [ef92900e5](https://github.com/greenbone/gvmd/commit/ef92900e5)
* Escape minus in regular expressions for pcre 2 compatibility [48f77b524](https://github.com/greenbone/gvmd/commit/48f77b524)
* Split building build and production container images [f35abf80e](https://github.com/greenbone/gvmd/commit/f35abf80e)
* Run container image builds also for pull requests [9e61d283c](https://github.com/greenbone/gvmd/commit/9e61d283c)
* Use docker/meta-action for container tags and labels (#1855) [efe372c89](https://github.com/greenbone/gvmd/commit/efe372c89)
* Log client command errors only as debug message [b86adb995](https://github.com/greenbone/gvmd/commit/b86adb995)

## Bug Fixes
* buffer overrun in buffer_aggregate_xml() (#1880) [919337d1a](https://github.com/greenbone/gvmd/commit/919337d1a)
* Clean up old SQL functions now included in pg-gvm [ad7cd9e5d](https://github.com/greenbone/gvmd/commit/ad7cd9e5d)
* Fix regex for new glib2.0 >= 2.73.2 [905c84b47](https://github.com/greenbone/gvmd/commit/905c84b47)

[22.4.1]: https://github.com/greenbone/gvmd/compare/v9.0.1.post1...22.4.1

0 comments on commit f6cf217

Please sign in to comment.