From b3c182228ab76ea081497768cc7f90318a70f859 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:15:26 +0000 Subject: [PATCH] 2.42.21 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ common/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db396b08..ec5e118cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v2.42.21 (2024-11-27) + +### Bug Fixes + +- **cluster**: Pg_repack does reindex and analyze automatically + ([`0a6f26c`](https://github.com/RedHatInsights/vulnerability-engine/commit/0a6f26c2552f7ddb2bec28e6c1900ea8f57919a4)) + +- **cluster**: Automatically upgrade pg_repack extension version + ([`06a51bc`](https://github.com/RedHatInsights/vulnerability-engine/commit/06a51bc85c6accad0deeb0ff4b2beb166c34d80a)) + + ## v2.42.20 (2024-11-23) ### Chores diff --git a/common/constants.py b/common/constants.py index ffccb9cb9..d88fb5008 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.42.20" +APP_VERSION = "2.42.21" 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 f7b3ac52c..0c93181b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.42.20" +version = "2.42.21" description = "" authors = ["RH Insights "] readme = "README.md"