From 8a06bd7a95f48e38966343f987762851dfb27a8d Mon Sep 17 00:00:00 2001 From: Alex Snaps Date: Tue, 28 Nov 2023 11:42:18 -0500 Subject: [PATCH] Release v0.5.0 --- bundle.Dockerfile | 3 ++- .../kuadrant-operator.clusterserviceversion.yaml | 16 ++++++++-------- bundle/metadata/annotations.yaml | 3 ++- bundle/metadata/dependencies.yaml | 4 ++-- config/manager/kustomization.yaml | 2 +- config/manager/manager.yaml | 2 +- .../kuadrant-operator.clusterserviceversion.yaml | 8 ++++---- 7 files changed, 20 insertions(+), 18 deletions(-) diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 7d38e3351..d9e8e68f7 100644 --- a/bundle.Dockerfile +++ b/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=kuadrant-operator -LABEL operators.operatorframework.io.bundle.channels.v1=alpha +LABEL operators.operatorframework.io.bundle.channels.v1=stable +LABEL operators.operatorframework.io.bundle.channel.default.v1=stable LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.0 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 diff --git a/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml b/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml index 7e4a068a9..3b967f35f 100644 --- a/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml @@ -68,13 +68,13 @@ metadata: ] capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/kuadrant-operator:latest - createdAt: "2023-11-27T14:18:37Z" + containerImage: quay.io/kuadrant/kuadrant-operator:v0.5.0 + createdAt: "2023-11-30T15:31:27Z" operators.operatorframework.io/builder: operator-sdk-v1.32.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/Kuadrant/kuadrant-operator support: kuadrant - name: kuadrant-operator.v0.0.0 + name: kuadrant-operator.v0.5.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -403,8 +403,8 @@ spec: - /manager env: - name: RELATED_IMAGE_WASMSHIM - value: oci://quay.io/kuadrant/wasm-shim:latest - image: quay.io/kuadrant/kuadrant-operator:latest + value: oci://quay.io/kuadrant/wasm-shim:v0.3.0 + image: quay.io/kuadrant/kuadrant-operator:v0.5.0 livenessProbe: httpGet: path: /healthz @@ -506,7 +506,7 @@ spec: name: Red Hat url: https://github.com/Kuadrant/kuadrant-operator relatedImages: - - image: oci://quay.io/kuadrant/wasm-shim:latest + - image: oci://quay.io/kuadrant/wasm-shim:v0.3.0 name: wasmshim - replaces: kuadrant-operator.v0.0.0-alpha - version: 0.0.0 + replaces: kuadrant-operator.v0.4.1 + version: 0.5.0 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 3f116c11b..b7f71e4d4 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: kuadrant-operator - operators.operatorframework.io.bundle.channels.v1: alpha + operators.operatorframework.io.bundle.channels.v1: stable + operators.operatorframework.io.bundle.channel.default.v1: stable operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3 diff --git a/bundle/metadata/dependencies.yaml b/bundle/metadata/dependencies.yaml index ec5854a32..07079db22 100644 --- a/bundle/metadata/dependencies.yaml +++ b/bundle/metadata/dependencies.yaml @@ -2,8 +2,8 @@ dependencies: - type: olm.package value: packageName: authorino-operator - version: "0.0.0" + version: "0.10.0" - type: olm.package value: packageName: limitador-operator - version: "0.0.0" + version: "0.7.0" diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index f44157fc4..f209f5335 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -10,4 +10,4 @@ kind: Kustomization images: - name: controller newName: quay.io/kuadrant/kuadrant-operator - newTag: latest + newTag: v0.5.0 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index c893739f8..918888b38 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -29,7 +29,7 @@ spec: - /manager env: - name: RELATED_IMAGE_WASMSHIM - value: "oci://quay.io/kuadrant/wasm-shim:latest" + value: "oci://quay.io/kuadrant/wasm-shim:v0.3.0" image: controller:latest name: manager securityContext: diff --git a/config/manifests/bases/kuadrant-operator.clusterserviceversion.yaml b/config/manifests/bases/kuadrant-operator.clusterserviceversion.yaml index f38ddf156..86475d6e6 100644 --- a/config/manifests/bases/kuadrant-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/kuadrant-operator.clusterserviceversion.yaml @@ -5,12 +5,12 @@ metadata: alm-examples: '[]' capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/kuadrant-operator:latest + containerImage: quay.io/kuadrant/kuadrant-operator:v0.5.0 operators.operatorframework.io/builder: operator-sdk-v1.9.0 operators.operatorframework.io/project_layout: unknown repository: https://github.com/Kuadrant/kuadrant-operator support: kuadrant - name: kuadrant-operator.v0.0.0 + name: kuadrant-operator.v0.5.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -76,5 +76,5 @@ spec: provider: name: Red Hat url: https://github.com/Kuadrant/kuadrant-operator - replaces: kuadrant-operator.v0.0.0-alpha - version: 0.0.0 + replaces: kuadrant-operator.v0.4.1 + version: 0.5.0