Skip to content

Commit 1ec6613

Browse files
committed
Upgrade default haproxy image to 2.9.6
1 parent 56bc6a6 commit 1ec6613

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Also check this project's [releases](https://github.com/powerhome/redis-operator
99

1010
## Unreleased
1111

12+
- [Upgrade default haproxy image to v2.9.6](https://github.com/powerhome/redis-operator/pull/52)
13+
1214
## [v3.0.0] - 2024-02-26
1315

1416
### Removed
@@ -27,15 +29,15 @@ If your application is using the `rfrs-haproxy-[redisfailvover-name]` service yo
2729

2830
### Changed
2931

30-
- Add default haproxy image #47
31-
- Update the default redis version to 7.2.4 #46
32-
- Update metrics exporter images #45
32+
- [Add default haproxy image](https://github.com/powerhome/redis-operator/pull/47)
33+
- [Update the default redis version to 7.2.4](https://github.com/powerhome/redis-operator/pull/46)
34+
- [Update metrics exporter images](https://github.com/powerhome/redis-operator/pull/45)
3335

3436
## [v2.0.2] - 2024-02-13
3537

3638
### Fixed
3739

38-
- Operator detects and attempts to heal excessive replication connections on the master node. This prevents excessive sentinel resets from the operator when extra-RedisFailvoer replication connnections are present on the "slave" nodes. #43
40+
- [Operator detects and attempts to heal excessive replication connections on the master node](https://github.com/powerhome/redis-operator/pull/43). This prevents excessive sentinel resets from the operator when extra-RedisFailvoer replication connnections are present on the "slave" nodes.
3941

4042
## [v2.0.1] - 2024-02-09
4143

api/redisfailover/v1/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const (
66
defaultSentinelExporterImage = "leominov/redis_sentinel_exporter:1.7.1"
77
defaultExporterImage = "quay.io/oliver006/redis_exporter:v1.57.0"
88
defaultImage = "redis:7.2.4-alpine"
9-
defaultHAProxyImage = "haproxy:2.4"
9+
defaultHAProxyImage = "haproxy:2.9.6"
1010
defaultRedisPort = 6379
1111
)
1212

0 commit comments

Comments
 (0)