From 6da5330e5196f3b4bf97830d70da00d96ffa82f4 Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Tue, 31 May 2022 05:41:31 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af44af03..3fa49c420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,20 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Allow empty environment variables: [#3892](https://github.com/owncloud/ocis/pull/3892) * Bugfix - Fix user autoprovisioning: [#3893](https://github.com/owncloud/ocis/issues/3893) ## Details +* Bugfix - Allow empty environment variables: [#3892](https://github.com/owncloud/ocis/pull/3892) + + We've fixed the behavior for empty environment variables, that previously would not have + overwritten default values. Therefore it had the same effect like not setting the environment + variable. We now check if the environment variable is set at all and if so, we also allow to + override a default value with an empty value. + + https://github.com/owncloud/ocis/pull/3892 + * Bugfix - Fix user autoprovisioning: [#3893](https://github.com/owncloud/ocis/issues/3893) We've fixed the autoprovsioning feature that was introduced in beta2. Due to a bug the role