Skip to content

Commit

Permalink
Release v2.0.0 (#41)
Browse files Browse the repository at this point in the history
This PR introducing new redis-operator release version

---------

Co-authored-by: Aaron Kuehler <[email protected]>
  • Loading branch information
rurkss and indiebrain committed Jan 19, 2024
1 parent 2e211f7 commit f323073
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ Also check this project's [releases](https://github.com/powerhome/redis-operator

## Unreleased

## [v2.0.0] - 2024-01-18

### 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]

Update notes:

This release will change the labels of the HAProxy deployment resource.
It's important to note that in API version apps/v1, a Deployment's label selector [cannot be changed once it's created](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#label-selector-updates). Therefore, any existing HAProxy deployment placed by an <v2.0.0 version of the redis-operator MUST be deleted so the new deployment with the correct labels and selectors can be recreated by redis-operator v2.0.0+

## [v1.8.0] - 2024-01-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := v1.8.0
VERSION := v2.0.0

# Name of this service/application
SERVICE_NAME := redis-operator
Expand Down

0 comments on commit f323073

Please sign in to comment.