mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
v12.1.6 (2021-11-02)
- [Improvement] Upgrade all services to open-release/lilac.3. - [Feature] Make it possible to override job configuration in development: if they exist, `dev/docker-compose.jobs.yml` and `dev/docker-compose.jobs.override.yml` will be loaded when running jobs. - [Improvement] Faster `tutor local start` by building only necessary images.
This commit is contained in:
parent
c9a08a5e18
commit
0a2abe32dc
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v12.1.6 (2021-11-02)
|
||||||
|
|
||||||
- [Improvement] Upgrade all services to open-release/lilac.3.
|
- [Improvement] Upgrade all services to open-release/lilac.3.
|
||||||
- [Feature] Make it possible to override job configuration in development: if they exist, `dev/docker-compose.jobs.yml` and `dev/docker-compose.jobs.override.yml` will be loaded when running jobs.
|
- [Feature] Make it possible to override job configuration in development: if they exist, `dev/docker-compose.jobs.yml` and `dev/docker-compose.jobs.override.yml` will be loaded when running jobs.
|
||||||
- [Improvement] Faster `tutor local start` by building only necessary images.
|
- [Improvement] Faster `tutor local start` by building only necessary images.
|
||||||
|
@ -2,7 +2,7 @@ import os
|
|||||||
|
|
||||||
# Increment this version number to trigger a new release. See
|
# Increment this version number to trigger a new release. See
|
||||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||||
__version__ = "12.1.5"
|
__version__ = "12.1.6"
|
||||||
|
|
||||||
# The version suffix will be appended to the actual version, separated by a
|
# The version suffix will be appended to the actual version, separated by a
|
||||||
# dash. Use this suffix to differentiate between the actual released version and
|
# dash. Use this suffix to differentiate between the actual released version and
|
||||||
|
Loading…
Reference in New Issue
Block a user