From 62f80f202cbb20c6657cc88188bca0da8ff277ee Mon Sep 17 00:00:00 2001 From: Artur Zheludkov Date: Wed, 17 Jan 2024 14:45:23 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e69b02b..38f4308d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ Also check this project's [releases](https://github.com/powerhome/redis-operator ## Unreleased +### Added +- [Set up a new HAProxy service for routing traffic specifically to Redis nodes set as slaves][https://github.com/powerhome/redis-operator/pull/40] + ## [v1.8.0] - 2024-01-16 ### Fixed @@ -16,7 +19,6 @@ Also check this project's [releases](https://github.com/powerhome/redis-operator - [Prevent connection throttling for more than 256 concurrent client connections](https://github.com/powerhome/redis-operator/pull/36) ### Added -- [Create new HAProxy service in Bootstrap mode configured to direct traffic to Redis nodes designated as slaves][https://github.com/powerhome/redis-operator/pull/40] - [Bootstrap settings - Add an `enabled` parameter to toggle the bootstrap mode on or off for a RedisFailover. (Defaults to `true`)](https://github.com/powerhome/redis-operator/pull/32). - [Use the new docker bake tooling to build the developer tools image and remove vestigial development targets from the Makefile](https://github.com/powerhome/redis-operator/pull/31).