Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed May 22, 2024
1 parent 7168863 commit 17a0bb5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.5.3b"
__version__ = "2.6.0"
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.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 <[email protected]>", "Elias Boulharts <[email protected]", "Anthony Belhadj <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 17a0bb5

Please sign in to comment.