Skip to content

Commit 5a25fef

Browse files
authored
Merge pull request #2375 from NVIDIA/backport-2374-to-release-26.3
[release-26.3] bump project version to v26.3.1
2 parents 0452238 + 5b41e54 commit 5a25fef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
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 <26.3.0'
21+
olm.skipRange: '>=1.9.0 <26.3.1'
2222
alm-examples: |-
2323
[
2424
{
@@ -198,7 +198,7 @@ metadata:
198198
provider: NVIDIA
199199
repository: http://github.com/NVIDIA/gpu-operator
200200
support: NVIDIA
201-
name: gpu-operator-certified.v26.3.0
201+
name: gpu-operator-certified.v26.3.1
202202
namespace: placeholder
203203
spec:
204204
apiservicedefinitions: {}
@@ -979,5 +979,5 @@ spec:
979979
maturity: stable
980980
provider:
981981
name: NVIDIA Corporation
982-
version: 26.3.0
983-
replaces: gpu-operator-certified.v25.10.1
982+
version: 26.3.1
983+
replaces: gpu-operator-certified.v26.3.0

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 ?= v26.3.0
20+
VERSION ?= v26.3.1
2121

2222
GOLANG_VERSION ?= 1.26.2
2323

0 commit comments

Comments
 (0)