mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
v3.4.0 (2019-06-17)
- [Feature] Creation of a plugin system - [Feature] Kubernetes support out of beta - [Improvement] Switch to pinned image tags for easier upgrades - 💥[Improvement] Remove the `-y/--yes` option: `tutor config save` is now non-interactive by default. Use `-i/--interactive` to force interactive mode. - 💥[Improvement] Replace the `databases` command by `init`. - [Improvement] Upgrade to ironwood.2 - [Improvement] Add `-y/--yes` option to `local quickstart` for non-interactive quickstart - [Improvement] Persist LMS/CMS logs to disk by default (with collaboration from @silviot 💪) - [Bugfix] Fix installing a locally cloned requirement repository - [Improvement] Add `--no-cache` option to `images build` - [Improvement] Make it possible to configure the notes service hostname - [Improvement] Better, more robust MySQL initialisation
This commit is contained in:
parent
84f2060d33
commit
536932cf20
@ -2,14 +2,13 @@
|
|||||||
|
|
||||||
Note: Breaking changes between versions are indicated by "💥".
|
Note: Breaking changes between versions are indicated by "💥".
|
||||||
|
|
||||||
## Latest
|
## 3.4.0 (2019-06-17)
|
||||||
|
|
||||||
|
- [Feature] Creation of a plugin system
|
||||||
|
- [Feature] Kubernetes support out of beta
|
||||||
- [Improvement] Switch to pinned image tags for easier upgrades
|
- [Improvement] Switch to pinned image tags for easier upgrades
|
||||||
- 💥[Improvement] Remove the `-y/--yes` option: `tutor config save` is now non-interactive by default. Use `-i/--interactive` to force interactive mode.
|
- 💥[Improvement] Remove the `-y/--yes` option: `tutor config save` is now non-interactive by default. Use `-i/--interactive` to force interactive mode.
|
||||||
- 💥[Improvement] Replace the `databases` command by `init`.
|
- 💥[Improvement] Replace the `databases` command by `init`.
|
||||||
|
|
||||||
## 3.3.11 (2019-06-07)
|
|
||||||
|
|
||||||
- [Improvement] Upgrade to ironwood.2
|
- [Improvement] Upgrade to ironwood.2
|
||||||
- [Improvement] Add `-y/--yes` option to `local quickstart` for non-interactive quickstart
|
- [Improvement] Add `-y/--yes` option to `local quickstart` for non-interactive quickstart
|
||||||
- [Improvement] Persist LMS/CMS logs to disk by default (with collaboration from @silviot 💪)
|
- [Improvement] Persist LMS/CMS logs to disk by default (with collaboration from @silviot 💪)
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "3.3.11"
|
__version__ = "3.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user