From f7e341c973f8c2d21a6f44a1bcc7c3f570da810d Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:48:26 +0000 Subject: [PATCH] 2.42.18 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 b7a305c8d..c0c6773a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v2.42.18 (2024-11-19) + +### Bug Fixes + +- Adjust domain + ([`fcab959`](https://github.com/RedHatInsights/vulnerability-engine/commit/fcab959f5335e0d842166e26e0d89f8049f26207)) + +- Add domain to allow downloadcve report to work in ITless + ([`2dca281`](https://github.com/RedHatInsights/vulnerability-engine/commit/2dca28104c60e7232e15e57090be782cd76841ca)) + + ## v2.42.17 (2024-11-18) ### Chores diff --git a/common/constants.py b/common/constants.py index 752a47687..69ea4d2a0 100644 --- a/common/constants.py +++ b/common/constants.py @@ -9,7 +9,7 @@ CFG = Config() -APP_VERSION = "2.42.17" +APP_VERSION = "2.42.18" 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 9f41ca6ba..f43097ebe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ profile = "black" [tool.poetry] name = "vulnerability-engine" -version = "2.42.17" +version = "2.42.18" description = "" authors = ["RH Insights "] readme = "README.md"