Skip to content

Commit

Permalink
Bump version to 24.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <[email protected]>
  • Loading branch information
cdesiniotis committed Jan 24, 2025
1 parent f9efa89 commit 08cf86a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
olm.skipRange: '>=1.9.0 <24.9.1'
olm.skipRange: '>=1.9.0 <24.9.2'
alm-examples: |-
[
{
Expand Down Expand Up @@ -195,7 +195,7 @@ metadata:
provider: NVIDIA
repository: http://github.com/NVIDIA/gpu-operator
support: NVIDIA
name: gpu-operator-certified.v24.9.1
name: gpu-operator-certified.v24.9.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -921,5 +921,5 @@ spec:
maturity: stable
provider:
name: NVIDIA Corporation
version: 24.9.1
replaces: gpu-operator-certified.v24.9.0
version: 24.9.2
replaces: gpu-operator-certified.v24.9.1
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= v24.9.1
VERSION ?= v24.9.2

GOLANG_VERSION ?= 1.22.8

Expand Down

0 comments on commit 08cf86a

Please sign in to comment.