From 042d7b9d21b2409fccfa3ac502fe310ac3c6d526 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:13:35 +0000 Subject: [PATCH] 2.42.17 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 38d03c621..b7a305c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v2.42.17 (2024-11-18) + +### Chores + +- **deps**: Update konflux references + ([`ce79eb8`](https://github.com/RedHatInsights/vulnerability-engine/commit/ce79eb8660f12400f0041ebd41cfa2dc8f535618)) + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> + + ## v2.42.16 (2024-11-14) ### Continuous Integration diff --git a/common/constants.py b/common/constants.py index c3666853b..752a47687 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.42.16" +APP_VERSION = "2.42.17" 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 f76e1f4c0..9f41ca6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.42.16" +version = "2.42.17" description = "" authors = ["RH Insights "] readme = "README.md"