From d0680c5889c5133f7fb5af4d058ea180a4f86b13 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:59:14 +0000 Subject: [PATCH] 2.42.22 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ common/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5e118cd..e18b7fa38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v2.42.22 (2024-11-27) + +### Bug Fixes + +- **cluster**: Remove unused config vars and enable cluster job by default + ([`37ab13e`](https://github.com/RedHatInsights/vulnerability-engine/commit/37ab13e4dc2704848604428257538ebbdaf1bc80)) + +- **cluster**: Exit when pg_repack return non-zero code + ([`ca39df3`](https://github.com/RedHatInsights/vulnerability-engine/commit/ca39df3a0dd9b5b29b2c977e84a7383f00001b06)) + + ## v2.42.21 (2024-11-27) ### Bug Fixes diff --git a/common/constants.py b/common/constants.py index d88fb5008..3339725e2 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.42.21" +APP_VERSION = "2.42.22" 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 0c93181b3..3e8553b11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.42.21" +version = "2.42.22" description = "" authors = ["RH Insights "] readme = "README.md"