From 75ddd2bc15be4044809d9f6acfbfe30eb74ae65b Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Thu, 17 Oct 2024 13:13:03 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e1877f6..d4ab0fb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix health and ready endpoints: [#10163](https://github.com/owncloud/ocis/pull/10163) * Bugfix - Always treat LDAP attribute names case-insensitively: [#10204](https://github.com/owncloud/ocis/pull/10204) * Bugfix - Fix delete share panic: [#10219](https://github.com/owncloud/ocis/pull/10219) * Bugfix - Continue listing shares on error: [#10243](https://github.com/owncloud/ocis/pull/10243) @@ -71,6 +72,23 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Fix health and ready endpoints: [#10163](https://github.com/owncloud/ocis/pull/10163) + + We added new checks to the `/readyz` and `/healthz` endpoints to ensure that the + services are ready and healthy. This change ensures that the endpoints return + the correct status codes, which is needed to stabilize the k8s deployments. + + https://github.com/owncloud/ocis/issues/10316 + https://github.com/owncloud/ocis/issues/10281 + https://github.com/owncloud/ocis/pull/10163 + https://github.com/owncloud/ocis/pull/10301 + https://github.com/owncloud/ocis/pull/10302 + https://github.com/owncloud/ocis/pull/10303 + https://github.com/owncloud/ocis/pull/10308 + https://github.com/owncloud/ocis/pull/10323 + https://github.com/owncloud/ocis/pull/10163 + https://github.com/owncloud/ocis/pull/10333 + * Bugfix - Always treat LDAP attribute names case-insensitively: [#10204](https://github.com/owncloud/ocis/pull/10204) We fixes a bug where some LDAP attributes (e.g. owncloudUUID) were not treated