mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-25 22:18:24 +00:00
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 - [Feature] Add SCORM XBlock to default openedx docker image
This commit is contained in:
parent
103b78a78a
commit
47aad68a5c
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "3.11.12"
|
||||
__version__ = "3.12.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user