From bd0100d4bc09912b40645447e7eaee9389821118 Mon Sep 17 00:00:00 2001 From: Nicolas Marcq Date: Tue, 24 Oct 2023 09:57:28 +0200 Subject: [PATCH] Release 2.1.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Squest/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17f07d29..08703224c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 2.1.2 2023-10-24 + +## Fix + +- Fix operation field when min and max are not set +- Display the admin survey when request is processing or rejected +- Set the request to fail state when AWX api return no job id +- Fix sort in tables + fix HTML anchor in tables +- Fix bug in permission when user is both owner_permissions and in global_permissions +- Fix approval.html for ARCHIVED state +- Fix per_page on table in tabs +- FiX CSS on tables +- Fix maintenance page was not showing up after nginx restart + +## Enhancement + +- Add service_catalog_instance filter in ResourceApi +- Add ID to instance and request filters +- Add "organization" and "team" to ScopeSerializer +- Archive and unarchive request without confirmation +- Add review again button after request fail or accepted + # 2.1.1 2023-10-03 ## Fix diff --git a/Squest/version.py b/Squest/version.py index f4f596350..5157009e7 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.1.2b" +__version__ = "2.1.2" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index e66d9cfc6..b46b0f583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.1.2b" +version = "2.1.2" 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"