diff --git a/CHANGELOG.md b/CHANGELOG.md index 263d7520759..ebc58e67c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Specify primary user type for all accounts: [#2364](https://github.com/owncloud/ocis/pull/2364) +* Bugfix - Fix naming of the user- and groupprovider services: [#2388](https://github.com/owncloud/ocis/pull/2388) * Enhancement - Use non root user for the owncloud/ocis docker image: [#2380](https://github.com/owncloud/ocis/pull/2380) * Enhancement - Replace unmaintained jwt library: [#2386](https://github.com/owncloud/ocis/pull/2386) * Enhancement - Update bleve to version 2.1.0: [#2391](https://github.com/owncloud/ocis/pull/2391) @@ -18,6 +19,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2364 +* Bugfix - Fix naming of the user- and groupprovider services: [#2388](https://github.com/owncloud/ocis/pull/2388) + + The services are called "storage-userprovider" and "storage-groupprovider". The 'ocis + help' output was misleading. + + https://github.com/owncloud/ocis/pull/2388 + * Enhancement - Use non root user for the owncloud/ocis docker image: [#2380](https://github.com/owncloud/ocis/pull/2380) The owncloud/ocis docker image now uses a non root user and enables you to set a different user