From 43a87d1bbb6aa553e472b860eb57d1f7e4f74837 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:21:23 +0000 Subject: [PATCH] 2.42.27 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ common/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be46c19c9..3a6a732e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # CHANGELOG +## v2.42.27 (2024-12-04) + +### Bug Fixes + +- Avoid unnecessary filters on system_platform.rh_account_id + ([`8aee39e`](https://github.com/RedHatInsights/vulnerability-engine/commit/8aee39e0879abb01c71ece3cd7393ebb17790a3a)) + +it results in bad query plan for some accounts + +RHINENG-14433 + + ## v2.42.26 (2024-12-02) ### Chores diff --git a/common/constants.py b/common/constants.py index 0a9e2f7d2..b3841be26 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.42.26" +APP_VERSION = "2.42.27" 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 d10d01e18..769e7d1cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.42.26" +version = "2.42.27" description = "" authors = ["RH Insights "] readme = "README.md"