From fcfd88082cf78be96d6a58ff6d0bc3379c009a5f Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:46:46 +0000 Subject: [PATCH] 2.37.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ common/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9379dcaeb..acbec020d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v2.37.7 (2024-06-06) + +### Chore + +* chore: waive CVE-2019-8341 jinja2 (old CVE, we're using latest version, false positive?) ([`e26ae1e`](https://github.com/RedHatInsights/vulnerability-engine/commit/e26ae1e3c900f646601834f13a357ebe1b11355c)) + +* chore: Centos 8 Stream was removed, install postgresql from COPR ([`d510f31`](https://github.com/RedHatInsights/vulnerability-engine/commit/d510f3151fe40c0f448ca2f5b2d5db2463ea018c)) + +* chore: update dependencies + +RHINENG-10047 ([`8569134`](https://github.com/RedHatInsights/vulnerability-engine/commit/856913444aa57028ca78d3c41851c7af86f586c9)) + +### Fix + +* fix: include levelname in CW logs from python code + +RHINENG-8336 ([`a881b68`](https://github.com/RedHatInsights/vulnerability-engine/commit/a881b6839fb4fe47f6dcf8f3e5e66c47bc4a83b6)) + + ## v2.37.6 (2024-04-25) ### Fix diff --git a/common/constants.py b/common/constants.py index c206cf5c5..8202243e0 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.37.6" +APP_VERSION = "2.37.7" TIMESTAMP_LAST_REPO_BASED_EVAL = "last_eval_repo_based" VMAAS_CVES_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/cves" VMAAS_REPOS_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/repos" diff --git a/pyproject.toml b/pyproject.toml index 3344e581c..d0d9417fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.37.6" +version = "2.37.7" description = "" authors = ["RH Insights "] readme = "README.md"