From 6336081bfe8ebf130198c66a9579a6448b3eba87 Mon Sep 17 00:00:00 2001 From: ahg-g Date: Mon, 18 Nov 2024 21:48:14 +0000 Subject: [PATCH] Update docs for v0.7.1 (release branch) --- README.md | 2 +- site/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d497ac88..ca9cf586 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ efficiently and improve ML training goodput. To install the latest release of JobSet in your cluster, run the following command: ```shell -kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.7.0/manifests.yaml +kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.7.1/manifests.yaml ``` The controller runs in the `jobset-system` namespace. diff --git a/site/config.toml b/site/config.toml index 55af7458..eab0b86d 100644 --- a/site/config.toml +++ b/site/config.toml @@ -92,7 +92,7 @@ ignoreFiles = [] # The major.minor version tag for the version of the docs represented in this # branch of the repository. Used in the "version-banner" partial to display a # version number for this doc set. - version = "v0.7.0" + version = "v0.7.1" # Flag used in the "version-banner" partial to decide whether to display a # banner on every page indicating that this is an archived version of the docs.