From 301c7bb0b1b5aa7735bb081fb43d1d300ef2bf2a Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:39:57 +0000 Subject: [PATCH] 2.32.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ common/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 656857ed9..e4ce7affb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v2.32.0 (2023-11-29) + +### Feature + +* feat(manager): use edge caches for vulnerabilities endpoint + +RHINENG-5256 ([`9e7f8df`](https://github.com/RedHatInsights/vulnerability-engine/commit/9e7f8df05b5d939449219131da576ec442c185ae)) + +* feat(cacheman): start counting edge systems inside cache + +RHINENG-5256 ([`e4de48f`](https://github.com/RedHatInsights/vulnerability-engine/commit/e4de48fb65a28e166eedfa71a6927dbf8b8bbc79)) + + ## v2.31.0 (2023-11-29) ### Chore diff --git a/common/constants.py b/common/constants.py index 8325f3349..622b6c526 100644 --- a/common/constants.py +++ b/common/constants.py @@ -8,7 +8,7 @@ CFG = Config() -APP_VERSION = "2.31.0" +APP_VERSION = "2.32.0" 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 06df7270c..ec57e3a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.31.0" +version = "2.32.0" description = "" authors = [""] readme = "README.md"