From c72a57eb558f736bbfcfbe45e8c689f54d59cb79 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:37:33 +0000 Subject: [PATCH] 2.41.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ common/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a85a59ef4..009face0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## v2.41.6 (2024-10-16) + +### Continuous Integration + +* ci: only build tagged commits ([`b826492`](https://github.com/RedHatInsights/vulnerability-engine/commit/b826492a47107f3d12f7451c1e7585e6e8783a6b)) + + ## v2.41.5 (2024-10-16) ### Chores diff --git a/common/constants.py b/common/constants.py index 9994bf7c1..2e3fcc35f 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.41.5" +APP_VERSION = "2.41.6" 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 bd1ab857f..8e8e2b262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.41.5" +version = "2.41.6" description = "" authors = ["RH Insights "] readme = "README.md"