Automated changelog update [skip ci]

This commit is contained in:
Willy Kloucek
2022-05-31 05:41:31 +00:00
parent bab952ad98
commit 6da5330e51

View File

@@ -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