From c80f6fd740ac1bc8804202d5de4198defe97262d Mon Sep 17 00:00:00 2001 From: Sergio Ballesteros Date: Wed, 16 Aug 2023 16:23:49 +0200 Subject: [PATCH] Prepare for release 1.3.0-rc1 --- Makefile | 2 +- README.md | 6 +++--- charts/redisoperator/Chart.yaml | 4 ++-- charts/redisoperator/values.yaml | 2 +- manifests/kustomize/components/version/kustomization.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 49873f84e..9b313a939 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v1.2.4 +VERSION := v1.3.0-rc0 # Name of this service/application SERVICE_NAME := redis-operator diff --git a/README.md b/README.md index f27d99e01..4ae79cbca 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Redis Operator creates/configures/manages redis-failovers atop Kubernetes. Kubernetes version: 1.21 or higher Redis version: 6 or higher -Redis operator is being tested against kubernetes 1.22 1.23 1.24 and redis 6 +Redis operator is being tested against kubernetes 1.25 1.26 1.27 and redis 6 All dependencies have been vendored, so there's no need to any additional download. ## Operator deployment on Kubernetes @@ -33,7 +33,7 @@ helm install redis-operator redis-operator/redis-operator Helm chart only manage the creation of CRD in the first install. In order to update the CRD you will need to apply directly. ``` -REDIS_OPERATOR_VERSION=v1.2.4 +REDIS_OPERATOR_VERSION=v1.3.0 kubectl replace -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/manifests/databases.spotahome.com_redisfailovers.yaml ``` @@ -45,7 +45,7 @@ helm upgrade redis-operator redis-operator/redis-operator To create the operator, you can directly create it with kubectl: ``` -REDIS_OPERATOR_VERSION=v1.2.4 +REDIS_OPERATOR_VERSION=v1.3.0 kubectl create -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/manifests/databases.spotahome.com_redisfailovers.yaml kubectl apply -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/example/operator/all-redis-operator-resources.yaml ``` diff --git a/charts/redisoperator/Chart.yaml b/charts/redisoperator/Chart.yaml index 40c284a39..69c1ec45b 100644 --- a/charts/redisoperator/Chart.yaml +++ b/charts/redisoperator/Chart.yaml @@ -1,10 +1,10 @@ annotations: category: Redis Operator -appVersion: 1.2.4 +appVersion: 1.3.0 apiVersion: v1 description: A Helm chart for the Spotahome Redis Operator name: redis-operator -version: 3.2.9 +version: 3.3.0 home: https://github.com/spotahome/redis-operator keywords: - "golang" diff --git a/charts/redisoperator/values.yaml b/charts/redisoperator/values.yaml index c839ca353..0460a54e1 100644 --- a/charts/redisoperator/values.yaml +++ b/charts/redisoperator/values.yaml @@ -6,7 +6,7 @@ image: repository: quay.io/spotahome/redis-operator pullPolicy: IfNotPresent - tag: v1.2.4 + tag: v1.3.0 cli_args: "" imageCredentials: diff --git a/manifests/kustomize/components/version/kustomization.yaml b/manifests/kustomize/components/version/kustomization.yaml index 92ecf994d..1e2827f41 100644 --- a/manifests/kustomize/components/version/kustomization.yaml +++ b/manifests/kustomize/components/version/kustomization.yaml @@ -3,8 +3,8 @@ kind: Component labels: - pairs: - app.kubernetes.io/version: 1.2.4 + app.kubernetes.io/version: 1.3.0 images: - name: quay.io/spotahome/redis-operator - newTag: v1.2.4 + newTag: v1.3.0