diff --git a/build.yaml b/build.yaml new file mode 100644 index 00000000..9baf75f1 --- /dev/null +++ b/build.yaml @@ -0,0 +1,3 @@ +config: + authorinoImage: quay.io/kuadrant/authorino:v0.17.2 + replaces: authorino-operator.v0.11.1 diff --git a/bundle.Dockerfile b/bundle.Dockerfile index d758f920..966eca2d 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -6,6 +6,7 @@ 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.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 e9fe4af9..b2874dfb 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-07-11T09:10:47Z" + containerImage: quay.io/kuadrant/authorino-operator:v0.12.0-alpha1 + createdAt: "2024-07-23T16:11:03Z" 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 @@ -93,7 +93,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.12.0-alpha1 namespace: placeholder spec: apiservicedefinitions: {} @@ -319,7 +319,7 @@ spec: - --leader-elect command: - /manager - image: quay.io/kuadrant/authorino-operator:latest + image: quay.io/kuadrant/authorino-operator:v0.12.0-alpha1 livenessProbe: httpGet: path: /healthz @@ -369,7 +369,7 @@ spec: - command: - authorino - webhooks - image: quay.io/kuadrant/authorino:latest + image: quay.io/kuadrant/authorino:v0.17.2 name: webhooks ports: - containerPort: 9443 @@ -495,7 +495,7 @@ spec: minKubeVersion: 1.8.0 provider: name: Red Hat - version: 0.0.0 + version: 0.12.0-alpha1 webhookdefinitions: - admissionReviewVersions: - v1beta1 @@ -509,3 +509,4 @@ spec: targetPort: 9443 type: ConversionWebhook webhookPath: /convert + replaces: authorino-operator.v0.11.1 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index c045d911..c2132f4c 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -5,6 +5,7 @@ annotations: 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.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 ed215165..21b865fb 100644 --- a/charts/authorino-operator/Chart.yaml +++ b/charts/authorino-operator/Chart.yaml @@ -18,7 +18,7 @@ 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" +version: "0.12.0-alpha1" 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 d03f50f0..30b81287 100644 --- a/charts/authorino-operator/templates/manifests.yaml +++ b/charts/authorino-operator/templates/manifests.yaml @@ -6171,7 +6171,7 @@ spec: - --leader-elect command: - /manager - image: quay.io/kuadrant/authorino-operator:latest + image: quay.io/kuadrant/authorino-operator:v0.12.0-alpha1 livenessProbe: httpGet: path: /healthz @@ -6225,7 +6225,7 @@ spec: - command: - authorino - webhooks - image: quay.io/kuadrant/authorino:latest + image: quay.io/kuadrant/authorino:v0.17.2 name: webhooks ports: - containerPort: 9443 diff --git a/config/authorino/kustomization.yaml b/config/authorino/kustomization.yaml index ef0ddde0..e974a42f 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.2 - webhook # Configures the conversion webhook images: - name: AUTHORINO_IMAGE newName: quay.io/kuadrant/authorino - newTag: latest + newTag: v0.17.2 patchesStrategicMerge: - webhook/patches/webhook_in_authconfigs.yaml diff --git a/config/deploy/manifests.yaml b/config/deploy/manifests.yaml index d03f50f0..30b81287 100644 --- a/config/deploy/manifests.yaml +++ b/config/deploy/manifests.yaml @@ -6171,7 +6171,7 @@ spec: - --leader-elect command: - /manager - image: quay.io/kuadrant/authorino-operator:latest + image: quay.io/kuadrant/authorino-operator:v0.12.0-alpha1 livenessProbe: httpGet: path: /healthz @@ -6225,7 +6225,7 @@ spec: - command: - authorino - webhooks - image: quay.io/kuadrant/authorino:latest + image: quay.io/kuadrant/authorino:v0.17.2 name: webhooks ports: - containerPort: 9443 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 77334c5b..b028e56d 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -16,4 +16,4 @@ configMapGenerator: images: - name: controller newName: quay.io/kuadrant/authorino-operator - newTag: latest + newTag: v0.12.0-alpha1 diff --git a/config/manifests/bases/authorino-operator.clusterserviceversion.yaml b/config/manifests/bases/authorino-operator.clusterserviceversion.yaml index 071dfa7c..b30e4c88 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.12.0-alpha1 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.12.0-alpha1 namespace: placeholder labels: operatorframework.io/arch.amd64: supported @@ -77,4 +77,4 @@ spec: minKubeVersion: 1.8.0 provider: name: Red Hat - version: 0.0.0 + version: 0.12.0-alpha1