From 46c77187f36688f7f31284e98d3f7b8095bfb4de Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 13 Dec 2023 13:36:11 -0800 Subject: [PATCH] bump version to v23.6.2 --- .../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 9273986d1..ea32f7a11 100644 --- a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml +++ b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml @@ -9,7 +9,7 @@ metadata: pod-security.kubernetes.io/warn: privileged annotations: operators.openshift.io/infrastructure-features: '["Disconnected"]' - olm.skipRange: '>=1.9.0 <23.6.0' + olm.skipRange: '>=1.9.0 <23.6.2' alm-examples: |- [ { @@ -147,7 +147,7 @@ metadata: provider: NVIDIA repository: http://github.com/NVIDIA/gpu-operator support: NVIDIA - name: gpu-operator-certified.v23.6.0 + name: gpu-operator-certified.v23.6.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -854,5 +854,5 @@ spec: maturity: stable provider: name: NVIDIA Corporation - version: 23.6.0 - replaces: gpu-operator-certified.v23.3.2 + version: 23.6.2 + replaces: gpu-operator-certified.v23.6.1 diff --git a/versions.mk b/versions.mk index 93acc568a..8e36aaa37 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 ?= v23.6.1 +VERSION ?= v23.6.2 CUDA_VERSION ?= 12.3.1 GOLANG_VERSION ?= 1.20.1