mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +00:00
v11.3.1 (2021-06-08)
- [Improvement] Avoid permission issues in Kubernetes/Openshift for users who do not have the rights to edit their namespace. - [Improvement] Better Kubernetes object creation.
This commit is contained in:
parent
4a451844e6
commit
915551268c
@ -4,10 +4,12 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v11.3.1 (2021-06-08)
|
||||||
|
|
||||||
- [Improvement] Avoid permission issues in Kubernetes/Openshift for users who do not have the rights to edit their namespace.
|
- [Improvement] Avoid permission issues in Kubernetes/Openshift for users who do not have the rights to edit their namespace.
|
||||||
- [Improvement] Better Kubernetes object creation.
|
- [Improvement] Better Kubernetes object creation.
|
||||||
|
|
||||||
## v11.3.0 (2021-05-18)
|
## v11.3.0 (2021-06-06)
|
||||||
|
|
||||||
- 💥[Security] Disable python-evaluated input by default as we don't run codejail.
|
- 💥[Security] Disable python-evaluated input by default as we don't run codejail.
|
||||||
- [Bugfix] Fix missing discussion notifications.
|
- [Bugfix] Fix missing discussion notifications.
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "11.3.0"
|
__version__ = "11.3.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user