From b237e55d12673b141d5fd53c2962f0592e42047c Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:38:55 +0000 Subject: [PATCH] 2.33.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 eef4b9ec8..22e77174c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v2.33.0 (2023-12-05) + +### Chore + +* chore: check init.py in separate workflow step ([`cef6a89`](https://github.com/RedHatInsights/vulnerability-engine/commit/cef6a89269caa6282d10cae9af8593eb971f34c0)) + +### Feature + +* feat(manager): add system_count_per_type counts in /vulnerabilities/cves + +RHINENG-5885 ([`5ab3fa8`](https://github.com/RedHatInsights/vulnerability-engine/commit/5ab3fa8822aa201ed00e28a30879d7e858976e8b)) + + ## v2.32.2 (2023-11-30) ### Chore diff --git a/common/constants.py b/common/constants.py index 9d1502da3..e5b6000eb 100644 --- a/common/constants.py +++ b/common/constants.py @@ -8,7 +8,7 @@ CFG = Config() -APP_VERSION = "2.32.2" +APP_VERSION = "2.33.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 f0276e98d..36d1c24b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.32.2" +version = "2.33.0" description = "" authors = [""] readme = "README.md"