From f8a85c7267b8258787360f0373ced5ba32b999bf Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:21:15 +0000 Subject: [PATCH] 2.42.23 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ common/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18b7fa38..9d9584daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v2.42.23 (2024-11-28) + +### Bug Fixes + +- **cluster**: Wait for process finish + ([`10433ef`](https://github.com/RedHatInsights/vulnerability-engine/commit/10433ef0b94b94e9bdad527e09b0ecbf2ac08fae)) + + ## v2.42.22 (2024-11-27) ### Bug Fixes diff --git a/common/constants.py b/common/constants.py index 3339725e2..e560bc765 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.42.22" +APP_VERSION = "2.42.23" 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 3e8553b11..60778b1f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.42.22" +version = "2.42.23" description = "" authors = ["RH Insights "] readme = "README.md"