From c6ad4256a45fa79795f59396d3d17f618659ea62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 30 Jul 2024 14:53:53 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 190225ef2b..718200b0f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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