Automated changelog update [skip ci]

This commit is contained in:
Willy Kloucek
2022-01-26 15:43:27 +00:00
parent c9f9f9a011
commit 22555e20e7

View File

@@ -7,6 +7,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Add `ocis storage-auth-machine` subcommand: [#2910](https://github.com/owncloud/ocis/pull/2910)
* Bugfix - Make the default grpc client use the registry settings: [#3041](https://github.com/owncloud/ocis/pull/3041)
* Bugfix - Fix retry handling for LDAP connections: [#2974](https://github.com/owncloud/ocis/issues/2974)
* Bugfix - Fix the default tracing provider: [#2952](https://github.com/owncloud/ocis/pull/2952)
* Bugfix - Fix configuration for space membership endpoint: [#2893](https://github.com/owncloud/ocis/pull/2893)
@@ -32,6 +33,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/2910
* Bugfix - Make the default grpc client use the registry settings: [#3041](https://github.com/owncloud/ocis/pull/3041)
We've fixed the default grpc client to use the registry settings. Previously it always used
mdns.
https://github.com/owncloud/ocis/pull/3041
* Bugfix - Fix retry handling for LDAP connections: [#2974](https://github.com/owncloud/ocis/issues/2974)
We've fixed the handling of network issues (e.g. connection loss) during LDAP Write