Automated changelog update [skip ci]

This commit is contained in:
Martin
2023-06-14 07:11:38 +00:00
parent ad1f3d413f
commit f30118ef4a
+9
View File
@@ -12,6 +12,7 @@ The following sections list the changes for unreleased.
* Enhancement - Use reva client selectors: [#6452](https://github.com/owncloud/ocis/pull/6452)
* Enhancement - Add companion URL config: [#6453](https://github.com/owncloud/ocis/pull/6453)
* Enhancement - Add imprint and privacy url config: [#6462](https://github.com/owncloud/ocis/pull/6462)
* Enhancement - Fix envvar defaults: [#6516](https://github.com/owncloud/ocis/pull/6516)
* Enhancement - Fix the groupname validation: [#6490](https://github.com/owncloud/ocis/pull/6490)
* Enhancement - Fix the username validation: [#6437](https://github.com/owncloud/ocis/pull/6437)
* Enhancement - Update go-micro kubernetes registry: [#6457](https://github.com/owncloud/ocis/pull/6457)
@@ -64,6 +65,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/6462
* Enhancement - Fix envvar defaults: [#6516](https://github.com/owncloud/ocis/pull/6516)
Defaults for the envvar OCIS_LDAP_DISABLE_USER_MECHANISM were not used consistently,
correct is `attribute`.
https://github.com/owncloud/ocis/issues/6513
https://github.com/owncloud/ocis/pull/6516
* Enhancement - Fix the groupname validation: [#6490](https://github.com/owncloud/ocis/pull/6490)
Fixed the ability to create a group with an empty name