Skip to content

Commit

Permalink
Add changelog items
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jun 4, 2020
1 parent 92ea445 commit 01da4dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog/unreleased/new-runtime.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions changelog/unreleased/settings-service.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 01da4dd

Please sign in to comment.