Skip to content

Commit

Permalink
Upgrade default haproxy image to 2.9.6 (#52)
Browse files Browse the repository at this point in the history
Update the default haproxy image to the latest release
  • Loading branch information
indiebrain authored Feb 29, 2024
1 parent 56bc6a6 commit e27ec6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Also check this project's [releases](https://github.com/powerhome/redis-operator

## Unreleased

- [Upgrade default haproxy image to v2.9.6](https://github.com/powerhome/redis-operator/pull/52)

## [v3.0.0] - 2024-02-26

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

### Changed

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

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

### Fixed

- 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
- [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.

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

Expand Down
2 changes: 1 addition & 1 deletion api/redisfailover/v1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
defaultSentinelExporterImage = "leominov/redis_sentinel_exporter:1.7.1"
defaultExporterImage = "quay.io/oliver006/redis_exporter:v1.57.0"
defaultImage = "redis:7.2.4-alpine"
defaultHAProxyImage = "haproxy:2.4"
defaultHAProxyImage = "haproxy:2.9.6"
defaultRedisPort = 6379
)

Expand Down

0 comments on commit e27ec6f

Please sign in to comment.