Skip to content

Commit 84bdd96

Browse files
authored
release v2.2.1 (#657)
1 parent e274580 commit 84bdd96

16 files changed

+22
-22
lines changed

api/v1alpha1/backup_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type BackupSpec struct {
2929

3030
// To specify the image that will be used for sidecar container.
3131
// +optional
32-
// +kubebuilder:default:="radondb/mysql57-sidecar:v2.2.0"
32+
// +kubebuilder:default:="radondb/mysql57-sidecar:v2.2.1"
3333
Image string `json:"image"`
3434

3535
// HostName represents the host for which to take backup

api/v1alpha1/mysqlcluster_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ type MysqlClusterSpec struct {
6565

6666
// PodPolicy defines the policy to extra specification.
6767
// +optional
68-
// +kubebuilder:default:={imagePullPolicy: "IfNotPresent", extraResources: {requests: {cpu: "10m", memory: "32Mi"}}, sidecarImage: "radondb/mysql57-sidecar:v2.2.0", busyboxImage: "busybox:1.32"}
68+
// +kubebuilder:default:={imagePullPolicy: "IfNotPresent", extraResources: {requests: {cpu: "10m", memory: "32Mi"}}, sidecarImage: "radondb/mysql57-sidecar:v2.2.1", busyboxImage: "busybox:1.32"}
6969
PodPolicy PodPolicy `json:"podPolicy,omitempty"`
7070

7171
// PVC extra specifiaction.
@@ -226,7 +226,7 @@ type PodPolicy struct {
226226

227227
// To specify the image that will be used for sidecar container.
228228
// +optional
229-
// +kubebuilder:default:="radondb/mysql57-sidecar:v2.2.0"
229+
// +kubebuilder:default:="radondb/mysql57-sidecar:v2.2.1"
230230
SidecarImage string `json:"sidecarImage,omitempty"`
231231

232232
// The busybox image.

charts/mysql-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: v2.2.0
18+
version: v2.2.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v2.2.0"
24+
appVersion: "v2.2.1"

charts/mysql-operator/crds/mysql.radondb.com_backups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
If is empty, is use leader HostName
6464
type: string
6565
image:
66-
default: radondb/mysql57-sidecar:v2.2.0
66+
default: radondb/mysql57-sidecar:v2.2.1
6767
description: To specify the image that will be used for sidecar container.
6868
type: string
6969
nfsServerAddress:

charts/mysql-operator/crds/mysql.radondb.com_mysqlclusters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ spec:
275275
cpu: 10m
276276
memory: 32Mi
277277
imagePullPolicy: IfNotPresent
278-
sidecarImage: radondb/mysql57-sidecar:v2.2.0
278+
sidecarImage: radondb/mysql57-sidecar:v2.2.1
279279
description: PodPolicy defines the policy to extra specification.
280280
properties:
281281
affinity:
@@ -1205,7 +1205,7 @@ spec:
12051205
schedulerName:
12061206
type: string
12071207
sidecarImage:
1208-
default: radondb/mysql57-sidecar:v2.2.0
1208+
default: radondb/mysql57-sidecar:v2.2.1
12091209
description: To specify the image that will be used for sidecar
12101210
container.
12111211
type: string

charts/mysql-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tolerationSeconds: 30
2121

2222
manager:
2323
image: radondb/mysql-operator
24-
tag: v2.2.0
24+
tag: v2.2.1
2525
enableWebhooks: true
2626
resources: {}
2727
# We usually recommend not to specify default resources and to leave this as a conscious

config/crd/bases/mysql.radondb.com_backups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
If is empty, is use leader HostName
6464
type: string
6565
image:
66-
default: radondb/mysql57-sidecar:v2.2.0
66+
default: radondb/mysql57-sidecar:v2.2.1
6767
description: To specify the image that will be used for sidecar container.
6868
type: string
6969
nfsServerAddress:

config/crd/bases/mysql.radondb.com_mysqlclusters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ spec:
275275
cpu: 10m
276276
memory: 32Mi
277277
imagePullPolicy: IfNotPresent
278-
sidecarImage: radondb/mysql57-sidecar:v2.2.0
278+
sidecarImage: radondb/mysql57-sidecar:v2.2.1
279279
description: PodPolicy defines the policy to extra specification.
280280
properties:
281281
affinity:
@@ -1205,7 +1205,7 @@ spec:
12051205
schedulerName:
12061206
type: string
12071207
sidecarImage:
1208-
default: radondb/mysql57-sidecar:v2.2.0
1208+
default: radondb/mysql57-sidecar:v2.2.1
12091209
description: To specify the image that will be used for sidecar
12101210
container.
12111211
type: string

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: radondb/mysql-operator
16-
newTag: v2.2.0
16+
newTag: v2.2.1

config/samples/mysql_v1alpha1_backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: backup-sample
55
spec:
66
# Add fields here
7-
image: radondb/mysql57-sidecar:v2.2.0
7+
image: radondb/mysql57-sidecar:v2.2.1
88
# hostname if empty, use the leader as hostname
99
hostName: sample-mysql-0
1010
clusterName: sample

0 commit comments

Comments
 (0)