From d576387efee192ebd291f95008f9fe5852c93b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 28 Jan 2020 19:30:46 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 13 ++++++++++++- go.sum | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef6ed2..89eb21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,24 @@ The following sections list the changes for unreleased. ## Summary * Chg #1: Initial release of basic version + * Chg #6: Start multiple services with dedicated commands ## Details * Change #1: Initial release of basic version - Just prepared an initial basic version to start a reva server and start integrating with the go-micro base dextension framework of ownCloud Infinite Scale. + Just prepared an initial basic version to start a reva server and start integrating with the + go-micro base dextension framework of ownCloud Infinite Scale. https://github.com/owncloud/ocis-reva/issues/1 + * Change #6: Start multiple services with dedicated commands + + The initial version would only allow us to use a set of reva configurations to start multiple + services. We use a more opinionated set of commands to start dedicated services that allows us + to configure them individually. It allowcs us to switch eg. the user backend to LDAP and fully it + on the cli. + + https://github.com/owncloud/ocis-reva/issues/6 + diff --git a/go.sum b/go.sum index ba252d3..672bdfe 100644 --- a/go.sum +++ b/go.sum @@ -637,6 +637,7 @@ github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+Gx github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/rainycape/memcache v0.0.0-20150622160815-1031fa0ce2f2/go.mod h1:7tZKcyumwBO6qip7RNQ5r77yrssm9bfCowcLEBcU5IA= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= +github.com/restic/calens v0.1.0 h1:RHGokdZ72dICyIz1EjEsfZwUhvNZz/zy2SawxJktdWA= github.com/restic/calens v0.1.0/go.mod h1:u67f5msOjCTDYNzOf/NoAUSdmXP03YXPCwIQLYADy5M= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=