From 536932cf20e508741132c6473a2eecb211c688e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 17 Jun 2019 20:08:10 +0200 Subject: [PATCH] v3.4.0 (2019-06-17) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [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 --- CHANGELOG.md | 7 +++---- tutor/__about__.py | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc195a..c023d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,13 @@ 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] 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`. - -## 3.3.11 (2019-06-07) - - [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 💪) diff --git a/tutor/__about__.py b/tutor/__about__.py index 02fbae8..903a158 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.3.11" +__version__ = "3.4.0"