From d5239267c2e370e525ef0231c774c9f1c20b6641 Mon Sep 17 00:00:00 2001 From: Sergio Ballesteros Date: Wed, 12 Jan 2022 18:04:34 +0100 Subject: [PATCH] Cutoff v1.1.0-rc.1 --- CHANGELOG.md | 18 ++++++++++++++++++ Makefile | 2 +- charts/redisoperator/Chart.yaml | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ac4121e..093248fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Makefile b/Makefile index f159c35ea..14e30386f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v1.0.0 +VERSION := v1.1.0-rc.1 # Name of this service/application SERVICE_NAME := redis-operator diff --git a/charts/redisoperator/Chart.yaml b/charts/redisoperator/Chart.yaml index c3766cc0f..de69cfc72 100644 --- a/charts/redisoperator/Chart.yaml +++ b/charts/redisoperator/Chart.yaml @@ -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 @@ -12,4 +12,4 @@ keywords: - "operator" - "cluster" sources: -- https://github.com/spotahome/redis-operator + - https://github.com/spotahome/redis-operator