Skip to content

Commit

Permalink
Merge branch 'cherry-pick_22f41d137f82b636cdd16ee1549e450c19348287' i…
Browse files Browse the repository at this point in the history
…nto 'release-24.3'

Cherry-pick: Bump project version to 24.3.0

See merge request nvidia/kubernetes/gpu-operator!1080
  • Loading branch information
cdesiniotis committed Apr 29, 2024
2 parents 10bc428 + ca90629 commit 0fe1e8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <23.9.2'
olm.skipRange: '>=1.9.0 <24.3.0'
alm-examples: |-
[
{
Expand Down Expand Up @@ -195,7 +195,7 @@ metadata:
provider: NVIDIA
repository: http://github.com/NVIDIA/gpu-operator
support: NVIDIA
name: gpu-operator-certified.v23.9.2
name: gpu-operator-certified.v24.3.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -952,5 +952,5 @@ spec:
maturity: stable
provider:
name: NVIDIA Corporation
version: 23.9.2
replaces: gpu-operator-certified.v23.9.1
version: 24.3.0
replaces: gpu-operator-certified.v23.9.2
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2
VERSION ?= v24.3.0

CUDA_VERSION ?= 12.4.1
GOLANG_VERSION ?= 1.22.2
Expand Down

0 comments on commit 0fe1e8d

Please sign in to comment.