Add changelog items

This commit is contained in:
Benedikt Kulmann
2020-06-04 16:06:59 +02:00
parent 92ea44545f
commit 01da4ddf25
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Change: Switch over to a new custom-built runtime
We moved away from using the go-micro runtime and are now using [our own runtime](https://github.com/refs/pman).
This allows us to spawn service processes even when they are using different versions of go-micro. On top of that we
now have the commands `ocis list`, `ocis kill` and `ocis run` available for service runtime management.
https://github.com/owncloud/ocis/pull/287

View File

@@ -0,0 +1,5 @@
Change: Make ocis-settings available
This version delivers `settings` as a new service. It is part of the array of services in the `server` command.
https://github.com/owncloud/ocis/pull/287