summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-06-09 22:16:00 +0300
committerLauri Ojansivu <x@xet7.org>2020-06-09 22:16:00 +0300
commit444fff47dc0355731fcd3a0f18591042af271453 (patch)
tree91b0ffdf1a5577a9393439ae99d4d89ca1377917 /CHANGELOG.md
parent2a25318ba8c262ed3282b50a83f5a8c0ecb212a1 (diff)
downloadwekan-444fff47dc0355731fcd3a0f18591042af271453.tar.gz
wekan-444fff47dc0355731fcd3a0f18591042af271453.tar.bz2
wekan-444fff47dc0355731fcd3a0f18591042af271453.zip
Update ChangeLog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34bfe9ac..bd00a46c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,27 @@
+# Upcoming Wekan release
+
+This release adds the following updates:
+
+- [OpenShift template updates:
+ 1) Remove status fields (this is created by Kubernetes at run time)
+ 2) The latest MongoDB by default available with OpenShift is 3.6
+ 3) Change MongoDB service name to contain wekan to avoid potentially
+ conflicting with other mongodb instances in the same
+ project](https://github.com/wekan/wekan/pull/3158).
+ Thanks to jimmyjones2.
+
+and fixes the following bugs:
+
+- [Copy the labels only if the target board is different](https://github.com/wekan/wekan/pull/3154).
+ Thanks to marc1006.
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
# v4.12 2020-06-08 Wekan release
This release fixes the following CRITICAL SECURITY VULNERABILITIES:
-- Fix XSS bug reported 2020-05-24 by [swsjona](https://twitter.com/swsjona):
+- Fix XSS bug reported 2020-05-24 by [swsjona](https://twitter.com/swsjona):
[Part 1](https://github.com/wekan/wekan/commit/1f85b25549b50602380f1745f19e5fe44fe36d6f),
[Part 2](https://github.com/wekan/wekan/commit/fb44df981581354bf23a6928427ad2bf73c4550f),
[Part 3](https://github.com/wekan/wekan/commit/99f68f36b028d6c75acf2e5b83585b1acee65f97),