Skip to content

Commit 0fe1e8d

Browse files
committed
Merge branch 'cherry-pick_22f41d137f82b636cdd16ee1549e450c19348287' into 'release-24.3'
Cherry-pick: Bump project version to 24.3.0 See merge request nvidia/kubernetes/gpu-operator!1080
2 parents 10bc428 + ca90629 commit 0fe1e8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
features.operators.openshift.io/cnf: "false"
1919
features.operators.openshift.io/cni: "false"
2020
features.operators.openshift.io/csi: "false"
21-
olm.skipRange: '>=1.9.0 <23.9.2'
21+
olm.skipRange: '>=1.9.0 <24.3.0'
2222
alm-examples: |-
2323
[
2424
{
@@ -195,7 +195,7 @@ metadata:
195195
provider: NVIDIA
196196
repository: http://github.com/NVIDIA/gpu-operator
197197
support: NVIDIA
198-
name: gpu-operator-certified.v23.9.2
198+
name: gpu-operator-certified.v24.3.0
199199
namespace: placeholder
200200
spec:
201201
apiservicedefinitions: {}
@@ -952,5 +952,5 @@ spec:
952952
maturity: stable
953953
provider:
954954
name: NVIDIA Corporation
955-
version: 23.9.2
956-
replaces: gpu-operator-certified.v23.9.1
955+
version: 24.3.0
956+
replaces: gpu-operator-certified.v23.9.2

versions.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# To re-generate a bundle for another specific version without changing the standard setup, you can:
1818
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
1919
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
20-
VERSION ?= v23.9.2
20+
VERSION ?= v24.3.0
2121

2222
CUDA_VERSION ?= 12.4.1
2323
GOLANG_VERSION ?= 1.22.2

0 commit comments

Comments
 (0)