Skip to content

Commit

Permalink
release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Nov 15, 2024
1 parent f85c48e commit 31f182a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Squest/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.6.1b"
__version__ = "2.6.1"
VERSION = __version__
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Elias Boulharts <[email protected]", "Anthony Belhadj <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 31f182a

Please sign in to comment.