Skip to content

Commit 5eb847e

Browse files
committed
Merge branch 'bump-version' into 'release-23.6'
bump version to v23.6.2 See merge request nvidia/kubernetes/gpu-operator!988
2 parents 112a8f4 + 46c7718 commit 5eb847e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pod-security.kubernetes.io/warn: privileged
1010
annotations:
1111
operators.openshift.io/infrastructure-features: '["Disconnected"]'
12-
olm.skipRange: '>=1.9.0 <23.6.0'
12+
olm.skipRange: '>=1.9.0 <23.6.2'
1313
alm-examples: |-
1414
[
1515
{
@@ -147,7 +147,7 @@ metadata:
147147
provider: NVIDIA
148148
repository: http://github.com/NVIDIA/gpu-operator
149149
support: NVIDIA
150-
name: gpu-operator-certified.v23.6.0
150+
name: gpu-operator-certified.v23.6.2
151151
namespace: placeholder
152152
spec:
153153
apiservicedefinitions: {}
@@ -854,5 +854,5 @@ spec:
854854
maturity: stable
855855
provider:
856856
name: NVIDIA Corporation
857-
version: 23.6.0
858-
replaces: gpu-operator-certified.v23.3.2
857+
version: 23.6.2
858+
replaces: gpu-operator-certified.v23.6.1

versions.mk

Lines changed: 1 addition & 1 deletion
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.6.1
20+
VERSION ?= v23.6.2
2121

2222
CUDA_VERSION ?= 12.3.1
2323
GOLANG_VERSION ?= 1.20.1

0 commit comments

Comments
 (0)