Skip to content

Commit 31f182a

Browse files
committed
release 2.6.1
1 parent f85c48e commit 31f182a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
# 2.6.1 XXXX-XX-XX
1+
# 2.6.1 2024-11-15
2+
3+
## Fix
4+
5+
- Fix file image upload in documentation
6+
- Standard users no longer able to list admin CREATE operation
7+
28

39
## Enhancement
410

11+
- UI: accept button show when auto process will be executed after approval
12+
- UI: add auto accept and auto process status icon for all user
13+
- add when condition parameter on day 2 operations
514
- Add parameter to define list of administrators to which to send 500 errors via SMTP
615
- Add parameters to login into SMTP server
716

Squest/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.6.1b"
1+
__version__ = "2.6.1"
22
VERSION = __version__

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "squest"
3-
version = "2.6.1b"
3+
version = "2.6.1"
44
description = "Service catalog on top of Red Hat Ansible Automation Platform(RHAAP)/AWX (formerly known as Ansible Tower)"
55
authors = ["Nicolas Marcq <[email protected]>", "Elias Boulharts <[email protected]", "Anthony Belhadj <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)