From b16636c69dcbfe56bbee51137c5eebb70445b257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 16 Apr 2020 12:48:19 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40770ffb1e..eefe5bfc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Change - Add the thumbnails command: [#156](https://github.com/owncloud/ocis/issues/156) * Change - Initial release of basic version: [#2](https://github.com/owncloud/ocis/issues/2) * Change - Start ocis-proxy with the ocis server command: [#119](https://github.com/owncloud/ocis/issues/119) +* Enhancement - Document how to run OCIS on top of EOS: [#172](https://github.com/owncloud/ocis/pull/172) * Enhancement - Update proxy to v0.2.0: [#167](https://github.com/owncloud/ocis/pull/167) * Enhancement - Update extensions: [#180](https://github.com/owncloud/ocis/pull/180) * Enhancement - Update extensions: [#151](https://github.com/owncloud/ocis/pull/151) @@ -35,6 +36,15 @@ https://github.com/owncloud/ocis/issues/136 +* Enhancement - Document how to run OCIS on top of EOS: [#172](https://github.com/owncloud/ocis/pull/172) + + We have added rules to the Makefile that use the official [eos docker + images](https://gitlab.cern.ch/eos/eos-docker) to boot an eos cluster and configure OCIS + to use it. + + https://github.com/owncloud/ocis/pull/172 + + * Enhancement - Update proxy to v0.2.0: [#167](https://github.com/owncloud/ocis/pull/167) https://github.com/owncloud/ocis/pull/167