From 475712fd8dc16cd316c0e5a3a6f138370a25260a Mon Sep 17 00:00:00 2001 From: Aaron Kuehler Date: Thu, 5 Dec 2024 10:43:22 -0500 Subject: [PATCH] Prepare release v4.0.0 (#58) Prepare the repository for tagging / release of version 4.0.0 --- CHANGELOG.md | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0267642e9..96710586e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Also check this project's [releases](https://github.com/powerhome/redis-operator ## Unreleased +## [v4.0.0] - 2024-12-05 + ### Changed - **BREAKING** [HAProxy: avoid sending traffic to replicas on failover](https://github.com/powerhome/redis-operator/pull/57/). RedisFailovers using `haproxy:` must now use a HAProxy image of v3.1.0 or greater. The operator now uses HAProxy v3.1.0 by default. diff --git a/Makefile b/Makefile index 361920bb7..4533b4d31 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v3.1.0 +VERSION := v4.0.0 # Name of this service/application SERVICE_NAME := redis-operator