Skip to content

Commit 0f0ead5

Browse files
committed
Bump NDB Operator versions on 'main-9.4' branch
Bump version to 9.4.0 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: I428a70db72dfd159be0e710014b812bb1a2178c2
1 parent 645f592 commit 0f0ead5

File tree

11 files changed

+23
-23
lines changed

11 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 9.3.0 Community
3+
MySQL NDB Operator, part of MySQL Cluster 9.4.0 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 9.3.0 Community.
11+
MySQL NDB Operator, part of MySQL Cluster 9.4.0 Community.
1212

13-
Last updated: March 2025
13+
Last updated: June 2025
1414

1515
Licensing Information
1616

17-
This release of MySQL NDB Operator, part of MySQL Cluster 9.3.0
17+
This release of MySQL NDB Operator, part of MySQL Cluster 9.4.0
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-
9.3.0-1.8.0
1+
9.4.0-1.9.0

deploy/charts/ndb-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ndb-operator
33
version: 1.8.0
44
kubeVersion: ">= 1.23.0-0"
55
description: A Helm chart for deploying the Oracle MySQL NDB Cluster Operator
6-
appVersion: "9.3.0-1.8.0"
6+
appVersion: "9.4.0-1.9.0"
77
keywords:
88
- NDB Operator
99
- MySQL Cluster
@@ -16,7 +16,7 @@ maintainers:
1616
annotations:
1717
artifacthub.io/images: |
1818
- name: ndb-operator
19-
image: container-registry.oracle.com/mysql/community-ndb-operator:9.3.0-1.8.0
19+
image: container-registry.oracle.com/mysql/community-ndb-operator:9.4.0-1.9.0
2020
artifacthub.io/crds: |
2121
- kind: NdbCluster
2222
version: v1

deploy/charts/ndb-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following table lists the configurable options supported by the chart, along
6868

6969
| Parameter | Description | Default |
7070
| ----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------|
71-
| `image` | The name of the NDB Operator image, including its tag. | `container-registry.oracle.com/mysql/community-ndb-operator:9.3.0-1.8.0` |
71+
| `image` | The name of the NDB Operator image, including its tag. | `container-registry.oracle.com/mysql/community-ndb-operator:9.4.0-1.9.0` |
7272
| `imagePullPolicy` | The image pull policy for the NDB Operator. | `IfNotPresent` |
7373
| `imagePullSecretName` | The name of the secret used to authenticate image pulls for the NDB Operator. | None |
7474
| `clusterScoped` | Determines the scope of the NDB Operator.<br>When set to `true`, the operator watches for changes to any NdbCluster resource across all namespaces.<br>When set to `false`, the operator only watches for changes within its own namespace. | `true` |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,10 +1358,10 @@ spec:
13581358
format: int32
13591359
type: integer
13601360
image:
1361-
default: container-registry.oracle.com/mysql/community-cluster:9.3.0
1361+
default: container-registry.oracle.com/mysql/community-cluster:9.4.0
13621362
description: |-
13631363
The name of the MySQL Ndb Cluster image to be used.
1364-
If not specified, "container-registry.oracle.com/mysql/community-cluster:9.3.0" will be used.
1364+
If not specified, "container-registry.oracle.com/mysql/community-cluster:9.4.0" will be used.
13651365
type: string
13661366
imagePullPolicy:
13671367
default: IfNotPresent

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:9.3.0-1.8.0
4+
image: container-registry.oracle.com/mysql/community-ndb-operator:9.4.0-1.9.0
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
@@ -1301,10 +1301,10 @@ spec:
13011301
format: int32
13021302
type: integer
13031303
image:
1304-
default: container-registry.oracle.com/mysql/community-cluster:9.3.0
1304+
default: container-registry.oracle.com/mysql/community-cluster:9.4.0
13051305
description: |-
13061306
The name of the MySQL Ndb Cluster image to be used.
1307-
If not specified, "container-registry.oracle.com/mysql/community-cluster:9.3.0" will be used.
1307+
If not specified, "container-registry.oracle.com/mysql/community-cluster:9.4.0" will be used.
13081308
type: string
13091309
imagePullPolicy:
13101310
default: IfNotPresent
@@ -3911,7 +3911,7 @@ kind: Deployment
39113911
metadata:
39123912
labels:
39133913
app: ndb-operator-webhook-deployment
3914-
release: 9.3.0-1.8.0
3914+
release: 9.4.0-1.9.0
39153915
name: ndb-operator-webhook-server
39163916
namespace: ndb-operator
39173917
spec:
@@ -3931,7 +3931,7 @@ spec:
39313931
- -service=ndb-operator-webhook-service
39323932
command:
39333933
- ndb-operator-webhook
3934-
image: container-registry.oracle.com/mysql/community-ndb-operator:9.3.0-1.8.0
3934+
image: container-registry.oracle.com/mysql/community-ndb-operator:9.4.0-1.9.0
39353935
imagePullPolicy: IfNotPresent
39363936
name: ndb-operator-webhook
39373937
ports:
@@ -3948,7 +3948,7 @@ kind: Deployment
39483948
metadata:
39493949
labels:
39503950
app: ndb-operator
3951-
release: 9.3.0-1.8.0
3951+
release: 9.4.0-1.9.0
39523952
name: ndb-operator-app
39533953
namespace: ndb-operator
39543954
spec:
@@ -3980,10 +3980,10 @@ spec:
39803980
fieldRef:
39813981
fieldPath: metadata.annotations['olm.targetNamespaces']
39823982
- name: NDB_OPERATOR_IMAGE
3983-
value: container-registry.oracle.com/mysql/community-ndb-operator:9.3.0-1.8.0
3983+
value: container-registry.oracle.com/mysql/community-ndb-operator:9.4.0-1.9.0
39843984
- name: NDB_OPERATOR_IMAGE_PULL_SECRET_NAME
39853985
value: null
3986-
image: container-registry.oracle.com/mysql/community-ndb-operator:9.3.0-1.8.0
3986+
image: container-registry.oracle.com/mysql/community-ndb-operator:9.4.0-1.9.0
39873987
imagePullPolicy: IfNotPresent
39883988
name: ndb-operator-controller
39893989
ports:

docker/mysql-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Build MySQL Cluster docker image
22

3-
Ndb operator uses the public images available in Oracle Container Registry. By default, the `container-registry.oracle.com/mysql/community-cluster:9.3.0` image is used. A custom MySQL Cluster image can also be built and used with the operator. The docker files and scripts required for building a MySQL Cluster image are included in this directory.
3+
Ndb operator uses the public images available in Oracle Container Registry. By default, the `container-registry.oracle.com/mysql/community-cluster:9.4.0` image is used. A custom MySQL Cluster image can also be built and used with the operator. The docker files and scripts required for building a MySQL Cluster image are included in this directory.
44

55
### License
66

docs/NdbCluster-CRD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ string
367367
<td>
368368
<em>(Optional)</em>
369369
<p>The name of the MySQL Ndb Cluster image to be used.
370-
If not specified, &ldquo;container-registry.oracle.com/mysql/community-cluster:9.3.0&rdquo; will be used.</p>
370+
If not specified, &ldquo;container-registry.oracle.com/mysql/community-cluster:9.4.0&rdquo; will be used.</p>
371371
</td>
372372
</tr>
373373
<tr>

operator_hub_bundle/patch_bundle_operatorhub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
description: >-
1212
The MySQL NDB Operator is a Kubernetes operator for managing a MySQL NDB
1313
Cluster setup inside a Kubernetes Cluster.
14-
containerImage: container-registry.oracle.com/mysql/community-ndb-operator:9.3.0-1.8.0
14+
containerImage: container-registry.oracle.com/mysql/community-ndb-operator:9.4.0-1.9.0
1515
#support: ''
1616
capabilities: Seamless Upgrades
1717
#repository: ''

0 commit comments

Comments
 (0)