From 92d9e968aae5b45a96a57c52f53a62d9a22ed72f Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Fri, 25 Oct 2019 16:01:04 +0200 Subject: [PATCH] Update VERSION and CHANGELOG for 0.2.1 --- CHANGELOG.md | 15 ++++++++++++++- VERSION | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b0d6b73..0249575a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ No unreleased changes yet. -## [0.2.0] - 2091-10-22 +## [0.2.1] - 2019-10-29 + +This is the release for the second user test. + +Fixes: +* [#354](https://open.greenhost.net/openappstack/openappstack/issues/354) Nextcloud timeout during helmchart install +* [#305](https://open.greenhost.net/openappstack/openappstack/issues/305) Use prometheus default securitycontext +* [#351](https://open.greenhost.net/openappstack/openappstack/issues/351) Prometheus installation cannot be repeated +* [#349](https://open.greenhost.net/openappstack/openappstack/issues/349) Improve test instructions +* [#350](https://open.greenhost.net/openappstack/openappstack/issues/350) Increase nextcloud livenessprobe's leniency +* [#346](https://open.greenhost.net/openappstack/openappstack/issues/346) Creating cluster fails if the hostname is oas-dev +* [#319](https://open.greenhost.net/openappstack/openappstack/issues/319) kube_config_cluster.yml should be copied to local machine earlier + +## [0.2.0] - 2019-10-22 * Release candidate for second user test * Added features: diff --git a/VERSION b/VERSION index 0ea3a944b..0c62199f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 -- GitLab