From 7dfd9da49bb983c00c3f9afd6db4b0c4a89dd908 Mon Sep 17 00:00:00 2001 From: elias-boulharts Date: Mon, 18 Dec 2023 13:43:07 +0100 Subject: [PATCH] Release 2.4.1 --- CHANGELOG.md | 10 ++++++++++ Squest/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249b1687e..a9c0e79bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +# 2.4.1 2023-12-18 + +## Fix + +- Fix duplicate fields after sync AWX +- Fix requirement for k8s deployment + # 2.4.0 2023-12-15 +⚠ Please do not use this version, as the survey fields may be duplicated during AWX sync. +This error is fixed in the 2.4.1 version and a database cleanup is performed during migration. + ## Breaking changes ⚠ - Rename "NEED INFO" state into "ON HOLD", related urls changed diff --git a/Squest/version.py b/Squest/version.py index 7d93023dc..3f23e14ce 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.4.1b" +__version__ = "2.4.1" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index a181ff24c..b83ea6535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.4.1b" +version = "2.4.1" description = "Service catalog on top of Red Hat Ansible Automation Platform(RHAAP)/AWX (formerly known as Ansible Tower)" authors = ["Nicolas Marcq ", "Elias Boulharts "] license = "MIT"