diff --git a/build.yaml b/build.yaml new file mode 100644 index 00000000..572fc92e --- /dev/null +++ b/build.yaml @@ -0,0 +1,3 @@ +config: + authorinoImage: quay.io/kuadrant/authorino:v0.20.0 + replaces: authorino-operator.v0.15.1 diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 53e462f3..158b671e 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.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/authorino-operator.clusterserviceversion.yaml b/bundle/manifests/authorino-operator.clusterserviceversion.yaml index c35b6fb8..5781373a 100644 --- a/bundle/manifests/authorino-operator.clusterserviceversion.yaml +++ b/bundle/manifests/authorino-operator.clusterserviceversion.yaml @@ -82,8 +82,8 @@ metadata: ] capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/authorino-operator:latest - createdAt: "2024-11-21T13:37:42Z" + containerImage: quay.io/kuadrant/authorino-operator:v0.16.0 + createdAt: "2024-11-25T13:22:24Z" 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 @@ -94,7 +94,7 @@ metadata: operatorframework.io/arch.ppc64le: supported operatorframework.io/arch.s390x: supported operatorframework.io/os.linux: supported - name: authorino-operator.v0.0.0 + name: authorino-operator.v0.16.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -322,8 +322,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:latest - image: quay.io/kuadrant/authorino-operator:latest + value: quay.io/kuadrant/authorino:v0.20.0 + image: quay.io/kuadrant/authorino-operator:v0.16.0 livenessProbe: httpGet: path: /healthz @@ -426,6 +426,7 @@ spec: provider: name: Red Hat relatedImages: - - image: quay.io/kuadrant/authorino:latest + - image: quay.io/kuadrant/authorino:v0.20.0 name: authorino - version: 0.0.0 + version: 0.16.0 + replaces: authorino-operator.v0.15.1 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 61e00619..740f23e5 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.32.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3 diff --git a/charts/authorino-operator/Chart.yaml b/charts/authorino-operator/Chart.yaml index 9e9d8a19..3b817ee6 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.0.0" -appVersion: "0.0.0" +version: "0.16.0" +appVersion: "0.16.0" 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 a7863308..01704383 100644 --- a/charts/authorino-operator/templates/manifests.yaml +++ b/charts/authorino-operator/templates/manifests.yaml @@ -6080,8 +6080,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:latest - image: quay.io/kuadrant/authorino-operator:latest + value: quay.io/kuadrant/authorino:v0.20.0 + image: quay.io/kuadrant/authorino-operator:v0.16.0 livenessProbe: httpGet: path: /healthz diff --git a/config/authorino/kustomization.yaml b/config/authorino/kustomization.yaml index c4af2fc8..6847ed98 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.20.0 # - webhook # # Configures the conversion webhook # images: # - name: AUTHORINO_IMAGE # newName: quay.io/kuadrant/authorino -# newTag: latest +# newTag: v0.20.0 # patchesStrategicMerge: # - webhook/patches/webhook_in_authconfigs.yaml diff --git a/config/deploy/manifests.yaml b/config/deploy/manifests.yaml index 5c672ed7..f88c0698 100644 --- a/config/deploy/manifests.yaml +++ b/config/deploy/manifests.yaml @@ -6087,8 +6087,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:latest - image: quay.io/kuadrant/authorino-operator:latest + value: quay.io/kuadrant/authorino:v0.20.0 + image: quay.io/kuadrant/authorino-operator:v0.16.0 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index cd47bd90..5f977d60 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:latest + value: quay.io/kuadrant/authorino:v0.20.0 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 ddc10c54..30ab978b 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.16.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.16.0 namespace: placeholder labels: operatorframework.io/arch.amd64: supported @@ -78,4 +78,4 @@ spec: minKubeVersion: 1.25.0 provider: name: Red Hat - version: 0.0.0 + version: 0.16.0