Skip to content

Commit 8460187

Browse files
authored
Merge pull request #1964 from NVIDIA/backport-1963-to-release-25.10
[release-25.10] Bump project version to 25.10.1
2 parents e687ea5 + b1cb32b commit 8460187

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
@@ -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 <25.10.0'
21+
olm.skipRange: '>=1.9.0 <25.10.1'
2222
alm-examples: |-
2323
[
2424
{
@@ -193,7 +193,7 @@ metadata:
193193
provider: NVIDIA
194194
repository: http://github.com/NVIDIA/gpu-operator
195195
support: NVIDIA
196-
name: gpu-operator-certified.v25.10.0
196+
name: gpu-operator-certified.v25.10.1
197197
namespace: placeholder
198198
spec:
199199
apiservicedefinitions: {}
@@ -978,5 +978,5 @@ spec:
978978
maturity: stable
979979
provider:
980980
name: NVIDIA Corporation
981-
version: 25.10.0
982-
replaces: gpu-operator-certified.v25.3.4
981+
version: 25.10.1
982+
replaces: gpu-operator-certified.v25.10.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 ?= v25.10.0
20+
VERSION ?= v25.10.1
2121

2222
GOLANG_VERSION ?= 1.25.2
2323

0 commit comments

Comments
 (0)