Skip to content

Commit 59b6690

Browse files
committed
Bump bundle to version '0.38.1'
1 parent 455f9c6 commit 59b6690

File tree

6 files changed

+33
-9
lines changed

6 files changed

+33
-9
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.38.0
1+
VERSION ?= 0.38.1
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 ?= 0.37.1
254+
KIND_VERSION ?= 0.38.1
255255
kind: ## Download kind locally if necessary.
256256
ifeq (,$(wildcard $(KIND)))
257257
ifeq (,$(shell which kind 2>/dev/null))

bundle/manifests/k8s.mariadb.com_maxscales.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,6 +2383,10 @@ spec:
23832383
- name
23842384
- state
23852385
type: object
2386+
monitorSpec:
2387+
description: MonitorSpec is a hashed version of spec.monitor to be
2388+
able to track changes during reconciliation.
2389+
type: string
23862390
primaryServer:
23872391
description: PrimaryServer is the primary server in the MaxScale API.
23882392
type: string
@@ -2405,6 +2409,10 @@ spec:
24052409
- state
24062410
type: object
24072411
type: array
2412+
serversSpec:
2413+
description: ServersSpec is a hashed version of spec.servers to be
2414+
able to track changes during reconciliation.
2415+
type: string
24082416
services:
24092417
description: Services is the state of the services in the MaxScale
24102418
API.
@@ -2421,6 +2429,10 @@ spec:
24212429
- state
24222430
type: object
24232431
type: array
2432+
servicesSpec:
2433+
description: ServicesSpec is a hashed version of spec.services to
2434+
be able to track changes during reconciliation.
2435+
type: string
24242436
tls:
24252437
description: TLS aggregates the status of the certificates used by
24262438
the MaxScale instance.

bundle/manifests/mariadb-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ metadata:
524524
]
525525
capabilities: Deep Insights
526526
categories: Database
527-
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.38.0
528-
createdAt: "2025-03-26T19:08:33Z"
527+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.38.1
528+
createdAt: "2025-04-15T16:55:22Z"
529529
description: Run and operate MariaDB in a cloud native way
530530
features.operators.openshift.io/disconnected: "false"
531531
features.operators.openshift.io/fips-compliant: "false"
@@ -538,7 +538,7 @@ metadata:
538538
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
539539
repository: https://github.com/mariadb-operator/mariadb-operator
540540
support: mariadb-operator
541-
name: mariadb-operator.v0.38.0
541+
name: mariadb-operator.v0.38.1
542542
namespace: placeholder
543543
spec:
544544
apiservicedefinitions: {}
@@ -780,7 +780,7 @@ spec:
780780
- args:
781781
- --leader-elect
782782
- --leader-election-id=helm-operator
783-
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.38.0
783+
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.38.1
784784
livenessProbe:
785785
httpGet:
786786
path: /healthz
@@ -872,4 +872,4 @@ spec:
872872
provider:
873873
name: mariadb-operator
874874
url: https://github.com/mariadb-operator/mariadb-operator
875-
version: 0.38.0
875+
version: 0.38.1

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: 0.38.0
8+
newTag: 0.38.1

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:0.38.0
8+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.38.1
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10174,6 +10174,10 @@ spec:
1017410174
- name
1017510175
- state
1017610176
type: object
10177+
monitorSpec:
10178+
description: MonitorSpec is a hashed version of spec.monitor to be
10179+
able to track changes during reconciliation.
10180+
type: string
1017710181
primaryServer:
1017810182
description: PrimaryServer is the primary server in the MaxScale API.
1017910183
type: string
@@ -10196,6 +10200,10 @@ spec:
1019610200
- state
1019710201
type: object
1019810202
type: array
10203+
serversSpec:
10204+
description: ServersSpec is a hashed version of spec.servers to be
10205+
able to track changes during reconciliation.
10206+
type: string
1019910207
services:
1020010208
description: Services is the state of the services in the MaxScale
1020110209
API.
@@ -10212,6 +10220,10 @@ spec:
1021210220
- state
1021310221
type: object
1021410222
type: array
10223+
servicesSpec:
10224+
description: ServicesSpec is a hashed version of spec.services to
10225+
be able to track changes during reconciliation.
10226+
type: string
1021510227
tls:
1021610228
description: TLS aggregates the status of the certificates used by
1021710229
the MaxScale instance.

0 commit comments

Comments
 (0)