Skip to content

Commit b07afa5

Browse files
committed
MYSQLCLUSTER-8610 Bump NDB Operator versions on 'main-8.0' branch
Bump version to 8.0.41 in the below files: - VERSION file - ndb-operator chart files - types.go - NdbCluster-CRD.md - LICENSE file Approved by: Luis Agostinho <luis.agostinho@oracle.com> Change-Id: I75ca9ae609c054040a3b6aa8cb4212add3f3f9c2
1 parent 604e1f0 commit b07afa5

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
Licensing Information User Manual
22

3-
MySQL NDB Operator, part of MySQL Cluster 8.0.40 Community
3+
MySQL NDB Operator, part of MySQL Cluster 8.0.41 Community
44
__________________________________________________________________
55

66
Introduction
77

88
This License Information User Manual contains Oracle's product license
99
and other licensing information, including licensing information for
1010
third-party software which may be included in this distribution of
11-
MySQL NDB Operator, part of MySQL Cluster 8.0.40 Community.
11+
MySQL NDB Operator, part of MySQL Cluster 8.0.41 Community.
1212

13-
Last updated: September 2024
13+
Last updated: November 2024
1414

1515
Licensing Information
1616

17-
This release of MySQL NDB Operator, part of MySQL Cluster 8.0.40
17+
This release of MySQL NDB Operator, part of MySQL Cluster 8.0.41
1818
Community, is brought to you by the MySQL team at Oracle. This software
1919
is released under version 1 of the Universal Permissive License (UPL),
2020
as set forth below.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.40-1.0.9
1+
8.0.41-1.0.10

deploy/charts/ndb-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
22
name: ndb-operator
3-
version: 1.0.9
3+
version: 1.0.10
44
kubeVersion: ">= 1.23.0-0"
55
description: A Helm chart for deploying the Oracle MySQL NDB Cluster Operator
6-
appVersion: "8.0.40-1.0.9"
6+
appVersion: "8.0.41-1.0.10"
77
keywords:
88
- NDB Operator
99
- MySQL Cluster

deploy/charts/ndb-operator/crds/mysql.oracle.com_ndbclusters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,9 +1323,9 @@ spec:
13231323
format: int32
13241324
type: integer
13251325
image:
1326-
default: container-registry.oracle.com/mysql/community-cluster:8.0.40
1326+
default: container-registry.oracle.com/mysql/community-cluster:8.0.41
13271327
description: The name of the MySQL Ndb Cluster image to be used. If
1328-
not specified, "container-registry.oracle.com/mysql/community-cluster:8.0.40"
1328+
not specified, "container-registry.oracle.com/mysql/community-cluster:8.0.41"
13291329
will be used.
13301330
type: string
13311331
imagePullPolicy:

deploy/charts/ndb-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Yaml file with default values for the NDB Operator templates
22

33
# default image, pull secret and pull policy
4-
image: container-registry.oracle.com/mysql/community-ndb-operator:8.0.40-1.0.9
4+
image: container-registry.oracle.com/mysql/community-ndb-operator:8.0.41-1.0.10
55
imagePullPolicy: IfNotPresent
66
imagePullSecretName:
77

deploy/manifests/ndb-operator.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,8 @@ spec:
752752
format: int32
753753
type: integer
754754
image:
755-
default: container-registry.oracle.com/mysql/community-cluster:8.0.40
756-
description: The name of the MySQL Ndb Cluster image to be used. If not specified, "container-registry.oracle.com/mysql/community-cluster:8.0.40" will be used.
755+
default: container-registry.oracle.com/mysql/community-cluster:8.0.41
756+
description: The name of the MySQL Ndb Cluster image to be used. If not specified, "container-registry.oracle.com/mysql/community-cluster:8.0.41" will be used.
757757
type: string
758758
imagePullPolicy:
759759
default: IfNotPresent
@@ -2287,7 +2287,7 @@ kind: Deployment
22872287
metadata:
22882288
labels:
22892289
app: ndb-operator-webhook-deployment
2290-
release: 8.0.40-1.0.9
2290+
release: 8.0.41-1.0.10
22912291
name: ndb-operator-webhook-server
22922292
namespace: ndb-operator
22932293
spec:
@@ -2307,7 +2307,7 @@ spec:
23072307
- -service=ndb-operator-webhook-service
23082308
command:
23092309
- ndb-operator-webhook
2310-
image: container-registry.oracle.com/mysql/community-ndb-operator:8.0.40-1.0.9
2310+
image: container-registry.oracle.com/mysql/community-ndb-operator:8.0.41-1.0.10
23112311
imagePullPolicy: IfNotPresent
23122312
name: ndb-operator-webhook
23132313
ports:
@@ -2324,7 +2324,7 @@ kind: Deployment
23242324
metadata:
23252325
labels:
23262326
app: ndb-operator
2327-
release: 8.0.40-1.0.9
2327+
release: 8.0.41-1.0.10
23282328
name: ndb-operator-app
23292329
namespace: ndb-operator
23302330
spec:
@@ -2347,10 +2347,10 @@ spec:
23472347
- ndb-operator
23482348
env:
23492349
- name: NDB_OPERATOR_IMAGE
2350-
value: container-registry.oracle.com/mysql/community-ndb-operator:8.0.40-1.0.9
2350+
value: container-registry.oracle.com/mysql/community-ndb-operator:8.0.41-1.0.10
23512351
- name: NDB_OPERATOR_IMAGE_PULL_SECRET_NAME
23522352
value: null
2353-
image: container-registry.oracle.com/mysql/community-ndb-operator:8.0.40-1.0.9
2353+
image: container-registry.oracle.com/mysql/community-ndb-operator:8.0.41-1.0.10
23542354
imagePullPolicy: IfNotPresent
23552355
name: ndb-operator-controller
23562356
ports:

docs/NdbCluster-CRD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ string
351351
<td>
352352
<em>(Optional)</em>
353353
<p>The name of the MySQL Ndb Cluster image to be used.
354-
If not specified, &ldquo;container-registry.oracle.com/mysql/community-cluster:8.0.40&rdquo; will be used.</p>
354+
If not specified, &ldquo;container-registry.oracle.com/mysql/community-cluster:8.0.41&rdquo; will be used.</p>
355355
</td>
356356
</tr>
357357
<tr>

operator_hub_bundle/patch_bundle_operatorhub.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ spec:
151151
```
152152
153153
This will delete all the data, the pods running the MySQL Cluster nodes and also delete all other associated K8s resources created by the NDB Operator.
154-
version: 1.0.2
155-
replaces: ''
154+
version: 1.0.10
155+
replaces: 1.0.2
156156
#skips: []
157-
minKubeVersion: 1.19.0
157+
minKubeVersion: 1.21.0
158158
keywords:
159159
- mysql
160160
- ndb

pkg/apis/ndbcontroller/v1/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ type NdbClusterSpec struct {
229229
// +optional
230230
FreeAPISlots int32 `json:"freeAPISlots,omitempty"`
231231
// The name of the MySQL Ndb Cluster image to be used.
232-
// If not specified, "container-registry.oracle.com/mysql/community-cluster:8.0.40" will be used.
233-
// +kubebuilder:default="container-registry.oracle.com/mysql/community-cluster:8.0.40"
232+
// If not specified, "container-registry.oracle.com/mysql/community-cluster:8.0.41" will be used.
233+
// +kubebuilder:default="container-registry.oracle.com/mysql/community-cluster:8.0.41"
234234
// +optional
235235
Image string `json:"image,omitempty"`
236236
// ImagePullPolicy describes a policy for if/when to

0 commit comments

Comments
 (0)