From 43be7c0771e728070e84f1d8ff08ed72e3bea8e7 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 27 May 2026 10:39:19 -0700 Subject: [PATCH] bump gpu-operator version to v26.3.2 Signed-off-by: Tariq Ibrahim --- .../gpu-operator-certified.clusterserviceversion.yaml | 8 ++++---- versions.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml index 8294ccbdb..4cde9ec97 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 <26.3.1' + olm.skipRange: '>=1.9.0 <26.3.2' alm-examples: |- [ { @@ -198,7 +198,7 @@ metadata: provider: NVIDIA repository: http://github.com/NVIDIA/gpu-operator support: NVIDIA - name: gpu-operator-certified.v26.3.1 + name: gpu-operator-certified.v26.3.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -979,5 +979,5 @@ spec: maturity: stable provider: name: NVIDIA Corporation - version: 26.3.1 - replaces: gpu-operator-certified.v26.3.0 + version: 26.3.2 + replaces: gpu-operator-certified.v26.3.1 diff --git a/versions.mk b/versions.mk index cfcdc8fbf..ed19f61d3 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 ?= v26.3.1 +VERSION ?= v26.3.2 GOLANG_VERSION ?= 1.26.3