Skip to content

Commit

Permalink
Cutoff v1.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ese committed Jan 12, 2022
1 parent 0ff43b3 commit d523926
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Changelog
## [v1.1.0-rc.1] - 2022-01-12

### Major Changes
- Add bootstrap from node
- Custom Resource Definition management is removed from operator logic. It must be added to the API, helm chart manage it now or can be applied with kubectl
- Upgraded libraries to match kubernetes 1.22
- Enable customization for `terminationGracePeriod`
- Fix support for redis 6.2>
- Fix ClusterRole compatible with openshift
- Improve reiliability on liveness probes
- Enable customization of nodeSelector and Tolerations
- Enable customization for command and args in exporter
- Improve auth handling
- Support priorityclassname

Thanks all contributors: @alecjacobs5401, @andriilahuta, @chusAlvarez, @Perfect-Web, Ilya Lesikov, @bit-cloner, Gregory Farnell, @technoplayer, @ThickDrinkLots, @ese, @identw, @LukeCarrier, @k3daevin, @dkulchinsky, @lucming, @cndoit18, @hoffoo, @chlins, @obsessionsys

## [v1.0.0] - 2020-02-24

Expand Down Expand Up @@ -303,6 +319,8 @@ example: `kubectl delete statefulset --cascade=false rfr-redisfailover`

- Initial open-sourced release


[v1.1.0-rc.1]: https://github.com/spotahome/redis-operator/compare/v1.0.0...v1.1.0-rc.1
[v1.0.0]: https://github.com/spotahome/redis-operator/compare/0.5.8...v1.0.0
[v1.0.0-rc.5]: https://github.com/spotahome/redis-operator/compare/v1.0.0-rc.4...v1.0.0-rc.5
[v1.0.0-rc.4]: https://github.com/spotahome/redis-operator/compare/v1.0.0-rc.3...v1.0.0-rc.4
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.0.0
VERSION := v1.1.0-rc.1

# Name of this service/application
SERVICE_NAME := redis-operator
Expand Down
4 changes: 2 additions & 2 deletions charts/redisoperator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
annotations:
category: Redis Operator
appVersion: 1.0.0
appVersion: 1.1.0-rc.1
apiVersion: v1
description: A Helm chart for the Spotahome Redis Operator
name: redis-operator
Expand All @@ -12,4 +12,4 @@ keywords:
- "operator"
- "cluster"
sources:
- https://github.com/spotahome/redis-operator
- https://github.com/spotahome/redis-operator

0 comments on commit d523926

Please sign in to comment.