From 17a0bb5b4c75c7b9e336baf14dbda6a31fd73167 Mon Sep 17 00:00:00 2001 From: Nicolas Marcq Date: Wed, 22 May 2024 14:09:32 +0200 Subject: [PATCH] Release 2.6.0 --- CHANGELOG.md | 13 +++++++++++++ Squest/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 105242fdc..2dba2394e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 2.6.0 2024-05-22 + +## Fix + +- Do not allow multiple deletion request against the same instance +- Bulk deletion on resource now calculate total produced in the resource group +- Admin can update a request on the last review when using an approval workflow + +## Feature + +- Added permissions "rename_instance" and "change_requester_on_instance" +- End user can now rename his instances and change the owner (requester) to another user in the same organization or team + # 2.5.2 2024-04-25 ## Fix diff --git a/Squest/version.py b/Squest/version.py index 9ec5c41db..10eedb861 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.5.3b" +__version__ = "2.6.0" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index adf9ef524..e1f733108 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.5.3b" +version = "2.6.0" 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"