Skip to content

Commit e677e20

Browse files
committed
Bump bundle to version '25.10.0'
1 parent 3effd26 commit e677e20

File tree

8 files changed

+2662
-112
lines changed

8 files changed

+2662
-112
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 25.8.4
1+
VERSION ?= 25.10.0
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.8.4
254+
KIND_VERSION ?= 25.10.0
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: 1321 additions & 49 deletions
Large diffs are not rendered by default.

bundle/manifests/k8s.mariadb.com_maxscales.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,6 +1673,11 @@ spec:
16731673
type: array
16741674
x-kubernetes-list-type: atomic
16751675
type: object
1676+
primaryServer:
1677+
description: |-
1678+
PrimaryServer specifies the desired primary server. Setting this field triggers a switchover operation in MaxScale to the desired server.
1679+
This option is only valid when using monitors that support switchover, currently limited to the MariaDB monitor.
1680+
type: string
16761681
priorityClassName:
16771682
description: PriorityClassName to be used in the Pod.
16781683
type: string

bundle/manifests/k8s.mariadb.com_physicalbackups.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,6 @@ spec:
285285
description: Suspend defines whether the schedule is active or
286286
not.
287287
type: boolean
288-
required:
289-
- cron
290288
type: object
291289
securityContext:
292290
description: SecurityContext holds security configuration that will

bundle/manifests/mariadb-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 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.8.4
617-
createdAt: "2025-09-19T13:24:35Z"
616+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.0
617+
createdAt: "2025-10-23T14:15:47Z"
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.8.4
630+
name: mariadb-operator.v25.10.0
631631
namespace: placeholder
632632
spec:
633633
apiservicedefinitions: {}
@@ -648,7 +648,7 @@ spec:
648648
kind: Database
649649
name: databases.k8s.mariadb.com
650650
version: v1alpha1
651-
- description: Configures an external MariaDB resources
651+
- description: Configures an external MariaDB resource
652652
displayName: ExternalMariaDB
653653
kind: ExternalMariaDB
654654
name: externalmariadbs.k8s.mariadb.com
@@ -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.8.4
882+
image: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.0
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.8.4
974+
version: 25.10.0

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.8.4
8+
newTag: 25.10.0

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.8.4
8+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.0
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: 1326 additions & 51 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)