From db4d4554f00d8f1d69b00671348c22028809f0ac Mon Sep 17 00:00:00 2001 From: Vaishnavi Hire Date: Mon, 19 Feb 2024 19:17:09 -0500 Subject: [PATCH] ODH Release 2.8 --- Makefile | 2 +- .../opendatahub-operator-webhook-service_v1_service.yaml | 1 + .../opendatahub-operator.clusterserviceversion.yaml | 7 ++++--- .../opendatahub-operator.clusterserviceversion.yaml | 9 +++++---- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index f56074ee699..e421cba1ebf 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 2.7.0 +VERSION ?= 2.8.0 # IMAGE_TAG_BASE defines the opendatahub.io namespace and part of the image name for remote images. # This variable is used to construct full image tags for bundle and catalog images. # diff --git a/bundle/manifests/opendatahub-operator-webhook-service_v1_service.yaml b/bundle/manifests/opendatahub-operator-webhook-service_v1_service.yaml index 916c369e093..71d4a49d17d 100644 --- a/bundle/manifests/opendatahub-operator-webhook-service_v1_service.yaml +++ b/bundle/manifests/opendatahub-operator-webhook-service_v1_service.yaml @@ -4,6 +4,7 @@ metadata: annotations: service.beta.openshift.io/inject-cabundle: "true" service.beta.openshift.io/serving-cert-secret-name: opendatahub-operator-controller-webhook-cert + creationTimestamp: null labels: app.kubernetes.io/component: webhook app.kubernetes.io/created-by: opendatahub-operator diff --git a/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml b/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml index 0156dac3b1c..1907b7f51a9 100644 --- a/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml +++ b/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml @@ -112,14 +112,14 @@ metadata: capabilities: Full Lifecycle categories: AI/Machine Learning, Big Data certified: "False" - containerImage: quay.io/opendatahub/opendatahub-operator:v2.7.0 + containerImage: quay.io/opendatahub/opendatahub-operator:v2.8.0 createdAt: "2024-2-06T00:00:00Z" olm.skipRange: '>=1.0.0 <2.0.0' operators.operatorframework.io/builder: operator-sdk-v1.24.1 operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]' operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/opendatahub-io/opendatahub-operator - name: opendatahub-operator.v2.7.0 + name: opendatahub-operator.v2.8.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -1902,10 +1902,11 @@ spec: minKubeVersion: 1.22.0 provider: name: ODH + replaces: opendatahub-operator.v2.7.0 selector: matchLabels: component: opendatahub-operator - version: 2.7.0 + version: 2.8.0 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/manifests/bases/opendatahub-operator.clusterserviceversion.yaml b/config/manifests/bases/opendatahub-operator.clusterserviceversion.yaml index 5ba626d42a9..a80ad09f3c6 100644 --- a/config/manifests/bases/opendatahub-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/opendatahub-operator.clusterserviceversion.yaml @@ -6,12 +6,12 @@ metadata: capabilities: Full Lifecycle categories: AI/Machine Learning, Big Data certified: "False" - containerImage: quay.io/opendatahub/opendatahub-operator:v2.7.0 - createdAt: "2024-2-06T00:00:00Z" + containerImage: quay.io/opendatahub/opendatahub-operator:v2.8.0 + createdAt: "2024-2-20T00:00:00Z" olm.skipRange: '>=1.0.0 <2.0.0' operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]' repository: https://github.com/opendatahub-io/opendatahub-operator - name: opendatahub-operator.v0.0.0 + name: opendatahub-operator.v2.8.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -102,7 +102,8 @@ spec: minKubeVersion: 1.22.0 provider: name: ODH + replaces: opendatahub-operator.v2.7.0 selector: matchLabels: component: opendatahub-operator - version: 2.7.0 + version: 2.8.0