Skip to content

Commit

Permalink
release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Jan 9, 2024
1 parent 222b2a7 commit a37e9dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# dev
# 2.5.0 2024-01-09

## Fix

- Hide disabled operations from Instance view
- Disabled operations were not removed from Instance view
- Long dropdown choices were hidden behind the footer

## Enhancement

- Docs are now displayed in a dedicated tab in the instance details

## Feature

- Add SurveyValidator on Operation. It allows you to implement your own validation logic with Python on the entire form. See documentation [here](https://hewlettpackard.github.io/squest/latest/manual/advanced/survey_validators/)
- doc templating
- Survey validator (Replace field validator which is now deprecated and will be removed in future release)

# 2.4.1 2023-12-18

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.4.2b"
__version__ = "2.5.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.4.2b"
version = "2.5.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 a37e9dc

Please sign in to comment.