Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2024-07-30 14:53:53 +00:00
parent d839bfb5a3
commit c6ad4256a4

View File

@@ -49,6 +49,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Ignore address for kubernetes registry: [#9490](https://github.com/owncloud/ocis/pull/9490)
* Bugfix - Repair nats-js-kv registry: [#9656](https://github.com/owncloud/ocis/pull/9656)
* Bugfix - Use bool type for web embed delegatedAuthentication: [#9692](https://github.com/owncloud/ocis/pull/9692)
* Enhancement - Gateways should directly talk to themselves: [#9714](https://github.com/owncloud/ocis/pull/9714)
@@ -56,6 +57,14 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Ignore address for kubernetes registry: [#9490](https://github.com/owncloud/ocis/pull/9490)
We no longer pass an address to the go micro kubernetes registry implementation.
This causes the implementation to autodetect the namespace and not hardcode it
to `default`.
https://github.com/owncloud/ocis/pull/9490
* Bugfix - Repair nats-js-kv registry: [#9656](https://github.com/owncloud/ocis/pull/9656)
The registry would always send traffic to only one pod. This is now fixed and