From 49722c7393e07f1bb0e332600fb208fa92e02dc5 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:18:49 +0000 Subject: [PATCH] 2.68.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- vmaas/common/constants.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5c6578..fb0a68eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v2.68.3 (2024-10-16) + +### Chores + +* chore: update libs (mainly starlette vulnerability) ([`b6c56b8`](https://github.com/RedHatInsights/vmaas/commit/b6c56b86c8789f37893231c6b7e395ecef2848dd)) + +### Continuous Integration + +* ci: pylint too-many-positional-arguments ([`cb3a7f5`](https://github.com/RedHatInsights/vmaas/commit/cb3a7f5ed87aeda1a27e778350fd1e784f55e46f)) + + ## v2.68.2 (2024-10-16) ### Continuous Integration diff --git a/pyproject.toml b/pyproject.toml index 0323f78f..f82801fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ patch_tags = ["build", "chore", "ci", "fix", "perf", "refactor"] [tool.poetry] name = "vmaas" -version = "2.68.2" +version = "2.68.3" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index 2a305636..7ea9d4dd 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.68.2" +VMAAS_VERSION = "2.68.3"