Skip to content

Commit

Permalink
Bump bundle to version '0.27.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Mar 8, 2024
1 parent 131492d commit 15556b5
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.26.0
VERSION ?= 0.27.0

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

.PHONY: kind
KIND = ./bin/kind
KIND_VERSION ?= 0.26.0
KIND_VERSION ?= 0.27.0
kind: ## Download kind locally if necessary.
ifeq (,$(wildcard $(KIND)))
ifeq (,$(shell which kind 2>/dev/null))
Expand Down
4 changes: 3 additions & 1 deletion bundle/manifests/k8s.mariadb.com_backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3598,7 +3598,9 @@ spec:
caSecretKeyRef:
description: CASecretKeyRef is a reference to a Secret
key containing a CA bundle in PEM format used to establish
TLS connections with S3.
TLS connections with S3. By default, the system trust
chain will be used, but you can use this field to add
more CAs to the bundle.
properties:
key:
description: The key of the secret to select from. Must
Expand Down
19 changes: 18 additions & 1 deletion bundle/manifests/k8s.mariadb.com_mariadbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,9 @@ spec:
caSecretKeyRef:
description: CASecretKeyRef is a reference to a Secret
key containing a CA bundle in PEM format used to establish
TLS connections with S3.
TLS connections with S3. By default, the system trust
chain will be used, but you can use this field to add
more CAs to the bundle.
properties:
key:
description: The key of the secret to select from. Must
Expand Down Expand Up @@ -4606,6 +4608,21 @@ spec:
required:
- image
type: object
initJob:
description: InitJob defines metadata to the passed to the initialization
Job.
properties:
annotations:
additionalProperties:
type: string
description: Annotations to be added to children resources.
type: object
labels:
additionalProperties:
type: string
description: Labels to be added to children resources.
type: object
type: object
primary:
description: Primary is the Galera configuration for the primary
node.
Expand Down
4 changes: 3 additions & 1 deletion bundle/manifests/k8s.mariadb.com_restores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,9 @@ spec:
caSecretKeyRef:
description: CASecretKeyRef is a reference to a Secret key
containing a CA bundle in PEM format used to establish TLS
connections with S3.
connections with S3. By default, the system trust chain
will be used, but you can use this field to add more CAs
to the bundle.
properties:
key:
description: The key of the secret to select from. Must
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/mariadb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,14 +510,14 @@ metadata:
]
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.26.0
createdAt: "2024-03-04T12:01:32Z"
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.27.0
createdAt: "2024-03-08T13:40:29Z"
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
support: mariadb-operator
name: mariadb-operator.v0.26.0
name: mariadb-operator.v0.27.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -760,7 +760,7 @@ spec:
- args:
- --leader-elect
- --leader-election-id=helm-operator
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.26.0
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.27.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -852,4 +852,4 @@ spec:
provider:
name: mariadb-operator
url: https://github.com/mariadb-operator/mariadb-operator
version: 0.26.0
version: 0.27.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/mariadb-operator/mariadb-operator-helm
newTag: 0.26.0
newTag: 0.27.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.26.0
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.27.0
description: Run and operate MariaDB in a cloud native way
repository: https://github.com/mariadb-operator/mariadb-operator
support: mariadb-operator
Expand Down
27 changes: 24 additions & 3 deletions config/manifests/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3598,7 +3598,9 @@ spec:
caSecretKeyRef:
description: CASecretKeyRef is a reference to a Secret
key containing a CA bundle in PEM format used to establish
TLS connections with S3.
TLS connections with S3. By default, the system trust
chain will be used, but you can use this field to add
more CAs to the bundle.
properties:
key:
description: The key of the secret to select from. Must
Expand Down Expand Up @@ -8820,7 +8822,9 @@ spec:
caSecretKeyRef:
description: CASecretKeyRef is a reference to a Secret
key containing a CA bundle in PEM format used to establish
TLS connections with S3.
TLS connections with S3. By default, the system trust
chain will be used, but you can use this field to add
more CAs to the bundle.
properties:
key:
description: The key of the secret to select from. Must
Expand Down Expand Up @@ -12438,6 +12442,21 @@ spec:
required:
- image
type: object
initJob:
description: InitJob defines metadata to the passed to the initialization
Job.
properties:
annotations:
additionalProperties:
type: string
description: Annotations to be added to children resources.
type: object
labels:
additionalProperties:
type: string
description: Labels to be added to children resources.
type: object
type: object
primary:
description: Primary is the Galera configuration for the primary
node.
Expand Down Expand Up @@ -37245,7 +37264,9 @@ spec:
caSecretKeyRef:
description: CASecretKeyRef is a reference to a Secret key
containing a CA bundle in PEM format used to establish TLS
connections with S3.
connections with S3. By default, the system trust chain
will be used, but you can use this field to add more CAs
to the bundle.
properties:
key:
description: The key of the secret to select from. Must
Expand Down

0 comments on commit 15556b5

Please sign in to comment.