From f0a06efc8216f0f43c3785789a4dbb45e4110639 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 20 Aug 2020 15:13:35 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da326a6503..d535495019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Summary * Bugfix - Add missing env vars to docker compose: [#392](https://github.com/owncloud/ocis/pull/392) +* Bugfix - Don't enforce empty external apps slice: [#473](https://github.com/owncloud/ocis/pull/473) * Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#416](https://github.com/owncloud/ocis/pull/416) * Change - Add the thumbnails command: [#156](https://github.com/owncloud/ocis/issues/156) * Change - Integrate import command from ocis-migration: [#249](https://github.com/owncloud/ocis/pull/249) @@ -38,6 +39,14 @@ https://github.com/owncloud/ocis/pull/392 +* Bugfix - Don't enforce empty external apps slice: [#473](https://github.com/owncloud/ocis/pull/473) + + The command for ocis-phoenix enforced an empty external apps configuration. This was + removed, as it was blocking a new set of default external apps in ocis-phoenix. + + https://github.com/owncloud/ocis/pull/473 + + * Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#416](https://github.com/owncloud/ocis/pull/416) ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.