From b41498c121e9eaeea7dd3e7820b9899a57839afc Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 4 May 2022 10:43:03 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9a97145..cb8ecab44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,13 +74,15 @@ The following sections list the changes for unreleased. * Change - Introduce `ocis init` and remove all default secrets: [#3551](https://github.com/owncloud/ocis/pull/3551) - We've removed all default secrets. This means you can't start oCIS any longer without setting - these via environment variable or configuration file. + We've removed all default secrets and the hardcoded UUID of the user `admin`. This means you + can't start oCIS any longer without setting these via environment variable or configuration + file. In order to make this easy for you, we introduced a new command: `ocis init`. You can run this command before starting oCIS with `ocis server` and it will bootstrap you a configuration file for a secure oCIS instance. + https://github.com/owncloud/ocis/issues/3524 https://github.com/owncloud/ocis/pull/3551 * Change - Reduce drives in graph /me/drives API: [#3629](https://github.com/owncloud/ocis/pull/3629)