From 07a0857a60f5ccf850e1298a131f83005480ab80 Mon Sep 17 00:00:00 2001 From: Nepoxx Date: Wed, 27 Aug 2025 13:21:57 -0400 Subject: [PATCH] [bitnami/redis] Fix Redis sentinel initialization with single replica (#35667) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix Redis sentinel initialization with single replica The get_service_ip function was called unconditionally during master initialization but only defined when external access is enabled. This caused single-replica Redis deployments to fail during startup when using the default internal-only configuration. The fix makes the initialization logic consistent with the comparison logic by using get_full_hostname when external access is disabled. Signed-off-by: Pier-Luc Gagnon * Bump Redis chart version to 21.2.18 Signed-off-by: Pier-Luc Gagnon * Update CHANGELOG.md Signed-off-by: Bitnami Bot * Update Chart.yaml Signed-off-by: Carlos Rodríguez Hernández * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Pier-Luc Gagnon Signed-off-by: Bitnami Bot Signed-off-by: Carlos Rodríguez Hernández Co-authored-by: Bitnami Bot Co-authored-by: Carlos Rodríguez Hernández --- bitnami/redis/CHANGELOG.md | 8 ++++++-- bitnami/redis/Chart.yaml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bitnami/redis/CHANGELOG.md b/bitnami/redis/CHANGELOG.md index dbd95f2f81..9dd1490378 100644 --- a/bitnami/redis/CHANGELOG.md +++ b/bitnami/redis/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 22.0.6 (2025-08-26) +## 22.0.7 (2025-08-27) -* [bitnami/charts/issues/35435] Fix Redis configuration when using sentinel and 1 replica ([#36170](https://github.com/bitnami/charts/pull/36170)) +* [bitnami/redis] Fix Redis sentinel initialization with single replica ([#35667](https://github.com/bitnami/charts/pull/35667)) + +## 22.0.6 (2025-08-26) + +* [bitnami/charts/issues/35435] Fix Redis configuration when using sentinel and 1 replica (#36170) ([7bc9738](https://github.com/bitnami/charts/commit/7bc9738651c99dc1a9d960da83f4502d9c2d352e)), closes [#36170](https://github.com/bitnami/charts/issues/36170) ## 22.0.5 (2025-08-23) diff --git a/bitnami/redis/Chart.yaml b/bitnami/redis/Chart.yaml index be73f80637..f065acc70d 100644 --- a/bitnami/redis/Chart.yaml +++ b/bitnami/redis/Chart.yaml @@ -39,4 +39,4 @@ maintainers: name: redis sources: - https://github.com/bitnami/charts/tree/main/bitnami/redis -version: 22.0.6 +version: 22.0.7