From 741d1275bc81c17ab1db3f73246cd296b480f078 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:59:51 +0000 Subject: [PATCH] 2.66.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- vmaas/common/constants.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d7911c4..afafbe5fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## v2.66.0 (2024-10-01) + +### Chore + +* chore: increase ecosystem-cert-preflight-checks resources ([`6e35316`](https://github.com/RedHatInsights/vmaas/commit/6e35316c71908b1240a603026b84e4e41d056394)) + +* chore: konflux image url ([`9e784a7`](https://github.com/RedHatInsights/vmaas/commit/9e784a781ec358280fa4c8002fa2c928aa299c42)) + +### Feature + +* feat: remove oval in webapp-go + +RHINENG-7872 ([`e3cb099`](https://github.com/RedHatInsights/vmaas/commit/e3cb099a038260a133c245291e500cca6b99b3f0)) + ## v2.65.1 (2024-09-30) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 86e99c87d..fe608c500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ commit_author = "vmaas-bot <40663028+vmaas-bot@users.noreply.github.com>" [tool.poetry] name = "vmaas" -version = "2.65.1" +version = "2.66.0" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index a30cb6884..8aa9a5d45 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.65.1" +VMAAS_VERSION = "2.66.0"