Skip to content

Commit cc1b1e6

Browse files
authored
Merge pull request #1682 from NVIDIA/cherrypick_dfab990947b1c87c80bd83c2754594eada39a397
Cherry-pick: Bump version to v25.3.3
2 parents 2175c9a + 4ca21a5 commit cc1b1e6

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.3.2'
21+
olm.skipRange: '>=1.9.0 <25.3.3'
2222
alm-examples: |-
2323
[
2424
{
@@ -190,7 +190,7 @@ metadata:
190190
provider: NVIDIA
191191
repository: http://github.com/NVIDIA/gpu-operator
192192
support: NVIDIA
193-
name: gpu-operator-certified.v25.3.2
193+
name: gpu-operator-certified.v25.3.3
194194
namespace: placeholder
195195
spec:
196196
apiservicedefinitions: {}
@@ -951,5 +951,5 @@ spec:
951951
maturity: stable
952952
provider:
953953
name: NVIDIA Corporation
954-
version: 25.3.2
955-
replaces: gpu-operator-certified.v25.3.1
954+
version: 25.3.3
955+
replaces: gpu-operator-certified.v25.3.2

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.3.2
20+
VERSION ?= v25.3.3
2121

2222
GOLANG_VERSION ?= 1.25.1
2323

0 commit comments

Comments
 (0)