6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-13 14:43:03 +00:00

v12.0.3 (2021-08-10)

- [Improvement] Upgrade all services to open-release/lilac.2.
- [Bugfix] Fix "`sh` is not a recognized command" in some plugins, including minio.
- [Improvement] Set the default contact mailing email address
- [Bugfix] Fix minio initialisation in Kubernetes.
This commit is contained in:
Régis Behmo 2021-08-10 12:30:06 +02:00
parent 41b65b80d5
commit eeb08f63d9
2 changed files with 6 additions and 3 deletions

View File

@ -4,15 +4,18 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v12.0.3 (2021-08-10)
- [Improvement] Upgrade all services to open-release/lilac.2.
- [Bugfix] Fix "`sh` is not a recognized command" in some plugins, including minio.
- [Improvement] Set the default contact mailing email address
- [Bugfix] Fix minio initialisation in Kubernetes.
## v12.0.2 (2021-07-06)
- [Bugfix] Fix "Invalid command argument" during upgrade from Koa to Lilac.
- [Bugfix] Fix mysql initialisation in docker-compose==2.0.0beta4.
- [Improvement] Tutor is now published on pypi as "tutor".
- [Improvement] Set the default contact mailing email address
## v12.0.1 (2021-06-22)
@ -750,4 +753,4 @@ Note: Breaking changes between versions are indicated by "💥".
- 2018-08-27 [Improvement] Add development requirements to openedx image.
- 2018-08-27 [Bugfix] Upgrade mongodb.
- 2018-08-19 [Improvement] Make Xqueue an optional feature.
- 2018-08-16 [Feature] Add HTTPS support.
- 2018-08-16 [Feature] Add HTTPS support.

View File

@ -1 +1 @@
__version__ = "12.0.2"
__version__ = "12.0.3"