From 565941f28995446e2c81e6669e89cff38ad1af6f Mon Sep 17 00:00:00 2001 From: Aaron Kuehler Date: Mon, 26 Feb 2024 11:02:00 -0500 Subject: [PATCH] Prepare release v2.1.0 Prepare the repository for tagging / release of version 2.1.0. --- CHANGELOG.md | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1fd87fbb..15e35e36b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Also check this project's [releases](https://github.com/powerhome/redis-operator ## Unreleased +## [v2.1.0] - 2024-02-26 + ### Fixed - [In version 2.0.1, the approach to generating network policy by the operator was modified. From v2.0.1 onwards, the operator no longer creates network policy for redis but continues to do it for sentinels. This fix automatically removes any leftover network policy from the namespace, eliminating the need for manual intervention](https://github.com/powerhome/redis-operator/pull/49) diff --git a/Makefile b/Makefile index 0d51cea52..e2600f8dc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v2.0.2 +VERSION := v2.1.0 # Name of this service/application SERVICE_NAME := redis-operator