From 653e8747f7315b193ca9caa014a1429392eaf18d Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Mon, 20 Jan 2020 19:08:30 +0100 Subject: [PATCH] Add WP and known issues to changelog --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b04e06a0..0c4e0fe13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ No unreleased changes yet. -## [0.3.0] - 2019-12-24 +## [0.3.0] - 2020-01-20 * Release candidate for beta tests * Added features: @@ -13,6 +13,7 @@ No unreleased changes yet. * Rocket.chat version 2.1.1 at chat.oas.yourdomain * Use Flux instead of Helmfile to install and update applications * Flux version 1.16.0 and helm-operator version 1.0.0-rc4 + * WordPress at www.oas.example.org from https://code.greenhost.net/open/wordpress-helm * Application updates: - cert-manager 0.11.0 - prometheus-operator 0.34.0 @@ -23,6 +24,22 @@ No unreleased changes yet. - kubernetes 1.15.5 * Fix many many bugs +Known issues: + +* There are some [initial prometheus alerts](https://open.greenhost.net/openappstack/openappstack/issues/286) + after a fresh OAS installation +* [Prometheus web interface is publicly available](https://open.greenhost.net/openappstack/openappstack/issues/294) +* Single sign-on has some issues: + + * Rocket.chat SSO does not work out of the box (see docs for setup + instructions) + * WordPress and Grafana SSO do not give admin permissions to users with the + "admin" enabled in the user-panel + * Nextcloud requires email (SMTP) to be set up before you log in with new + users using SSO + + These issues will be addressed in the next version. + ## [0.2.1] - 2019-10-29 This is the release for the second user test. -- GitLab