Skip to content

Commit 0647ca4

Browse files
committed
Bump bundle to version '25.8.0'
1 parent 0b62f98 commit 0647ca4

15 files changed

+2677
-676
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION ?= 0.38.1
2-
HELM_VERSION ?= 0.38.1
1+
VERSION ?= 25.8.0
2+
HELM_VERSION ?= 25.08.0
33

44
CHANNELS ?= alpha
55
BUNDLE_CHANNELS := --channels=$(CHANNELS)
@@ -252,7 +252,7 @@ $(LOCALBIN):
252252

253253
.PHONY: kind
254254
KIND = ./bin/kind
255-
KIND_VERSION ?= 0.38.1
255+
KIND_VERSION ?= 25.8.0
256256
kind: ## Download kind locally if necessary.
257257
ifeq (,$(wildcard $(KIND)))
258258
ifeq (,$(shell which kind 2>/dev/null))

bundle/manifests/k8s.mariadb.com_backups.yaml

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

bundle/manifests/k8s.mariadb.com_connections.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.18.0
66
creationTimestamp: null
77
name: connections.k8s.mariadb.com
88
spec:

bundle/manifests/k8s.mariadb.com_databases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.18.0
66
creationTimestamp: null
77
name: databases.k8s.mariadb.com
88
spec:

bundle/manifests/k8s.mariadb.com_grants.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.18.0
66
creationTimestamp: null
77
name: grants.k8s.mariadb.com
88
spec:
@@ -183,6 +183,13 @@ spec:
183183
- type
184184
type: object
185185
type: array
186+
currentPrivileges:
187+
description: |-
188+
CurrentPrivileges is the list of current privileges used in the Grant.
189+
It allows to detect the divergence from the desired privileges.
190+
items:
191+
type: string
192+
type: array
186193
type: object
187194
type: object
188195
served: true

bundle/manifests/k8s.mariadb.com_mariadbs.yaml

Lines changed: 262 additions & 184 deletions
Large diffs are not rendered by default.

bundle/manifests/k8s.mariadb.com_maxscales.yaml

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

0 commit comments

Comments
 (0)