From 6cad19b3565e899948922007e34efa2378662294 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Wed, 18 Oct 2023 07:32:25 +0000 Subject: [PATCH] 2.49.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ vmaas/common/constants.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8efa994..a9583c69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v2.49.0 (2023-10-18) + +### Feature + +* feat(reposcan): store timestamp of last change of given repository + +RHINENG-2608 ([`d2efc4b`](https://github.com/RedHatInsights/vmaas/commit/d2efc4b222a8887e096d2aa2484f82b17e06ca47)) + +### Unknown + +* Adding Security-Compliance Branch Build and Tagging Support (#1048) + +Add Security-Compliance Branch Build and Tagging Support. ([`7db1d81`](https://github.com/RedHatInsights/vmaas/commit/7db1d81a819f1eb9b9835f517f5c2df6deb85cc3)) + +* Fix security vulnerabilities. (#1047) + +Upgrade vulnerable packages. ([`9e329b2`](https://github.com/RedHatInsights/vmaas/commit/9e329b2f81af373d9242c1f61abd3254504df348)) + + ## v2.48.5 (2023-08-31) ### Chore diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index 3c3f2f3b8..697d40fb9 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.48.5" +VMAAS_VERSION = "2.49.0"