diff --git a/CHANGELOG.md b/CHANGELOG.md index 827e6046a..a85a59ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # CHANGELOG +## v2.41.5 (2024-10-16) + +### Chores + +* chore(deps): update konflux references + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> ([`b24af60`](https://github.com/RedHatInsights/vulnerability-engine/commit/b24af605cc58234acc739dfe72afbb4110f13d5a)) + + ## v2.41.4 (2024-10-14) ### Chores diff --git a/common/constants.py b/common/constants.py index c11596f7f..9994bf7c1 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.41.4" +APP_VERSION = "2.41.5" 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 1ca456d5c..bd1ab857f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.41.4" +version = "2.41.5" description = "" authors = ["RH Insights "] readme = "README.md"