Automated changelog update [skip ci]

This commit is contained in:
Willy Kloucek
2021-12-02 13:47:44 +00:00
parent 7be72efddd
commit 6a4c6c7c7b

View File

@@ -10,6 +10,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix using s3ng as the metadata storage backend: [#2807](https://github.com/owncloud/ocis/pull/2807)
* Change - Rename `APP_PROVIDER_BASIC_*` environment variables: [#2812](https://github.com/owncloud/ocis/pull/2812)
* Change - Restructure Configuration Parsing: [#2708](https://github.com/owncloud/ocis/pull/2708)
* Change - OIDC: fallback if IDP doesn't provide "preferred_username" claim: [#2644](https://github.com/owncloud/ocis/issues/2644)
* Enhancement - Cleanup ocis-pkg config: [#2813](https://github.com/owncloud/ocis/pull/2813)
* Enhancement - Update REVA to v1.17.0: [#2835](https://github.com/owncloud/ocis/pull/2835)
@@ -50,6 +51,12 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/2708
* Change - OIDC: fallback if IDP doesn't provide "preferred_username" claim: [#2644](https://github.com/owncloud/ocis/issues/2644)
Some IDPs don't add the "preferred_username" claim. Fallback to the "email" claim in that case
https://github.com/owncloud/ocis/issues/2644
* Enhancement - Cleanup ocis-pkg config: [#2813](https://github.com/owncloud/ocis/pull/2813)
Certain values were of no use when configuring the ocis runtime.