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:
Régis Behmo 2021-06-08 19:57:22 +02:00
parent 4a451844e6
commit 915551268c
2 changed files with 4 additions and 2 deletions

View File

@ -4,10 +4,12 @@ Note: Breaking changes between versions are indicated by "💥".
## 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] 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.
- [Bugfix] Fix missing discussion notifications.

View File

@ -1 +1 @@
__version__ = "11.3.0"
__version__ = "11.3.1"