Skip to content

Commit a21a6d1

Browse files
committed
Bump bundle to version '0.32.0'
1 parent fbb73e6 commit a21a6d1

16 files changed

+11533
-85637
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.31.0
1+
VERSION ?= 0.32.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 ?= 0.31.0
254+
KIND_VERSION ?= 0.32.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_backups.yaml

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

bundle/manifests/k8s.mariadb.com_connections.yaml

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -77,95 +77,25 @@ spec:
7777
description: MariaDBRef is a reference to the MariaDB to connect to.
7878
Either MariaDBRef or MaxScaleRef must be provided.
7979
properties:
80-
apiVersion:
81-
description: API version of the referent.
82-
type: string
83-
fieldPath:
84-
description: |-
85-
If referring to a piece of an object instead of an entire object, this string
86-
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
87-
For example, if the object reference is to a container within a pod, this would take on a value like:
88-
"spec.containers{name}" (where "name" refers to the name of the container that triggered
89-
the event) or if no container name is specified "spec.containers[2]" (container with
90-
index 2 in this pod). This syntax is chosen only to have some well-defined way of
91-
referencing a part of an object.
92-
type: string
93-
kind:
94-
description: |-
95-
Kind of the referent.
96-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
97-
type: string
9880
name:
99-
description: |-
100-
Name of the referent.
101-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
10281
type: string
10382
namespace:
104-
description: |-
105-
Namespace of the referent.
106-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
107-
type: string
108-
resourceVersion:
109-
description: |-
110-
Specific resourceVersion to which this reference is made, if any.
111-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
112-
type: string
113-
uid:
114-
description: |-
115-
UID of the referent.
116-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
11783
type: string
11884
waitForIt:
11985
default: true
12086
description: WaitForIt indicates whether the controller using
12187
this reference should wait for MariaDB to be ready.
12288
type: boolean
12389
type: object
124-
x-kubernetes-map-type: atomic
12590
maxScaleRef:
12691
description: MaxScaleRef is a reference to the MaxScale to connect
12792
to. Either MariaDBRef or MaxScaleRef must be provided.
12893
properties:
129-
apiVersion:
130-
description: API version of the referent.
131-
type: string
132-
fieldPath:
133-
description: |-
134-
If referring to a piece of an object instead of an entire object, this string
135-
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
136-
For example, if the object reference is to a container within a pod, this would take on a value like:
137-
"spec.containers{name}" (where "name" refers to the name of the container that triggered
138-
the event) or if no container name is specified "spec.containers[2]" (container with
139-
index 2 in this pod). This syntax is chosen only to have some well-defined way of
140-
referencing a part of an object.
141-
type: string
142-
kind:
143-
description: |-
144-
Kind of the referent.
145-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
146-
type: string
14794
name:
148-
description: |-
149-
Name of the referent.
150-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
15195
type: string
15296
namespace:
153-
description: |-
154-
Namespace of the referent.
155-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
156-
type: string
157-
resourceVersion:
158-
description: |-
159-
Specific resourceVersion to which this reference is made, if any.
160-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
161-
type: string
162-
uid:
163-
description: |-
164-
UID of the referent.
165-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
16697
type: string
16798
type: object
168-
x-kubernetes-map-type: atomic
16999
params:
170100
additionalProperties:
171101
type: string
@@ -177,21 +107,10 @@ spec:
177107
If the referred Secret is labeled with "k8s.mariadb.com/watch", updates may be performed to the Secret in order to update the password.
178108
properties:
179109
key:
180-
description: The key of the secret to select from. Must be a
181-
valid secret key.
182110
type: string
183111
name:
184112
default: ""
185-
description: |-
186-
Name of the referent.
187-
This field is effectively required, but due to backwards compatibility is
188-
allowed to be empty. Instances of this type with an empty value here are
189-
almost certainly wrong.
190-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
191113
type: string
192-
optional:
193-
description: Specify whether the Secret or its key must be defined
194-
type: boolean
195114
required:
196115
- key
197116
type: object

bundle/manifests/k8s.mariadb.com_databases.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -82,51 +82,16 @@ spec:
8282
mariaDbRef:
8383
description: MariaDBRef is a reference to a MariaDB object.
8484
properties:
85-
apiVersion:
86-
description: API version of the referent.
87-
type: string
88-
fieldPath:
89-
description: |-
90-
If referring to a piece of an object instead of an entire object, this string
91-
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
92-
For example, if the object reference is to a container within a pod, this would take on a value like:
93-
"spec.containers{name}" (where "name" refers to the name of the container that triggered
94-
the event) or if no container name is specified "spec.containers[2]" (container with
95-
index 2 in this pod). This syntax is chosen only to have some well-defined way of
96-
referencing a part of an object.
97-
type: string
98-
kind:
99-
description: |-
100-
Kind of the referent.
101-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
102-
type: string
10385
name:
104-
description: |-
105-
Name of the referent.
106-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
10786
type: string
10887
namespace:
109-
description: |-
110-
Namespace of the referent.
111-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
112-
type: string
113-
resourceVersion:
114-
description: |-
115-
Specific resourceVersion to which this reference is made, if any.
116-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
117-
type: string
118-
uid:
119-
description: |-
120-
UID of the referent.
121-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
12288
type: string
12389
waitForIt:
12490
default: true
12591
description: WaitForIt indicates whether the controller using
12692
this reference should wait for MariaDB to be ready.
12793
type: boolean
12894
type: object
129-
x-kubernetes-map-type: atomic
13095
name:
13196
description: Name overrides the default Database name provided by
13297
metadata.name.

bundle/manifests/k8s.mariadb.com_grants.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -89,51 +89,16 @@ spec:
8989
mariaDbRef:
9090
description: MariaDBRef is a reference to a MariaDB object.
9191
properties:
92-
apiVersion:
93-
description: API version of the referent.
94-
type: string
95-
fieldPath:
96-
description: |-
97-
If referring to a piece of an object instead of an entire object, this string
98-
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
99-
For example, if the object reference is to a container within a pod, this would take on a value like:
100-
"spec.containers{name}" (where "name" refers to the name of the container that triggered
101-
the event) or if no container name is specified "spec.containers[2]" (container with
102-
index 2 in this pod). This syntax is chosen only to have some well-defined way of
103-
referencing a part of an object.
104-
type: string
105-
kind:
106-
description: |-
107-
Kind of the referent.
108-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
109-
type: string
11092
name:
111-
description: |-
112-
Name of the referent.
113-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
11493
type: string
11594
namespace:
116-
description: |-
117-
Namespace of the referent.
118-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
119-
type: string
120-
resourceVersion:
121-
description: |-
122-
Specific resourceVersion to which this reference is made, if any.
123-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
124-
type: string
125-
uid:
126-
description: |-
127-
UID of the referent.
128-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
12995
type: string
13096
waitForIt:
13197
default: true
13298
description: WaitForIt indicates whether the controller using
13399
this reference should wait for MariaDB to be ready.
134100
type: boolean
135101
type: object
136-
x-kubernetes-map-type: atomic
137102
privileges:
138103
description: Privileges to use in the Grant.
139104
items:

0 commit comments

Comments
 (0)