Skip to content

Commit

Permalink
Bump bundle to version '0.21.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Oct 11, 2023
1 parent ea9e5d7 commit d7bb0e3
Show file tree
Hide file tree
Showing 13 changed files with 1,704 additions and 712 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.20.0
VERSION ?= 0.21.0

CHANNELS ?= alpha
BUNDLE_CHANNELS := --channels=$(CHANNELS)
Expand Down Expand Up @@ -261,7 +261,7 @@ $(LOCALBIN):

.PHONY: kind
KIND = ./bin/kind
KIND_VERSION ?= 0.20.0
KIND_VERSION ?= 0.21.0
kind: ## Download kind locally if necessary.
ifeq (,$(wildcard $(KIND)))
ifeq (,$(shell which kind 2>/dev/null))
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/mariadb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,12 @@ metadata:
]
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.20.0
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.21.0
description: Run and operate MariaDB in a cloud native way
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
repository: https://github.com/mariadb-operator/mariadb-operator
name: mariadb-operator.v0.20.0
name: mariadb-operator.v0.21.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -556,7 +556,7 @@ spec:
- args:
- --leader-elect
- --leader-election-id=helm-operator
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.20.0
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.21.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -651,4 +651,4 @@ spec:
provider:
name: mariadb-operator
url: https://github.com/mariadb-operator/mariadb-operator
version: 0.20.0
version: 0.21.0
204 changes: 156 additions & 48 deletions bundle/manifests/mariadb.mmontes.io_backups.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bundle/manifests/mariadb.mmontes.io_connections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ spec:
description: "Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a foo's
current state. // Known .status.conditions.type are: \"Available\",
\n type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are: \"Available\",
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
// +listType=map // +listMapKey=type Conditions []metav1.Condition
`json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\"
Expand Down
6 changes: 4 additions & 2 deletions bundle/manifests/mariadb.mmontes.io_databases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ spec:
name:
maxLength: 80
type: string
retryInterval:
type: string
required:
- mariaDbRef
type: object
Expand All @@ -117,8 +119,8 @@ spec:
description: "Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a foo's
current state. // Known .status.conditions.type are: \"Available\",
\n type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are: \"Available\",
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
// +listType=map // +listMapKey=type Conditions []metav1.Condition
`json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\"
Expand Down
6 changes: 4 additions & 2 deletions bundle/manifests/mariadb.mmontes.io_grants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ spec:
type: string
minItems: 1
type: array
retryInterval:
type: string
table:
default: '*'
type: string
Expand All @@ -131,8 +133,8 @@ spec:
description: "Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a foo's
current state. // Known .status.conditions.type are: \"Available\",
\n type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are: \"Available\",
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
// +listType=map // +listMapKey=type Conditions []metav1.Condition
`json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\"
Expand Down
Loading

0 comments on commit d7bb0e3

Please sign in to comment.