From 7da6c94bccacba1d3da4d3511721ddbd2f0ae101 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Feb 2024 13:13:54 +0000 Subject: [PATCH] Prepared release v0.11.0 --- build.yaml | 3 +++ bundle.Dockerfile | 3 ++- .../authorino-operator.clusterserviceversion.yaml | 11 ++++++----- bundle/metadata/annotations.yaml | 3 ++- config/authorino/kustomization.yaml | 4 ++-- config/deploy/manifests.yaml | 4 ++-- .../authorino-operator.clusterserviceversion.yaml | 6 +++--- 7 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 build.yaml diff --git a/build.yaml b/build.yaml new file mode 100644 index 00000000..d8bf5552 --- /dev/null +++ b/build.yaml @@ -0,0 +1,3 @@ +config: + authorinoImage: quay.io/kuadrant/authorino:v0.17.0 + replaces: authorino-operator.v0.10.0 diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 8fe9a64b..289359d2 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=authorino-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.22.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/authorino-operator.clusterserviceversion.yaml b/bundle/manifests/authorino-operator.clusterserviceversion.yaml index 61285912..8d65bb4e 100644 --- a/bundle/manifests/authorino-operator.clusterserviceversion.yaml +++ b/bundle/manifests/authorino-operator.clusterserviceversion.yaml @@ -82,13 +82,13 @@ metadata: ] capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/authorino-operator:latest + containerImage: quay.io/kuadrant/authorino-operator:v0.11.0 createdAt: 2021-12-08T10-00-00Z operators.operatorframework.io/builder: operator-sdk-v1.22.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/Kuadrant/authorino-operator support: kuadrant - name: authorino-operator.v0.0.0 + name: authorino-operator.v0.11.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -314,7 +314,7 @@ spec: - --leader-elect command: - /manager - image: quay.io/kuadrant/authorino-operator:latest + image: quay.io/kuadrant/authorino-operator:v0.11.0 livenessProbe: httpGet: path: /healthz @@ -361,7 +361,7 @@ spec: - command: - authorino - webhooks - image: quay.io/kuadrant/authorino:latest + image: quay.io/kuadrant/authorino:v0.17.0 name: webhooks ports: - containerPort: 9443 @@ -487,7 +487,7 @@ spec: minKubeVersion: 1.8.0 provider: name: Red Hat - version: 0.0.0 + version: 0.11.0 webhookdefinitions: - admissionReviewVersions: - v1beta1 @@ -501,3 +501,4 @@ spec: targetPort: 9443 type: ConversionWebhook webhookPath: /convert + replaces: authorino-operator.v0.10.0 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 118a56d0..e8e53507 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: authorino-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.22.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3 diff --git a/config/authorino/kustomization.yaml b/config/authorino/kustomization.yaml index ef0ddde0..e9a0a37f 100644 --- a/config/authorino/kustomization.yaml +++ b/config/authorino/kustomization.yaml @@ -2,14 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/Kuadrant/authorino/install?ref=main +- github.com/Kuadrant/authorino/install?ref=v0.17.0 - webhook # Configures the conversion webhook images: - name: AUTHORINO_IMAGE newName: quay.io/kuadrant/authorino - newTag: latest + newTag: v0.17.0 patchesStrategicMerge: - webhook/patches/webhook_in_authconfigs.yaml diff --git a/config/deploy/manifests.yaml b/config/deploy/manifests.yaml index 577605dc..abd7b8c2 100644 --- a/config/deploy/manifests.yaml +++ b/config/deploy/manifests.yaml @@ -6152,7 +6152,7 @@ spec: - --leader-elect command: - /manager - image: quay.io/kuadrant/authorino-operator:latest + image: quay.io/kuadrant/authorino-operator:v0.11.0 livenessProbe: httpGet: path: /healthz @@ -6203,7 +6203,7 @@ spec: - command: - authorino - webhooks - image: quay.io/kuadrant/authorino:latest + image: quay.io/kuadrant/authorino:v0.17.0 name: webhooks ports: - containerPort: 9443 diff --git a/config/manifests/bases/authorino-operator.clusterserviceversion.yaml b/config/manifests/bases/authorino-operator.clusterserviceversion.yaml index dd7ede9b..a708e107 100644 --- a/config/manifests/bases/authorino-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/authorino-operator.clusterserviceversion.yaml @@ -5,13 +5,13 @@ metadata: alm-examples: '[]' capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/authorino-operator:latest + containerImage: quay.io/kuadrant/authorino-operator:v0.11.0 createdAt: 2021-12-08T10-00-00Z operators.operatorframework.io/builder: operator-sdk-v1.9.0 operators.operatorframework.io/project_layout: unknown repository: https://github.com/Kuadrant/authorino-operator support: kuadrant - name: authorino-operator.v0.0.0 + name: authorino-operator.v0.11.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -72,4 +72,4 @@ spec: minKubeVersion: 1.8.0 provider: name: Red Hat - version: 0.0.0 + version: 0.11.0