From b2ff3798caf4beb057ec0a59b255b8a78aaafca2 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:03:07 +0000 Subject: [PATCH] 2.38.2 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 2cc5f28f9..583bdce55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v2.38.2 (2024-06-25) + +### Fix + +* fix: use show_packages to get updated_package_names from vmaas + +RHINENG-10893 ([`97e9354`](https://github.com/RedHatInsights/vulnerability-engine/commit/97e9354a5953b949b15e4d07c408a07983e45272)) + +* fix: keyerror in vmaas-sync + +RHINENG-10893 ([`d8cef5a`](https://github.com/RedHatInsights/vulnerability-engine/commit/d8cef5a5b3b373bb0761481bfbdbff78580cbc1d)) + ## v2.38.1 (2024-06-20) ### Chore diff --git a/common/constants.py b/common/constants.py index e3fe03dad..b18b4037d 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.38.1" +APP_VERSION = "2.38.2" 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 98aa7d918..16cb879a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.38.1" +version = "2.38.2" description = "" authors = ["RH Insights "] readme = "README.md"