diff --git a/changelog/unreleased/new-runtime.md b/changelog/unreleased/new-runtime.md new file mode 100644 index 0000000000..4c7828bdc1 --- /dev/null +++ b/changelog/unreleased/new-runtime.md @@ -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 diff --git a/changelog/unreleased/settings-service.md b/changelog/unreleased/settings-service.md new file mode 100644 index 0000000000..41f1f9bf38 --- /dev/null +++ b/changelog/unreleased/settings-service.md @@ -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