diff --git a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml index 24f99fe34..84bfbcc57 100644 --- a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml +++ b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml @@ -18,7 +18,7 @@ metadata: features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" - olm.skipRange: '>=1.9.0 <25.3.4' + olm.skipRange: '>=1.9.0 <25.10.0' alm-examples: |- [ { @@ -193,7 +193,7 @@ metadata: provider: NVIDIA repository: http://github.com/NVIDIA/gpu-operator support: NVIDIA - name: gpu-operator-certified.v25.3.4 + name: gpu-operator-certified.v25.10.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -978,5 +978,5 @@ spec: maturity: stable provider: name: NVIDIA Corporation - version: 25.3.4 - replaces: gpu-operator-certified.v25.3.3 + version: 25.10.0 + replaces: gpu-operator-certified.v25.3.4 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index cd9bfe5e3..771c2cf71 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -1,6 +1,6 @@ annotations: - operators.operatorframework.io.bundle.channels.v1: stable,v25.3 - operators.operatorframework.io.bundle.channel.default.v1: v25.3 + operators.operatorframework.io.bundle.channels.v1: stable,v25.10 + operators.operatorframework.io.bundle.channel.default.v1: v25.10 operators.operatorframework.io.bundle.manifests.v1: manifests/ operators.operatorframework.io.bundle.mediatype.v1: registry+v1 operators.operatorframework.io.bundle.metadata.v1: metadata/ diff --git a/versions.mk b/versions.mk index 55d1610ac..d36a4ec1e 100644 --- a/versions.mk +++ b/versions.mk @@ -17,7 +17,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 ?= v25.3.4 +VERSION ?= v25.10.0 GOLANG_VERSION ?= 1.25.2