From f277a3839b26eb93fb6ccee8fc0a74bb2828d9f0 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:38:29 +0000 Subject: [PATCH] 2.40.8 Automatically generated by python-semantic-release --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ common/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebff14aa2..dde95655e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,46 @@ # CHANGELOG +## v2.40.8 (2024-09-24) + +### Chore + +* chore(deps): update grafana/grafana docker tag to v11 + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> ([`efeb90d`](https://github.com/RedHatInsights/vulnerability-engine/commit/efeb90de0ef27ecb26268cae3b415205db8bdf43)) + +* chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> ([`70935e2`](https://github.com/RedHatInsights/vulnerability-engine/commit/70935e2a975f6afdebc58262fedc1ebdfb8b9277)) + +* chore(deps): update pre-commit hook psf/black to v23.12.1 + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> ([`52ee91e`](https://github.com/RedHatInsights/vulnerability-engine/commit/52ee91ec961e38199bdb1d3f038b8df73045da4e)) + +* chore(deps): update pre-commit hook asottile/reorder-python-imports to v3.13.0 + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> ([`a88782b`](https://github.com/RedHatInsights/vulnerability-engine/commit/a88782b589a5cb0b3ec2f16faad8ca6ad7ebd688)) + +* chore: use ubi9 + +RHINENG-12543 + +RHINENG-12556 ([`ee5c78f`](https://github.com/RedHatInsights/vulnerability-engine/commit/ee5c78f2eb51f1475fe4466934851acd02b5a207)) + +* chore: update dependencies + +RHINENG-12514 ([`32aeb37`](https://github.com/RedHatInsights/vulnerability-engine/commit/32aeb37392ab2931f97e55b7c7353b182efe4a81)) + +### Fix + +* fix: handle error when inserting empty cve name into db + +RHINENG-12773 ([`bb5813e`](https://github.com/RedHatInsights/vulnerability-engine/commit/bb5813eb30fc5d876b9f16485caef2b7cdc897c5)) + +### Unknown + +* Red Hat Konflux update vulnerability-engine +Signed-off-by: red-hat-konflux <konflux@no-reply.konflux-ci.dev> ([`5f5e9c1`](https://github.com/RedHatInsights/vulnerability-engine/commit/5f5e9c1375edd628ddec9d58793254afcb96ad42)) + ## v2.40.7 (2024-09-12) ### Chore diff --git a/common/constants.py b/common/constants.py index 483a08d6e..929a0887c 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.40.7" +APP_VERSION = "2.40.8" 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 e66fd74da..ee1c35c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.40.7" +version = "2.40.8" description = "" authors = ["RH Insights "] readme = "README.md"