From 9ef68fdcfd86925b345e5fee895b31f964c06ff3 Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Mon, 9 May 2022 13:00:28 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6546296ebb..10cbe7f849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Remove runtime kill and run commands: [#3740](https://github.com/owncloud/ocis/pull/3740) * Bugfix - Check permissions when deleting Space: [#3709](https://github.com/owncloud/ocis/pull/3709) * Bugfix - Make IDP secrets configurable via environment variables: [#3744](https://github.com/owncloud/ocis/pull/3744) * Bugfix - Thumbnails for `/dav/xxx?preview=1` requests: [#3567](https://github.com/owncloud/ocis/pull/3567) @@ -34,6 +35,17 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Remove runtime kill and run commands: [#3740](https://github.com/owncloud/ocis/pull/3740) + + We've removed the kill and run commands from the oCIS runtime. If these dynamic capabilities + are needed, one should switch to a full fledged supervisor and start oCIS as individual + services. + + If one wants to start a only a subset of services, this is still possible by setting + OCIS_RUN_EXTENSIONS. + + https://github.com/owncloud/ocis/pull/3740 + * Bugfix - Check permissions when deleting Space: [#3709](https://github.com/owncloud/ocis/pull/3709) Check for manager permissions when deleting spaces. Do not allow deleting spaces via dav