From 15a8a4f6f2a3a0643014137ce803bb4384d27e4a Mon Sep 17 00:00:00 2001 From: Nicolas Marcq Date: Fri, 15 Nov 2024 15:44:46 +0100 Subject: [PATCH] release 2.6.1 --- CHANGELOG.md | 11 ++++++++++- Squest/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc78fabd6..dcca77d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ -# 2.6.1 XXXX-XX-XX +# 2.6.1 2024-11-15 + +## Fix + +- Fix file image upload in documentation +- Standard users no longer able to list admin CREATE operation + ## Enhancement +- UI: accept button show when auto process will be executed after approval +- UI: add auto accept and auto process status icon for all user +- add when condition parameter on day 2 operations - Add parameter to define list of administrators to which to send 500 errors via SMTP - Add parameters to login into SMTP server diff --git a/Squest/version.py b/Squest/version.py index f3eba2548..31204f6e8 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.6.1b" +__version__ = "2.6.1" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 4bfa580c6..5b160ba85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.6.1b" +version = "2.6.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"