Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2023-07-17 11:01:06 +00:00
parent 2fb2a1c7c3
commit 8bc74af140

View File

@@ -42,6 +42,7 @@ The following sections list the changes for unreleased.
* Enhancement - Skip if the simulink is a directory: [#6574](https://github.com/owncloud/ocis/pull/6574)
* 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 - Move graph to service tracerprovider: [#6695](https://github.com/owncloud/ocis/pull/6695)
* Enhancement - Move proxy to service tracerprovider: [#6591](https://github.com/owncloud/ocis/pull/6591)
* Enhancement - Add functionality to retry postprocessing: [#6500](https://github.com/owncloud/ocis/pull/6500)
* Enhancement - Update go-micro kubernetes registry: [#6457](https://github.com/owncloud/ocis/pull/6457)
@@ -345,6 +346,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/6436
https://github.com/owncloud/ocis/pull/6437
* Enhancement - Move graph to service tracerprovider: [#6695](https://github.com/owncloud/ocis/pull/6695)
This moves the graph to initialise a service tracer provider at service initialisation time,
instead of using a package global tracer provider.
https://github.com/owncloud/ocis/pull/6695
* Enhancement - Move proxy to service tracerprovider: [#6591](https://github.com/owncloud/ocis/pull/6591)
This moves the proxy to initialise a service tracer provider at service initialisation time,