Skip to content

Commit

Permalink
Release 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-boulharts authored and Sispheor committed Apr 24, 2023
1 parent a4a3c9b commit d7d475c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 1.10.1 2023-04-24

## Enhancement

- refactoring mail templates
- add billing group filter on request list page
- expose SQUEST_IMAGE and SQUEST_TAG as variables in docker-compose (see [documentation](https://docs.docker.com/compose/environment-variables/set-environment-variables/))
- always mount volume for field_validators


## Fix

- close MySQL port by default
- move phpmyadmin in dev.docker-compose.yml

## Feature

- add IS_DEV_SERVER flag

# 1.10.0 2023-03-07

## 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__ = "1.10.1b"
__version__ = "1.10.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 = "1.10.1b"
version = "1.10.1"
description = "Service catalog on top of Ansible Tower"
authors = ["Nicolas Marcq <[email protected]>", "Elias Boulharts <[email protected]", "Anthony Belhadj <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d7d475c

Please sign in to comment.