diff --git a/CHANGELOG.md b/CHANGELOG.md index 3147482fd..44b826805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v2.42.37 (2024-12-28) + +### Chores + +- **deps**: Update konflux references to 9e33cbc + ([`e282597`](https://github.com/RedHatInsights/vulnerability-engine/commit/e28259729be3a985f9c65d8acbc8a95edcf03996)) + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> + + ## v2.42.36 (2024-12-21) ### Chores diff --git a/common/constants.py b/common/constants.py index 1af4450e9..12af827aa 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.42.36" +APP_VERSION = "2.42.37" 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 c38172701..a3151f6cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.42.36" +version = "2.42.37" description = "" authors = ["RH Insights "] readme = "README.md"