diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e0f2b87c..545ef22836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Panic when service fails to start: [#2252](https://github.com/owncloud/ocis/pull/2252) +* Bugfix - Dont use port 80 as debug for GroupsProvider: [#2271](https://github.com/owncloud/ocis/pull/2271) * Enhancement - Runtime support for cherry picking extensions: [#2229](https://github.com/owncloud/ocis/pull/2229) * Enhancement - Remove unnecessary Service.Init(): [#1705](https://github.com/owncloud/ocis/pull/1705) * Enhancement - Update REVA to v1.9.1-0.20210628143859-9d29c36c0c3f: [#2227](https://github.com/owncloud/ocis/pull/2227) @@ -22,6 +23,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2252 +* Bugfix - Dont use port 80 as debug for GroupsProvider: [#2271](https://github.com/owncloud/ocis/pull/2271) + + A copy/paste error where the configuration for the groupsprovider's debug address was not + present leaves go-micro to start the debug service in port 80 by default. + + https://github.com/owncloud/ocis/pull/2271 + * Enhancement - Runtime support for cherry picking extensions: [#2229](https://github.com/owncloud/ocis/pull/2229) Support for running certain extensions supervised via cli flags. Example usage: