mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-15 00:30:21 -06:00
Automated changelog update [skip ci]
This commit is contained in:
13
CHANGELOG.md
13
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
|
||||
|
||||
|
||||
|
||||
1
go.sum
1
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=
|
||||
|
||||
Reference in New Issue
Block a user