Skip to content

Commit 5cd69e4

Browse files
committed
Bump bundle to version '25.10.2'
1 parent 5166f65 commit 5cd69e4

File tree

7 files changed

+31
-21
lines changed

7 files changed

+31
-21
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 25.10.1
1+
VERSION ?= 25.10.2
22

33
CHANNELS ?= alpha
44
BUNDLE_CHANNELS := --channels=$(CHANNELS)
@@ -251,7 +251,7 @@ $(LOCALBIN):
251251

252252
.PHONY: kind
253253
KIND = ./bin/kind
254-
KIND_VERSION ?= 25.10.1
254+
KIND_VERSION ?= 25.10.2
255255
kind: ## Download kind locally if necessary.
256256
ifeq (,$(wildcard $(KIND)))
257257
ifeq (,$(shell which kind 2>/dev/null))

bundle/manifests/k8s.mariadb.com_mariadbs.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,9 +2587,9 @@ spec:
25872587
It only supports MariaDBs specified via spec.mariaDbRef.
25882588
type: boolean
25892589
metricsPasswordSecretKeyRef:
2590-
description: |-
2591-
MetricsPasswordSecretKeyRef is Secret key reference to the metrics password to call the admib REST API. It is defaulted if metrics are enabled.
2592-
If the referred Secret is labeled with "k8s.mariadb.com/watch", updates may be performed to the Secret in order to update the password.
2590+
description: MetricsPasswordSecretKeyRef is Secret key reference
2591+
to the metrics password to call the admib REST API. It is
2592+
defaulted if metrics are enabled.
25932593
properties:
25942594
generate:
25952595
default: false
@@ -6106,6 +6106,11 @@ spec:
61066106
- AfterSync
61076107
- AfterCommit
61086108
type: string
6109+
standaloneProbes:
6110+
description: |-
6111+
StandaloneProbes indicates whether to use the default non-HA startup and liveness probes.
6112+
It is disabled by default
6113+
type: boolean
61096114
syncBinlog:
61106115
description: |-
61116116
SyncBinlog indicates after how many events the binary log is synchronized to the disk.

bundle/manifests/k8s.mariadb.com_maxscales.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ spec:
368368
It only supports MariaDBs specified via spec.mariaDbRef.
369369
type: boolean
370370
metricsPasswordSecretKeyRef:
371-
description: |-
372-
MetricsPasswordSecretKeyRef is Secret key reference to the metrics password to call the admib REST API. It is defaulted if metrics are enabled.
373-
If the referred Secret is labeled with "k8s.mariadb.com/watch", updates may be performed to the Secret in order to update the password.
371+
description: MetricsPasswordSecretKeyRef is Secret key reference
372+
to the metrics password to call the admib REST API. It is defaulted
373+
if metrics are enabled.
374374
properties:
375375
generate:
376376
default: false

bundle/manifests/mariadb-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,8 @@ metadata:
613613
]
614614
capabilities: Deep Insights
615615
categories: Database
616-
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.1
617-
createdAt: "2025-10-23T15:16:37Z"
616+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.2
617+
createdAt: "2025-10-28T11:30:10Z"
618618
description: Run and operate MariaDB in a cloud native way
619619
features.operators.openshift.io/disconnected: "false"
620620
features.operators.openshift.io/fips-compliant: "false"
@@ -627,7 +627,7 @@ metadata:
627627
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
628628
repository: https://github.com/mariadb-operator/mariadb-operator
629629
support: mariadb-operator
630-
name: mariadb-operator.v25.10.1
630+
name: mariadb-operator.v25.10.2
631631
namespace: placeholder
632632
spec:
633633
apiservicedefinitions: {}
@@ -879,7 +879,7 @@ spec:
879879
- args:
880880
- --leader-elect
881881
- --leader-election-id=helm-operator
882-
image: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.1
882+
image: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.2
883883
livenessProbe:
884884
httpGet:
885885
path: /healthz
@@ -971,4 +971,4 @@ spec:
971971
provider:
972972
name: mariadb-operator
973973
url: https://github.com/mariadb-operator/mariadb-operator
974-
version: 25.10.1
974+
version: 25.10.2

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/mariadb-operator/mariadb-operator-helm
8-
newTag: 25.10.1
8+
newTag: 25.10.2

config/manifests/bases/mariadb-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Database
8-
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.1
8+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.2
99
description: Run and operate MariaDB in a cloud native way
1010
features.operators.openshift.io/disconnected: "false"
1111
features.operators.openshift.io/fips-compliant: "false"

config/manifests/crds/crds.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4701,9 +4701,9 @@ spec:
47014701
It only supports MariaDBs specified via spec.mariaDbRef.
47024702
type: boolean
47034703
metricsPasswordSecretKeyRef:
4704-
description: |-
4705-
MetricsPasswordSecretKeyRef is Secret key reference to the metrics password to call the admib REST API. It is defaulted if metrics are enabled.
4706-
If the referred Secret is labeled with "k8s.mariadb.com/watch", updates may be performed to the Secret in order to update the password.
4704+
description: MetricsPasswordSecretKeyRef is Secret key reference
4705+
to the metrics password to call the admib REST API. It is
4706+
defaulted if metrics are enabled.
47074707
properties:
47084708
generate:
47094709
default: false
@@ -8220,6 +8220,11 @@ spec:
82208220
- AfterSync
82218221
- AfterCommit
82228222
type: string
8223+
standaloneProbes:
8224+
description: |-
8225+
StandaloneProbes indicates whether to use the default non-HA startup and liveness probes.
8226+
It is disabled by default
8227+
type: boolean
82238228
syncBinlog:
82248229
description: |-
82258230
SyncBinlog indicates after how many events the binary log is synchronized to the disk.
@@ -9895,9 +9900,9 @@ spec:
98959900
It only supports MariaDBs specified via spec.mariaDbRef.
98969901
type: boolean
98979902
metricsPasswordSecretKeyRef:
9898-
description: |-
9899-
MetricsPasswordSecretKeyRef is Secret key reference to the metrics password to call the admib REST API. It is defaulted if metrics are enabled.
9900-
If the referred Secret is labeled with "k8s.mariadb.com/watch", updates may be performed to the Secret in order to update the password.
9903+
description: MetricsPasswordSecretKeyRef is Secret key reference
9904+
to the metrics password to call the admib REST API. It is defaulted
9905+
if metrics are enabled.
99019906
properties:
99029907
generate:
99039908
default: false

0 commit comments

Comments
 (0)