Automated changelog update [skip ci]

This commit is contained in:
Ralf Haferkamp
2022-05-04 10:43:03 +00:00
parent d6bf26c744
commit b41498c121
+4 -2
View File
@@ -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)