Skip to content

Commit b96b4d0

Browse files
authored
Merge pull request #1081 from NVIDIA/bump-version-24.9.0
Bump project version to 24.9.0
2 parents b548a9f + eba2737 commit b96b4d0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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 <24.6.2'
21+
olm.skipRange: '>=1.9.0 <24.9.0'
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.v24.6.2
198+
name: gpu-operator-certified.v24.9.0
199199
namespace: placeholder
200200
spec:
201201
apiservicedefinitions: {}
@@ -921,5 +921,5 @@ spec:
921921
maturity: stable
922922
provider:
923923
name: NVIDIA Corporation
924-
version: 24.6.2
925-
replaces: gpu-operator-certified.v24.6.1
924+
version: 24.9.0
925+
replaces: gpu-operator-certified.v24.6.2

bundle/metadata/annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
annotations:
2-
operators.operatorframework.io.bundle.channels.v1: stable,v24.6
3-
operators.operatorframework.io.bundle.channel.default.v1: v24.6
2+
operators.operatorframework.io.bundle.channels.v1: stable,v24.9
3+
operators.operatorframework.io.bundle.channel.default.v1: v24.9
44
operators.operatorframework.io.bundle.manifests.v1: manifests/
55
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
66
operators.operatorframework.io.bundle.metadata.v1: metadata/

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 ?= v24.6.2
20+
VERSION ?= v24.9.0
2121

2222
GOLANG_VERSION ?= 1.22.8
2323

0 commit comments

Comments
 (0)