Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Oct 24, 2023
1 parent 1ef2ffc commit bd0100d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 2.1.2 2023-10-24

## Fix

- Fix operation field when min and max are not set
- Display the admin survey when request is processing or rejected
- Set the request to fail state when AWX api return no job id
- Fix sort in tables + fix HTML anchor in tables
- Fix bug in permission when user is both owner_permissions and in global_permissions
- Fix approval.html for ARCHIVED state
- Fix per_page on table in tabs
- FiX CSS on tables
- Fix maintenance page was not showing up after nginx restart

## Enhancement

- Add service_catalog_instance filter in ResourceApi
- Add ID to instance and request filters
- Add "organization" and "team" to ScopeSerializer
- Archive and unarchive request without confirmation
- Add review again button after request fail or accepted

# 2.1.1 2023-10-03

## 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.1.2b"
__version__ = "2.1.2"
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.1.2b"
version = "2.1.2"
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 bd0100d

Please sign in to comment.