From 166c5be5c83d968d60c3fa6d0e86c91b5ee192da Mon Sep 17 00:00:00 2001 From: Thomas Maas Date: Sat, 29 Aug 2026 10:39:07 +0200 Subject: [PATCH 1/2] Prepare release v0.23.5 Co-Authored-By: Claude Sonnet 4.6 (1M context) Signed-off-by: Thomas Maas --- build.yaml | 7 +++---- ...authorino-operator.clusterserviceversion.yaml | 16 ++++++++-------- charts/authorino-operator/Chart.yaml | 4 ++-- .../authorino-operator/templates/manifests.yaml | 4 ++-- config/authorino/kustomization.yaml | 4 ++-- config/deploy/manifests.yaml | 4 ++-- config/manager/manager.yaml | 2 +- ...authorino-operator.clusterserviceversion.yaml | 6 +++--- 8 files changed, 23 insertions(+), 24 deletions(-) diff --git a/build.yaml b/build.yaml index 2dee823d..47c12283 100644 --- a/build.yaml +++ b/build.yaml @@ -1,5 +1,4 @@ config: - version: 0.23.4 - replaces: authorino-operator.v0.23.3 - authorinoVersion: 0.24.3 - authorinoImage: quay.io/kuadrant/authorino:v0.24.3 + authorinoImage: quay.io/kuadrant/authorino:v0.24.4 + version: 0.23.5 + replaces: authorino-operator.v0.23.4 diff --git a/bundle/manifests/authorino-operator.clusterserviceversion.yaml b/bundle/manifests/authorino-operator.clusterserviceversion.yaml index 086e4987..73305c37 100644 --- a/bundle/manifests/authorino-operator.clusterserviceversion.yaml +++ b/bundle/manifests/authorino-operator.clusterserviceversion.yaml @@ -54,8 +54,8 @@ metadata: ] capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/authorino-operator:v0.23.4 - createdAt: "2026-07-23T13:57:46Z" + containerImage: quay.io/kuadrant/authorino-operator:v0.23.5 + createdAt: "2026-08-29T08:38:45Z" operators.operatorframework.io/builder: operator-sdk-v1.32.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/Kuadrant/authorino-operator @@ -66,7 +66,7 @@ metadata: operatorframework.io/arch.ppc64le: supported operatorframework.io/arch.s390x: supported operatorframework.io/os.linux: supported - name: authorino-operator.v0.23.4 + name: authorino-operator.v0.23.5 namespace: placeholder spec: apiservicedefinitions: {} @@ -255,8 +255,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:v0.24.3 - image: quay.io/kuadrant/authorino-operator:v0.23.4 + value: quay.io/kuadrant/authorino:v0.24.4 + image: quay.io/kuadrant/authorino-operator:v0.23.5 livenessProbe: httpGet: path: /healthz @@ -359,7 +359,7 @@ spec: provider: name: Red Hat relatedImages: - - image: quay.io/kuadrant/authorino:v0.24.3 + - image: quay.io/kuadrant/authorino:v0.24.4 name: authorino - version: 0.23.4 - replaces: authorino-operator.v0.23.3 + version: 0.23.5 + replaces: authorino-operator.v0.23.4 diff --git a/charts/authorino-operator/Chart.yaml b/charts/authorino-operator/Chart.yaml index 0557fd0d..92459e33 100644 --- a/charts/authorino-operator/Chart.yaml +++ b/charts/authorino-operator/Chart.yaml @@ -18,8 +18,8 @@ sources: kubeVersion: ">=1.19.0-0" type: application # The version will be properly set when the chart is released matching the operator version -version: "0.23.4" -appVersion: "0.23.4" +version: "0.23.5" +appVersion: "0.23.5" maintainers: - email: mcassola@redhat.com name: Guilherme Cassolato diff --git a/charts/authorino-operator/templates/manifests.yaml b/charts/authorino-operator/templates/manifests.yaml index 853bf105..ef6139a7 100644 --- a/charts/authorino-operator/templates/manifests.yaml +++ b/charts/authorino-operator/templates/manifests.yaml @@ -6067,8 +6067,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:v0.24.3 - image: quay.io/kuadrant/authorino-operator:v0.23.4 + value: quay.io/kuadrant/authorino:v0.24.4 + image: quay.io/kuadrant/authorino-operator:v0.23.5 livenessProbe: httpGet: path: /healthz diff --git a/config/authorino/kustomization.yaml b/config/authorino/kustomization.yaml index cea72139..fc2c472d 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=v0.24.3 +- github.com/Kuadrant/authorino/install?ref=v0.24.4 # - webhook # # Configures the conversion webhook # images: # - name: AUTHORINO_IMAGE # newName: quay.io/kuadrant/authorino -# newTag: v0.24.3 +# newTag: v0.24.4 # patchesStrategicMerge: # - webhook/patches/webhook_in_authconfigs.yaml diff --git a/config/deploy/manifests.yaml b/config/deploy/manifests.yaml index 743776e4..4f5dab0c 100644 --- a/config/deploy/manifests.yaml +++ b/config/deploy/manifests.yaml @@ -6074,8 +6074,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:v0.24.3 - image: quay.io/kuadrant/authorino-operator:v0.23.4 + value: quay.io/kuadrant/authorino:v0.24.4 + image: quay.io/kuadrant/authorino-operator:v0.23.5 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 9f129c17..b4336b66 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -22,7 +22,7 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:v0.24.3 + value: quay.io/kuadrant/authorino:v0.24.4 args: - --leader-elect image: controller:latest diff --git a/config/manifests/bases/authorino-operator.clusterserviceversion.yaml b/config/manifests/bases/authorino-operator.clusterserviceversion.yaml index 4e01c9f5..a1c389ca 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:v0.23.4 + containerImage: quay.io/kuadrant/authorino-operator:v0.23.5 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.23.4 + name: authorino-operator.v0.23.5 namespace: placeholder labels: operatorframework.io/arch.amd64: supported @@ -78,4 +78,4 @@ spec: minKubeVersion: 1.25.0 provider: name: Red Hat - version: 0.23.4 + version: 0.23.5 From 5a84a1f3ffb7af8ffa30113d0753fb70357610ee Mon Sep 17 00:00:00 2001 From: Thomas Maas Date: Sat, 29 Aug 2026 10:50:04 +0200 Subject: [PATCH 2/2] fix: add authorinoVersion to build.yaml and regenerate manifests The authorinoVersion field was missing from build.yaml, causing CI to fall back to AUTHORINO_VERSION=latest when running verify-bundle/manifests. Co-Authored-By: Claude Sonnet 4.6 (1M context) Signed-off-by: Thomas Maas --- build.yaml | 3 ++- bundle/manifests/authorino-operator.clusterserviceversion.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 47c12283..f4d6a3bb 100644 --- a/build.yaml +++ b/build.yaml @@ -1,4 +1,5 @@ config: - authorinoImage: quay.io/kuadrant/authorino:v0.24.4 version: 0.23.5 replaces: authorino-operator.v0.23.4 + authorinoVersion: 0.24.4 + authorinoImage: quay.io/kuadrant/authorino:v0.24.4 diff --git a/bundle/manifests/authorino-operator.clusterserviceversion.yaml b/bundle/manifests/authorino-operator.clusterserviceversion.yaml index 73305c37..ad9107a7 100644 --- a/bundle/manifests/authorino-operator.clusterserviceversion.yaml +++ b/bundle/manifests/authorino-operator.clusterserviceversion.yaml @@ -55,7 +55,7 @@ metadata: capabilities: Basic Install categories: Integration & Delivery containerImage: quay.io/kuadrant/authorino-operator:v0.23.5 - createdAt: "2026-08-29T08:38:45Z" + createdAt: "2026-08-29T08:49:44Z" operators.operatorframework.io/builder: operator-sdk-v1.32.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/Kuadrant/authorino-operator