Skip to content

Commit 38f8ecf

Browse files
committed
update docs for release 0.8 (#802)
1 parent a64d067 commit 38f8ecf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ efficiently and improve ML training goodput.
5858
To install the latest release of JobSet in your cluster, run the following command:
5959

6060
```shell
61-
kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.7.2/manifests.yaml
61+
kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
6262
```
6363

6464
The controller runs in the `jobset-system` namespace.

site/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ignoreFiles = []
9292
# The major.minor version tag for the version of the docs represented in this
9393
# branch of the repository. Used in the "version-banner" partial to display a
9494
# version number for this doc set.
95-
version = "v0.7.2"
95+
version = "v0.8.0"
9696

9797
# Flag used in the "version-banner" partial to decide whether to display a
9898
# banner on every page indicating that this is an archived version of the docs.

0 commit comments

Comments
 (0)