From b36b764b75f34742bec73066455ecd63d8c4373f Mon Sep 17 00:00:00 2001 From: Aaron Kuehler Date: Tue, 16 Jan 2024 09:52:35 -0500 Subject: [PATCH] Release v1.8.0 (#39) Prepare the repository for the 1.8.0 release --- CHANGELOG.md | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dcc53afa..4e7a2214d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Also check this project's [releases](https://github.com/powerhome/redis-operator ## Unreleased +## [v1.8.0] - 2024-01-16 + ### Fixed - [Cleanup Sentinels when bootstrapping and sentinels are not allowed](https://github.com/powerhome/redis-operator/pull/33). - [Prevent connection throttling for more than 256 concurrent client connections](https://github.com/powerhome/redis-operator/pull/36) diff --git a/Makefile b/Makefile index 4a9f2ef96..fa6c71f4f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v1.8.0-rc3 +VERSION := v1.8.0 # Name of this service/application SERVICE_NAME := redis-operator