File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
config/components/manager Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ ## v0.10.1
2+
3+ ### Bug Fixes
4+
5+ - update crd in helm chart([ #1048 ] ( https://github.com/kubernetes-sigs/jobset/pull/1048 ) )
6+
17## v0.10.0
28
39Changes since ` v0.9.x ` .
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ efficiently and improve ML training goodput.
5858To 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.10.0 /manifests.yaml
61+ kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.10.1 /manifests.yaml
6262```
6363
6464The controller runs in the ` jobset-system ` namespace.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ description: A Helm chart for deploying JobSet controller and webhook on Kuberne
2121
2222type : application
2323
24- version : 0.10.0
24+ version : 0.10.1
2525
2626keywords :
2727- kubernetes
Original file line number Diff line number Diff line change 11# jobset
22
3- ![ Version: 0.10.0 ] ( https://img.shields.io/badge/Version-0.10.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 0.10.1 ] ( https://img.shields.io/badge/Version-0.10.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55A Helm chart for deploying JobSet controller and webhook on Kubernetes.
66
@@ -22,7 +22,7 @@ This Helm chart installs the JobSet controller and webhook to your Kubernetes cl
2222You can obtain the helm chart from ` registry.k8s.io ` .
2323
2424``` shell
25- helm install oci://registry.k8s.io/jobset/charts/jobset --version 0.10.0
25+ helm install oci://registry.k8s.io/jobset/charts/jobset --version 0.10.1
2626```
2727
2828The version is necessary as there is not a latest tag in this repository.
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ kind: Kustomization
1414images :
1515- name : controller
1616 newName : us-central1-docker.pkg.dev/k8s-staging-images/jobset/jobset
17- newTag : v0.10.0
17+ newTag : v0.10.1
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ ignoreFiles = []
9191 # The major.minor version tag for the version of the docs represented in this
9292 # branch of the repository. Used in the "version-banner" partial to display a
9393 # version number for this doc set.
94- version = " v0.10.0 "
94+ version = " v0.10.1 "
9595
9696 # Flag used in the "version-banner" partial to decide whether to display a
9797 # banner on every page indicating that this is an archived version of the docs.
You can’t perform that action at this time.
0 commit comments