diff --git a/CHANGELOG.md b/CHANGELOG.md index b42eee82b..8e3d00848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v2.42.35 (2024-12-14) + +### Chores + +- **deps**: Update konflux references + ([`7a71c33`](https://github.com/RedHatInsights/vulnerability-engine/commit/7a71c337387f65f492d79965f1c3e79d7cfd4c22)) + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> + + ## v2.42.34 (2024-12-13) ### Bug Fixes diff --git a/common/constants.py b/common/constants.py index dad465339..8f07ef7b6 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.42.34" +APP_VERSION = "2.42.35" 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 8b500dbe2..f3c5e6951 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.42.34" +version = "2.42.35" description = "" authors = ["RH Insights "] readme = "README.md"