Skip to content

Commit

Permalink
Merge branch 'bump-version' into 'release-23.6'
Browse files Browse the repository at this point in the history
bump version to v23.6.2

See merge request nvidia/kubernetes/gpu-operator!988
  • Loading branch information
tariq1890 committed Dec 13, 2023
2 parents 112a8f4 + 46c7718 commit 5eb847e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -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: |-
[
{
Expand Down Expand Up @@ -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: {}
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion versions.mk
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.6.1
VERSION ?= v23.6.2

CUDA_VERSION ?= 12.3.1
GOLANG_VERSION ?= 1.20.1
Expand Down

0 comments on commit 5eb847e

Please sign in to comment.