Skip to content

Commit 140f8a3

Browse files
authored
Merge pull request #1552 from NVIDIA/bump-project-25.3.2
Bump version to 25.3.2
2 parents c213a23 + df9218d commit 140f8a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.1'
21+
olm.skipRange: '>=1.9.0 <25.3.2'
2222
alm-examples: |-
2323
[
2424
{
@@ -195,7 +195,7 @@ metadata:
195195
provider: NVIDIA
196196
repository: http://github.com/NVIDIA/gpu-operator
197197
support: NVIDIA
198-
name: gpu-operator-certified.v25.3.1
198+
name: gpu-operator-certified.v25.3.2
199199
namespace: placeholder
200200
spec:
201201
apiservicedefinitions: {}
@@ -956,5 +956,5 @@ spec:
956956
maturity: stable
957957
provider:
958958
name: NVIDIA Corporation
959-
version: 25.3.1
960-
replaces: gpu-operator-certified.v25.3.0
959+
version: 25.3.2
960+
replaces: gpu-operator-certified.v25.3.1

versions.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
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.1
20+
VERSION ?= v25.3.2
2121

22-
GOLANG_VERSION ?= 1.24.4
22+
GOLANG_VERSION ?= 1.24.5
2323

2424
GOLANGCI_LINT_VERSION ?= v2.1.6
2525

0 commit comments

Comments
 (0)