Skip to content

Commit 4f53108

Browse files
authored
Update documents to point to v0.7.2 (kubernetes-sigs#732)
1 parent 48cbfed commit 4f53108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.1/manifests.yaml
61+
kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.7.2/manifests.yaml
6262
```
6363

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

site/config.toml

+1-1
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.1"
95+
version = "v0.7.2"
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)