Skip to content

Commit

Permalink
Merge pull request #867 from NVIDIA/bump-project-v24.6.0
Browse files Browse the repository at this point in the history
Bump project version to v24.6.0
  • Loading branch information
cdesiniotis authored Jul 26, 2024
2 parents 7848af2 + b49ad20 commit f27f5ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.3.0'
olm.skipRange: '>=1.9.0 <24.6.0'
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.3.0
name: gpu-operator-certified.v24.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -917,5 +917,5 @@ spec:
maturity: stable
provider:
name: NVIDIA Corporation
version: 24.3.0
replaces: gpu-operator-certified.v23.9.2
version: 24.6.0
replaces: gpu-operator-certified.v24.3.0
4 changes: 2 additions & 2 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
annotations:
operators.operatorframework.io.bundle.channels.v1: stable,v23.9
operators.operatorframework.io.bundle.channel.default.v1: v23.9
operators.operatorframework.io.bundle.channels.v1: stable,v24.6
operators.operatorframework.io.bundle.channel.default.v1: v24.6
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.metadata.v1: metadata/
Expand Down
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.3.0
VERSION ?= v24.6.0

GOLANG_VERSION ?= 1.22.5

Expand Down

0 comments on commit f27f5ae

Please sign in to comment.