mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
v13.1.6 (2022-03-15)
- [Bugfix] Fix `local/k8s quickstart` commands when upgrading from an older release (#595). - [Bugfix] Fix running the default exim-relay SMTP server on arm64 (#600). - [Feature] Add `tutor k8s apply` comand, which is a direct interface with `kubectl apply`. - [Feature] Add `openedx-dockerfile-minimal` patch, which you can use to install custom packages and run commands as root in the Docker image.
This commit is contained in:
parent
653e4dc57d
commit
c63c952392
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v13.1.6 (2022-03-15)
|
||||
|
||||
- [Bugfix] Fix `local/k8s quickstart` commands when upgrading from an older release (#595).
|
||||
- [Bugfix] Fix running the default exim-relay SMTP server on arm64 (#600).
|
||||
- [Feature] Add `tutor k8s apply` comand, which is a direct interface with `kubectl apply`.
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
|
||||
# Increment this version number to trigger a new release. See
|
||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||
__version__ = "13.1.5"
|
||||
__version__ = "13.1.6"
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user