From cecf51633df745d123d8561bc4b6920a6dc175fb Mon Sep 17 00:00:00 2001 From: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:44:15 +0200 Subject: [PATCH] chore: bump version v0.10.5 (#75) Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --- Makefile | 2 +- ...ecrets-operator.clusterserviceversion.yaml | 10 ++++----- ...ternal-secrets.io_clustersecretstores.yaml | 3 +++ .../external-secrets.io_pushsecrets.yaml | 22 +++++++++++++++++-- .../external-secrets.io_secretstores.yaml | 3 +++ bundle/metadata/annotations.yaml | 1 - config/manager/kustomization.yaml | 2 +- ...ecrets-operator.clusterserviceversion.yaml | 2 +- config/manifests/crds/clustersecretstore.yml | 3 +++ config/manifests/crds/pushsecret.yml | 21 ++++++++++++++++-- config/manifests/crds/secretstore.yml | 3 +++ 11 files changed, 59 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 50d1559..d459b89 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.10.4 +VERSION ?= 0.10.5 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/bundle/manifests/external-secrets-operator.clusterserviceversion.yaml b/bundle/manifests/external-secrets-operator.clusterserviceversion.yaml index f2d6f18..1ec137a 100644 --- a/bundle/manifests/external-secrets-operator.clusterserviceversion.yaml +++ b/bundle/manifests/external-secrets-operator.clusterserviceversion.yaml @@ -671,8 +671,8 @@ metadata: capabilities: Deep Insights categories: Security certified: "false" - containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.4 - createdAt: "2024-09-25T12:13:54Z" + containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.5 + createdAt: "2024-10-25T08:32:11Z" description: Operator to configure external-secrets helm-chart based operator operatorframework.io/cluster-monitoring: "true" operators.openshift.io/infrastructure-features: '["Disconnected"]' @@ -684,7 +684,7 @@ metadata: operatorframework.io/arch.amd64: supported operatorframework.io/arch.ppc64le: supported operatorframework.io/os.linux: supported - name: external-secrets-operator.v0.10.4 + name: external-secrets-operator.v0.10.5 namespace: external-secrets spec: apiservicedefinitions: {} @@ -979,7 +979,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.annotations['olm.targetNamespaces'] - image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.4 + image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.5 livenessProbe: httpGet: path: /healthz @@ -1077,4 +1077,4 @@ spec: provider: name: External Secrets url: https://external-secrets.io - version: 0.10.4 + version: 0.10.5 diff --git a/bundle/manifests/external-secrets.io_clustersecretstores.yaml b/bundle/manifests/external-secrets.io_clustersecretstores.yaml index c42d673..24fb980 100644 --- a/bundle/manifests/external-secrets.io_clustersecretstores.yaml +++ b/bundle/manifests/external-secrets.io_clustersecretstores.yaml @@ -3245,6 +3245,9 @@ spec: type: string projectSlug: type: string + recursive: + default: false + type: boolean secretsPath: default: / type: string diff --git a/bundle/manifests/external-secrets.io_pushsecrets.yaml b/bundle/manifests/external-secrets.io_pushsecrets.yaml index 6e59f59..7779d40 100644 --- a/bundle/manifests/external-secrets.io_pushsecrets.yaml +++ b/bundle/manifests/external-secrets.io_pushsecrets.yaml @@ -176,7 +176,27 @@ spec: type: array selector: description: The Secret Selector (k8s source) for the Push Secret + maxProperties: 1 + minProperties: 1 properties: + generatorRef: + description: Point to a generator to create a Secret. + properties: + apiVersion: + default: generators.external-secrets.io/v1alpha1 + description: Specify the apiVersion of the generator resource + type: string + kind: + description: Specify the Kind of the resource, e.g. Password, + ACRAccessToken etc. + type: string + name: + description: Specify the name of the generator resource + type: string + required: + - kind + - name + type: object secret: description: Select a Secret to Push. properties: @@ -187,8 +207,6 @@ spec: required: - name type: object - required: - - secret type: object template: description: Template defines a blueprint for the created Secret resource. diff --git a/bundle/manifests/external-secrets.io_secretstores.yaml b/bundle/manifests/external-secrets.io_secretstores.yaml index 46f76b7..2aee64b 100644 --- a/bundle/manifests/external-secrets.io_secretstores.yaml +++ b/bundle/manifests/external-secrets.io_secretstores.yaml @@ -3245,6 +3245,9 @@ spec: type: string projectSlug: type: string + recursive: + default: false + type: boolean secretsPath: default: / type: string diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index f77459a..e846447 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -9,7 +9,6 @@ annotations: operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: helm.sdk.operatorframework.io/v1 - com.redhat.openshift.versions: v4.11 # Annotations for testing. operators.operatorframework.io.test.mediatype.v1: scorecard+v1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b5c2f91..2c6dd33 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/external-secrets/external-secrets-helm-operator - newTag: v0.10.4 + newTag: v0.10.5 diff --git a/config/manifests/bases/external-secrets-operator.clusterserviceversion.yaml b/config/manifests/bases/external-secrets-operator.clusterserviceversion.yaml index c21054c..b458a59 100644 --- a/config/manifests/bases/external-secrets-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/external-secrets-operator.clusterserviceversion.yaml @@ -6,7 +6,7 @@ metadata: capabilities: Deep Insights categories: Security certified: "false" - containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.4 + containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.5 createdAt: "2021-11-22 00:00:00" description: Operator to configure external-secrets helm-chart based operator operatorframework.io/cluster-monitoring: "true" diff --git a/config/manifests/crds/clustersecretstore.yml b/config/manifests/crds/clustersecretstore.yml index 0f7b421..6f7f5b5 100644 --- a/config/manifests/crds/clustersecretstore.yml +++ b/config/manifests/crds/clustersecretstore.yml @@ -2995,6 +2995,9 @@ spec: type: string projectSlug: type: string + recursive: + default: false + type: boolean secretsPath: default: / type: string diff --git a/config/manifests/crds/pushsecret.yml b/config/manifests/crds/pushsecret.yml index 8a06176..e628073 100644 --- a/config/manifests/crds/pushsecret.yml +++ b/config/manifests/crds/pushsecret.yml @@ -159,7 +159,26 @@ spec: type: array selector: description: The Secret Selector (k8s source) for the Push Secret + maxProperties: 1 + minProperties: 1 properties: + generatorRef: + description: Point to a generator to create a Secret. + properties: + apiVersion: + default: generators.external-secrets.io/v1alpha1 + description: Specify the apiVersion of the generator resource + type: string + kind: + description: Specify the Kind of the resource, e.g. Password, ACRAccessToken etc. + type: string + name: + description: Specify the name of the generator resource + type: string + required: + - kind + - name + type: object secret: description: Select a Secret to Push. properties: @@ -169,8 +188,6 @@ spec: required: - name type: object - required: - - secret type: object template: description: Template defines a blueprint for the created Secret resource. diff --git a/config/manifests/crds/secretstore.yml b/config/manifests/crds/secretstore.yml index 84d059c..1740ef8 100644 --- a/config/manifests/crds/secretstore.yml +++ b/config/manifests/crds/secretstore.yml @@ -2995,6 +2995,9 @@ spec: type: string projectSlug: type: string + recursive: + default: false + type: boolean secretsPath: default: / type: string