From 637ffed3f4c6a84d06840b83f334e9324ee6114b Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Sat, 4 Jan 2025 08:12:13 +0000 Subject: [PATCH] 2.42.38 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ common/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b826805..12e13303d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v2.42.38 (2025-01-04) + +### Chores + +- **deps**: Update konflux references + ([`1455607`](https://github.com/RedHatInsights/vulnerability-engine/commit/145560720640675847113207e153f3b6cb01cd62)) + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> + + ## v2.42.37 (2024-12-28) ### Chores diff --git a/common/constants.py b/common/constants.py index 12af827aa..5b16ec3d0 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.42.37" +APP_VERSION = "2.42.38" 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 a3151f6cc..a16ad69be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.42.37" +version = "2.42.38" description = "" authors = ["RH Insights "] readme = "README.md"