Skip to content

Commit

Permalink
Update versions for 24.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>
  • Loading branch information
mikemckiernan committed Oct 31, 2024
1 parent 59fa3ae commit 7a00967
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions gpu-operator/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"latest": "24.6.2",
"latest": "24.9.0",
"versions":
[
{
"version": "24.9.0"
},
{
"version": "24.6.2"
},
Expand All @@ -16,9 +19,6 @@
},
{
"version": "23.9.2"
},
{
"version": "23.9.1"
}
]
}
8 changes: 4 additions & 4 deletions openshift/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"latest": "24.6.2",
"latest": "24.9.0",
"versions":
[
{
"version": "24.9.0"
},
{
"version": "24.6.2"
},
Expand All @@ -13,9 +16,6 @@
},
{
"version": "23.9.2"
},
{
"version": "23.9.1"
}
]
}
4 changes: 2 additions & 2 deletions repo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ output_format = "linkcheck"
docs_root = "${root}/gpu-operator"
project = "gpu-operator"
name = "NVIDIA GPU Operator"
version = "24.6.2"
version = "24.9.0"
copyright_start = 2020
sphinx_exclude_patterns = [
"life-cycle-policy.rst",
Expand Down Expand Up @@ -199,7 +199,7 @@ output_format = "linkcheck"
docs_root = "${root}/openshift"
project = "gpu-operator-openshift"
name = "NVIDIA GPU Operator on Red Hat OpenShift Container Platform"
version = "24.6.2"
version = "24.9.0"
copyright_start = 2020
sphinx_exclude_patterns = [
"get-entitlement.rst",
Expand Down

0 comments on commit 7a00967

Please sign in to comment.