From 1cbf0ba5f3258d7f83f42ecca741ec9da8194d23 Mon Sep 17 00:00:00 2001 From: kobergj Date: Fri, 5 Jan 2024 14:23:19 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67dc0deec..f96a04fcf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ The following sections list the changes for unreleased. * Bugfix - The race conditions in tests: [#7847](https://github.com/owncloud/ocis/pull/7847) * Bugfix - Fix Service Account Roles on external IDP: [#8074](https://github.com/owncloud/ocis/pull/8074) * Bugfix - Fix the upload postprocessing: [#8117](https://github.com/owncloud/ocis/pull/8117) +* Bugfix - Fix wrong naming in nats-js-kv registry: [#8140](https://github.com/owncloud/ocis/pull/8140) * Enhancement - Disable the password policy: [#7985](https://github.com/owncloud/ocis/pull/7985) * Enhancement - Update reva to latest edge version: [#8100](https://github.com/owncloud/ocis/pull/8100) @@ -69,6 +70,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/7909 https://github.com/owncloud/ocis/pull/8117 +* Bugfix - Fix wrong naming in nats-js-kv registry: [#8140](https://github.com/owncloud/ocis/pull/8140) + + Registers the registry under the correct name + + https://github.com/owncloud/ocis/pull/8140 + * Enhancement - Disable the password policy: [#7985](https://github.com/owncloud/ocis/pull/7985) We add the environment variable that allow to disable the password policy.