Skip to content

Commit dd8698b

Browse files
committed
Bump NDB Operator versions on 'main-8.4' branch
Bump version to 8.4.5 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: I905a20c29b76cfab3cca54498c3ef53d0838b371
1 parent bea93b0 commit dd8698b

File tree

10 files changed

+3483
-54
lines changed

10 files changed

+3483
-54
lines changed

LICENSE

Lines changed: 3462 additions & 33 deletions
Large diffs are not rendered by default.

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021, 2024, Oracle and/or its affiliates.
1+
Copyright (c) 2021, 2025, Oracle and/or its affiliates.
22

33
This is a release of MySQL NDB Operator, a Kubernetes Operator for MySQL NDB Cluster
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.4-1.4.4
1+
8.4.5-1.4.5

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.4.4
3+
version: 1.4.5
44
kubeVersion: ">= 1.23.0-0"
55
description: A Helm chart for deploying the Oracle MySQL NDB Cluster Operator
6-
appVersion: "8.4.4-1.4.4"
6+
appVersion: "8.4.5-1.4.5"
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.4.4
1326+
default: container-registry.oracle.com/mysql/community-cluster:8.4.5
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.4.4"
1328+
not specified, "container-registry.oracle.com/mysql/community-cluster:8.4.5"
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.4.4-1.4.4
4+
image: container-registry.oracle.com/mysql/community-ndb-operator:8.4.5-1.4.5
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.4.4
756-
description: The name of the MySQL Ndb Cluster image to be used. If not specified, "container-registry.oracle.com/mysql/community-cluster:8.4.4" will be used.
755+
default: container-registry.oracle.com/mysql/community-cluster:8.4.5
756+
description: The name of the MySQL Ndb Cluster image to be used. If not specified, "container-registry.oracle.com/mysql/community-cluster:8.4.5" will be used.
757757
type: string
758758
imagePullPolicy:
759759
default: IfNotPresent
@@ -2309,7 +2309,7 @@ kind: Deployment
23092309
metadata:
23102310
labels:
23112311
app: ndb-operator-webhook-deployment
2312-
release: 8.4.4-1.4.4
2312+
release: 8.4.5-1.4.5
23132313
name: ndb-operator-webhook-server
23142314
namespace: ndb-operator
23152315
spec:
@@ -2329,7 +2329,7 @@ spec:
23292329
- -service=ndb-operator-webhook-service
23302330
command:
23312331
- ndb-operator-webhook
2332-
image: container-registry.oracle.com/mysql/community-ndb-operator:8.4.4-1.4.4
2332+
image: container-registry.oracle.com/mysql/community-ndb-operator:8.4.5-1.4.5
23332333
imagePullPolicy: IfNotPresent
23342334
name: ndb-operator-webhook
23352335
ports:
@@ -2346,7 +2346,7 @@ kind: Deployment
23462346
metadata:
23472347
labels:
23482348
app: ndb-operator
2349-
release: 8.4.4-1.4.4
2349+
release: 8.4.5-1.4.5
23502350
name: ndb-operator-app
23512351
namespace: ndb-operator
23522352
spec:
@@ -2369,10 +2369,10 @@ spec:
23692369
- ndb-operator
23702370
env:
23712371
- name: NDB_OPERATOR_IMAGE
2372-
value: container-registry.oracle.com/mysql/community-ndb-operator:8.4.4-1.4.4
2372+
value: container-registry.oracle.com/mysql/community-ndb-operator:8.4.5-1.4.5
23732373
- name: NDB_OPERATOR_IMAGE_PULL_SECRET_NAME
23742374
value: null
2375-
image: container-registry.oracle.com/mysql/community-ndb-operator:8.4.4-1.4.4
2375+
image: container-registry.oracle.com/mysql/community-ndb-operator:8.4.5-1.4.5
23762376
imagePullPolicy: IfNotPresent
23772377
name: ndb-operator-controller
23782378
ports:

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:8.4.4&rdquo; will be used.</p>
370+
If not specified, &ldquo;container-registry.oracle.com/mysql/community-cluster:8.4.5&rdquo; will be used.</p>
371371
</td>
372372
</tr>
373373
<tr>

operator_hub_bundle/patch_bundle_operatorhub.yaml

Lines changed: 3 additions & 3 deletions
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:8.4.4-1.4.4
14+
containerImage: container-registry.oracle.com/mysql/community-ndb-operator:8.4.5-1.4.5
1515
#support: ''
1616
capabilities: Seamless Upgrades
1717
#repository: ''
@@ -151,8 +151,8 @@ 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.4.4
155-
replaces: 1.3.0
154+
version: 1.4.5
155+
replaces: ''
156156
#skips: []
157157
minKubeVersion: 1.23.0
158158
keywords:

pkg/apis/ndbcontroller/v1/types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020, 2024, Oracle and/or its affiliates.
1+
// Copyright (c) 2020, 2025, Oracle and/or its affiliates.
22
//
33
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
44

@@ -236,8 +236,8 @@ type NdbClusterSpec struct {
236236
// +optional
237237
TDESecretName string `json:"tdeSecretName,omitempty"`
238238
// The name of the MySQL Ndb Cluster image to be used.
239-
// If not specified, "container-registry.oracle.com/mysql/community-cluster:8.4.4" will be used.
240-
// +kubebuilder:default="container-registry.oracle.com/mysql/community-cluster:8.4.4"
239+
// If not specified, "container-registry.oracle.com/mysql/community-cluster:8.4.5" will be used.
240+
// +kubebuilder:default="container-registry.oracle.com/mysql/community-cluster:8.4.5"
241241
// +optional
242242
Image string `json:"image,omitempty"`
243243
// ImagePullPolicy describes a policy for if/when to

0 commit comments

Comments
 (0)