From 7c558c4cabc632ea2858d2a40564d2bf30532d56 Mon Sep 17 00:00:00 2001 From: Chunyi Lyu Date: Fri, 11 Jun 2021 09:25:42 +0100 Subject: [PATCH] Bump default to RabbitMQ 3.8.17 (#727) --- README.md | 2 +- api/v1beta1/rabbitmqcluster_types.go | 2 +- api/v1beta1/rabbitmqcluster_types_test.go | 2 +- charts/rabbitmq/Chart.yaml | 2 +- charts/rabbitmq/example-configurations.yaml | 2 +- charts/rabbitmq/expected-template-output | 2 +- config/crd/bases/rabbitmq.com_rabbitmqclusters.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 922afee28..6d57ff9a3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ under `site/kubernetes`. ## Supported Versions -The operator deploys RabbitMQ `3.8.16` by default, and supports versions from `3.8.8` upwards. The operator requires Kubernetes `1.18` or newer. +The operator deploys RabbitMQ `3.8.17` by default, and supports versions from `3.8.8` upwards. The operator requires Kubernetes `1.18` or newer. ## Versioning diff --git a/api/v1beta1/rabbitmqcluster_types.go b/api/v1beta1/rabbitmqcluster_types.go index e4c77b653..09879b51f 100644 --- a/api/v1beta1/rabbitmqcluster_types.go +++ b/api/v1beta1/rabbitmqcluster_types.go @@ -48,7 +48,7 @@ type RabbitmqClusterSpec struct { Replicas *int32 `json:"replicas,omitempty"` // Image is the name of the RabbitMQ docker image to use for RabbitMQ nodes in the RabbitmqCluster. // Must be provided together with ImagePullSecrets in order to use an image in a private registry. - // +kubebuilder:default:="rabbitmq:3.8.16-management" + // +kubebuilder:default:="rabbitmq:3.8.17-management" Image string `json:"image,omitempty"` // List of Secret resource containing access credentials to the registry for the RabbitMQ image. Required if the docker registry is private. ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"` diff --git a/api/v1beta1/rabbitmqcluster_types_test.go b/api/v1beta1/rabbitmqcluster_types_test.go index ff1b76597..e3c8b5395 100644 --- a/api/v1beta1/rabbitmqcluster_types_test.go +++ b/api/v1beta1/rabbitmqcluster_types_test.go @@ -480,7 +480,7 @@ func generateRabbitmqClusterObject(clusterName string) *RabbitmqCluster { }, Spec: RabbitmqClusterSpec{ Replicas: pointer.Int32Ptr(1), - Image: "rabbitmq:3.8.16-management", + Image: "rabbitmq:3.8.17-management", TerminationGracePeriodSeconds: pointer.Int64Ptr(604800), Service: RabbitmqClusterServiceSpec{ Type: "ClusterIP", diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml index 10b6ecb0b..2c1bd44a8 100644 --- a/charts/rabbitmq/Chart.yaml +++ b/charts/rabbitmq/Chart.yaml @@ -11,7 +11,7 @@ name: rabbitmq description: RabbitMQ Cluster apiVersion: v2 version: 0.9.0 -appVersion: 3.8.16 +appVersion: 3.8.17 keywords: - rabbitmq - message queue diff --git a/charts/rabbitmq/example-configurations.yaml b/charts/rabbitmq/example-configurations.yaml index 20df410ef..4eb46ad64 100644 --- a/charts/rabbitmq/example-configurations.yaml +++ b/charts/rabbitmq/example-configurations.yaml @@ -17,7 +17,7 @@ annotations: replicas: 3 -image: "rabbitmq:3.8.16-management" +image: "rabbitmq:3.8.17-management" imagePullSecrets: - name: foo diff --git a/charts/rabbitmq/expected-template-output b/charts/rabbitmq/expected-template-output index 67e0c280b..e132781c7 100644 --- a/charts/rabbitmq/expected-template-output +++ b/charts/rabbitmq/expected-template-output @@ -20,7 +20,7 @@ metadata: annotation2: bar spec: - image: rabbitmq:3.8.16-management + image: rabbitmq:3.8.17-management imagePullSecrets: - name: foo replicas: 3 diff --git a/config/crd/bases/rabbitmq.com_rabbitmqclusters.yaml b/config/crd/bases/rabbitmq.com_rabbitmqclusters.yaml index 9efb4b22b..8a357ec72 100644 --- a/config/crd/bases/rabbitmq.com_rabbitmqclusters.yaml +++ b/config/crd/bases/rabbitmq.com_rabbitmqclusters.yaml @@ -388,7 +388,7 @@ spec: type: object type: object image: - default: rabbitmq:3.8.16-management + default: rabbitmq:3.8.17-management description: Image is the name of the RabbitMQ docker image to use for RabbitMQ nodes in the RabbitmqCluster. Must be provided together with ImagePullSecrets in order to use an image in a private registry. type: string imagePullSecrets: