From f6cf217bc9dadd6f467b113426394187c1244216 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Thu, 15 Dec 2022 15:44:41 +0000 Subject: [PATCH] Changelog created for release to 22.4.1 --- .../site-packages/httpx/__version__.py | 3 +++ .../pip/_vendor/requests/__version__.py | 14 ++++++++++++ .../pontos/version/__version__.py | 5 +++++ changelog/v22.4.1.md | 22 +++++++++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 .venv/lib/python3.9/site-packages/httpx/__version__.py create mode 100644 .venv/lib/python3.9/site-packages/pip/_vendor/requests/__version__.py create mode 100644 .venv/lib/python3.9/site-packages/pontos/version/__version__.py create mode 100644 changelog/v22.4.1.md diff --git a/.venv/lib/python3.9/site-packages/httpx/__version__.py b/.venv/lib/python3.9/site-packages/httpx/__version__.py new file mode 100644 index 000000000..36a6a14f9 --- /dev/null +++ b/.venv/lib/python3.9/site-packages/httpx/__version__.py @@ -0,0 +1,3 @@ +__title__ = "httpx" +__description__ = "A next generation HTTP client, for Python 3." +__version__ = "0.23.1" diff --git a/.venv/lib/python3.9/site-packages/pip/_vendor/requests/__version__.py b/.venv/lib/python3.9/site-packages/pip/_vendor/requests/__version__.py new file mode 100644 index 000000000..e725ada65 --- /dev/null +++ b/.venv/lib/python3.9/site-packages/pip/_vendor/requests/__version__.py @@ -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" diff --git a/.venv/lib/python3.9/site-packages/pontos/version/__version__.py b/.venv/lib/python3.9/site-packages/pontos/version/__version__.py new file mode 100644 index 000000000..6d5bbf3dd --- /dev/null +++ b/.venv/lib/python3.9/site-packages/pontos/version/__version__.py @@ -0,0 +1,5 @@ +# pylint: disable=invalid-name + +# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! + +__version__ = "22.12.0" diff --git a/changelog/v22.4.1.md b/changelog/v22.4.1.md new file mode 100644 index 000000000..430558281 --- /dev/null +++ b/changelog/v22.4.1.md @@ -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 \ No newline at end of file