From 15556b5a40ed86b81a650a8f942e60370395232c Mon Sep 17 00:00:00 2001 From: Martin Montes Date: Fri, 8 Mar 2024 13:40:31 +0000 Subject: [PATCH] Bump bundle to version '0.27.0' --- Makefile | 4 +-- bundle/manifests/k8s.mariadb.com_backups.yaml | 4 ++- .../manifests/k8s.mariadb.com_mariadbs.yaml | 19 ++++++++++++- .../manifests/k8s.mariadb.com_restores.yaml | 4 ++- ...ariadb-operator.clusterserviceversion.yaml | 10 +++---- config/manager/kustomization.yaml | 2 +- ...ariadb-operator.clusterserviceversion.yaml | 2 +- config/manifests/crds/crds.yaml | 27 ++++++++++++++++--- 8 files changed, 57 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 6774e1c..ba47e72 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.26.0 +VERSION ?= 0.27.0 CHANNELS ?= alpha BUNDLE_CHANNELS := --channels=$(CHANNELS) @@ -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)) diff --git a/bundle/manifests/k8s.mariadb.com_backups.yaml b/bundle/manifests/k8s.mariadb.com_backups.yaml index df5f3bb..e34c01c 100644 --- a/bundle/manifests/k8s.mariadb.com_backups.yaml +++ b/bundle/manifests/k8s.mariadb.com_backups.yaml @@ -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 diff --git a/bundle/manifests/k8s.mariadb.com_mariadbs.yaml b/bundle/manifests/k8s.mariadb.com_mariadbs.yaml index 64402ef..0e2f062 100644 --- a/bundle/manifests/k8s.mariadb.com_mariadbs.yaml +++ b/bundle/manifests/k8s.mariadb.com_mariadbs.yaml @@ -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 @@ -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. diff --git a/bundle/manifests/k8s.mariadb.com_restores.yaml b/bundle/manifests/k8s.mariadb.com_restores.yaml index a9bb6af..4c7c9c4 100644 --- a/bundle/manifests/k8s.mariadb.com_restores.yaml +++ b/bundle/manifests/k8s.mariadb.com_restores.yaml @@ -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 diff --git a/bundle/manifests/mariadb-operator.clusterserviceversion.yaml b/bundle/manifests/mariadb-operator.clusterserviceversion.yaml index 4963021..c6cf26f 100644 --- a/bundle/manifests/mariadb-operator.clusterserviceversion.yaml +++ b/bundle/manifests/mariadb-operator.clusterserviceversion.yaml @@ -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: {} @@ -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 @@ -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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index ee7e230..e7d749f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -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 diff --git a/config/manifests/bases/mariadb-operator.clusterserviceversion.yaml b/config/manifests/bases/mariadb-operator.clusterserviceversion.yaml index 5bd3b12..01e2bf7 100644 --- a/config/manifests/bases/mariadb-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/mariadb-operator.clusterserviceversion.yaml @@ -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 diff --git a/config/manifests/crds/crds.yaml b/config/manifests/crds/crds.yaml index 05e2218..9627e41 100644 --- a/config/manifests/crds/crds.yaml +++ b/config/manifests/crds/crds.yaml @@ -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 @@ -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 @@ -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. @@ -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