diff --git a/CHANGELOG.md b/CHANGELOG.md index bdae2aa6b..fdba7fd36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # CHANGELOG +## v2.42.3 (2024-10-24) + +### Chores + +* chore(deps): update konflux references + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> ([`1c139d4`](https://github.com/RedHatInsights/vulnerability-engine/commit/1c139d4f5d86d67edbe036caea309749d03979a9)) + + ## v2.42.2 (2024-10-23) ### Chores diff --git a/common/constants.py b/common/constants.py index ef9e867bf..61f729b84 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.42.2" +APP_VERSION = "2.42.3" 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 444bdb807..984c3a657 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.42.2" +version = "2.42.3" description = "" authors = ["RH Insights "] readme = "README.md"