From 413cc055716180a685e1b2492be7109dc3627241 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Wed, 15 Feb 2023 14:57:11 +0000 Subject: [PATCH 1/2] v1.11.0 Signed-off-by: Richard Wall --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eecdad5..8f6293d 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,11 @@ CERT_MANAGER_VERSION ?= 1.11.0 # Decoupled the BUNDLE_VERSION from the CERT_MANAGER_VERSION so that I can do a # patch release containing the fix for: # https://github.com/cert-manager/cert-manager/issues/5551 -export BUNDLE_VERSION ?= 1.11.0-rc1 +export BUNDLE_VERSION ?= 1.11.0 # DO NOT PUBLISH PRE-RELEASES TO THE STABLE CHANNEL! # For stable releases use: `candidate stable`. # For pre-releases use: `candidate`. -BUNDLE_CHANNELS ?= candidate +BUNDLE_CHANNELS ?= candidate stable STABLE_CHANNEL ?= stable CATALOG_VERSION ?= $(shell git describe --tags --always --dirty) OPERATORHUB_CATALOG_IMAGE ?= quay.io/operatorhubio/catalog:latest From 8651a1be5d3833dc2b7ab42671a8b79c5a7b1734 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Wed, 15 Feb 2023 14:59:40 +0000 Subject: [PATCH 2/2] make bundle-generate Signed-off-by: Richard Wall --- bundle/bundle.Dockerfile | 3 ++- bundle/manifests/cert-manager.clusterserviceversion.yaml | 6 +++--- bundle/metadata/annotations.yaml | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bundle/bundle.Dockerfile b/bundle/bundle.Dockerfile index 27a5aff..4101107 100644 --- a/bundle/bundle.Dockerfile +++ b/bundle/bundle.Dockerfile @@ -5,7 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ LABEL operators.operatorframework.io.bundle.package.v1=cert-manager -LABEL operators.operatorframework.io.bundle.channels.v1=candidate +LABEL operators.operatorframework.io.bundle.channels.v1=candidate,stable +LABEL operators.operatorframework.io.bundle.channel.default.v1=stable LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.25.0 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.project_layout=unknown diff --git a/bundle/manifests/cert-manager.clusterserviceversion.yaml b/bundle/manifests/cert-manager.clusterserviceversion.yaml index 9b7f9c5..0fb4084 100644 --- a/bundle/manifests/cert-manager.clusterserviceversion.yaml +++ b/bundle/manifests/cert-manager.clusterserviceversion.yaml @@ -68,7 +68,7 @@ metadata: capabilities: Full Lifecycle categories: Security containerImage: quay.io/jetstack/cert-manager-controller:v1.11.0 - createdAt: '2023-01-17T12:12:27' + createdAt: '2023-02-15T14:59:09' operators.operatorframework.io/builder: operator-sdk-v1.25.0 operators.operatorframework.io/internal-objects: |- [ @@ -83,7 +83,7 @@ metadata: operatorframework.io/arch.arm64: supported operatorframework.io/arch.ppc64le: supported operatorframework.io/arch.s390x: supported - name: cert-manager.v1.11.0-rc1 + name: cert-manager.v1.11.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -887,7 +887,7 @@ spec: provider: name: The cert-manager maintainers url: https://cert-manager.io/ - version: 1.11.0-rc1 + version: 1.11.0 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 171da85..df833d8 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -4,7 +4,8 @@ annotations: operators.operatorframework.io.bundle.manifests.v1: manifests/ operators.operatorframework.io.bundle.metadata.v1: metadata/ operators.operatorframework.io.bundle.package.v1: cert-manager - operators.operatorframework.io.bundle.channels.v1: candidate + operators.operatorframework.io.bundle.channels.v1: candidate,stable + operators.operatorframework.io.bundle.channel.default.v1: stable operators.operatorframework.io.metrics.builder: operator-sdk-v1.25.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: unknown