Automated changelog update [skip ci]

This commit is contained in:
Willy Kloucek
2022-01-13 07:45:34 +00:00
parent 7cff81efc9
commit e039d1c93c
+9
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 - 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)
* Change - Unify configuration and commands: [#2818](https://github.com/owncloud/ocis/pull/2818)
* Change - Update the graph api: [#2885](https://github.com/owncloud/ocis/pull/2885)
@@ -26,6 +27,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/2910
* Bugfix - Fix the default tracing provider: [#2952](https://github.com/owncloud/ocis/pull/2952)
We've fixed the default tracing provider which was no longer configured after
[owncloud/ocis#2818](https://github.com/owncloud/ocis/pull/2818).
https://github.com/owncloud/ocis/pull/2952
https://github.com/owncloud/ocis/pull/2818
* Bugfix - Fix configuration for space membership endpoint: [#2893](https://github.com/owncloud/ocis/pull/2893)
Added a missing config value to the ocs config related to the space membership endpoint.