Skip to content

Commit 75c2a2c

Browse files
authored
[bitnami/redis] Fix automatic sentinel failover not triggering on graceful shutdown (#36362)
1 parent 134bd39 commit 75c2a2c

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

bitnami/redis/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

3-
## 23.0.3 (2025-10-14)
3+
## 23.0.4 (2025-10-23)
44

5-
* [bitnami/redis] Avoid eager evaluation of ternary when resolving user secrets ([#36265](https://github.com/bitnami/charts/pull/36265))
5+
* [bitnami/redis] Fix automatic sentinel failover not triggering on graceful shutdown ([#36362](https://github.com/bitnami/charts/pull/36362))
6+
7+
## <small>23.0.3 (2025-10-20)</small>
8+
9+
* [bitnami/redis] Avoid eager evaluation of ternary when resolving user secrets (#36265) ([97647e3](https://github.com/bitnami/charts/commit/97647e31c313cc48917358e06aa147c965908147)), closes [#36265](https://github.com/bitnami/charts/issues/36265)
10+
* [redis] Fix typo in README.md (#36288) ([da7242c](https://github.com/bitnami/charts/commit/da7242c2a0b35e2430e2c079df65dd23f5b57517)), closes [#36288](https://github.com/bitnami/charts/issues/36288)
611

712
## <small>23.0.2 (2025-09-12)</small>
813

@@ -928,7 +933,7 @@
928933
## <small>17.8.4 (2023-03-10)</small>
929934

930935
* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357)
931-
* [bitnami/redis] minReadySeconds feature only requires k8s >=1.23 (#15417) ([a748281](https://github.com/bitnami/charts/commit/a748281fbc3dbc71f1d3645892e6fcc8cc4aa25e)), closes [#15417](https://github.com/bitnami/charts/issues/15417) [#13783](https://github.com/bitnami/charts/issues/13783)
936+
* [bitnami/redis] minReadySeconds feature only requires k8s >=1.23 (#15417) ([a748281](https://github.com/bitnami/charts/commit/a748281fbc3dbc71f1d3645892e6fcc8cc4aa25e)), closes [#15417](https://github.com/bitnami/charts/issues/15417)
932937

933938
## <small>17.8.3 (2023-03-07)</small>
934939

@@ -1234,7 +1239,7 @@
12341239
## 16.10.0 (2022-05-26)
12351240

12361241
* [bitnami/redis] Add missing service parameter (#10433) ([cb6b590](https://github.com/bitnami/charts/commit/cb6b590e5da1dbb862de39ec92fab2da2320f712)), closes [#10433](https://github.com/bitnami/charts/issues/10433)
1237-
* [bitnami/redis] Fix #10314: don't use sentinel auth in sentinel prestop hook when sentinel auth is d ([2110b26](https://github.com/bitnami/charts/commit/2110b26847d7534b8585198d0ec69e137b857a8c)), closes [#10314](https://github.com/bitnami/charts/issues/10314) [#10368](https://github.com/bitnami/charts/issues/10368) [#10314](https://github.com/bitnami/charts/issues/10314)
1242+
* [bitnami/redis] Fix #10314: don't use sentinel auth in sentinel prestop hook when sentinel auth is d ([2110b26](https://github.com/bitnami/charts/commit/2110b26847d7534b8585198d0ec69e137b857a8c)), closes [#10368](https://github.com/bitnami/charts/issues/10368)
12381243

12391244
## <small>16.9.11 (2022-05-23)</small>
12401245

bitnami/redis/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ maintainers:
3838
name: redis
3939
sources:
4040
- https://github.com/bitnami/charts/tree/main/bitnami/redis
41-
version: 23.0.3
41+
version: 23.0.4

bitnami/redis/templates/scripts-configmap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,8 @@ data:
719719
{{- else }}
720720
HEADLESS_SERVICE="{{ template "common.names.fullname" . }}-headless.{{- include "common.names.namespace" . }}.svc.{{ .Values.clusterDomain }}"
721721
{{- end }}
722+
{{- else }}
723+
HEADLESS_SERVICE="{{ template "common.names.fullname" . }}-headless.{{- include "common.names.namespace" . }}.svc.{{ .Values.clusterDomain }}"
722724
{{- end }}
723725
724726

0 commit comments

Comments
 (0)