From e039d1c93c1039bf4ca7ed497a88bcef21f4f6c7 Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Thu, 13 Jan 2022 07:45:34 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba674e786..d2292e090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.