From 47aad68a5c92680405452e0f642d1fa8ddc55192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sun, 26 Apr 2020 00:04:02 +0200 Subject: [PATCH] v3.12.0 (2020-04-26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 💥[Improvement] Do not deploy an ingress or SSL/TLS certificate issuer ressource by default in Kubernetes - [Improvement] Fix tls certificate generation in k8s - 💥[Improvement] Radically change the way jobs are run: we no longer "exec", but instead run a dedicated container. - 💥[Improvement] Upgrade k8s certificate issuer to cert-manager.io/v1alpha2 - [Feature] Add SCORM XBlock to default openedx docker image --- CHANGELOG.md | 6 +++--- tutor/__about__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fba59d7..7b24654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.12.0 (2020-04-26) - 💥[Improvement] Do not deploy an ingress or SSL/TLS certificate issuer ressource by default in Kubernetes - [Improvement] Fix tls certificate generation in k8s -- [Improvement] Radically change the way jobs are run: we no longer "exec", but instead run a dedicated container. -- [Improvement] Upgrade k8s certificate issuer to cert-manager.io/v1alpha2 +- 💥[Improvement] Radically change the way jobs are run: we no longer "exec", but instead run a dedicated container. +- 💥[Improvement] Upgrade k8s certificate issuer to cert-manager.io/v1alpha2 - [Feature] Add SCORM XBlock to default openedx docker image ## v3.11.12 (2020-04-16) diff --git a/tutor/__about__.py b/tutor/__about__.py index 2a4efbf..d1a7f1e 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.12" +__version__ = "3.12.0"