Skip to content

Commit da72d32

Browse files
authored
update changelog for v0.10.1 (#1050)
* update changelog for v0.10.1 * update change log
1 parent 15ee247 commit da72d32

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG/CHANGELOG-0.10.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

39
Changes since `v0.9.x`.

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.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

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

charts/jobset/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: A Helm chart for deploying JobSet controller and webhook on Kuberne
2121

2222
type: application
2323

24-
version: 0.10.0
24+
version: 0.10.1
2525

2626
keywords:
2727
- kubernetes

charts/jobset/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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
2222
You 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

2828
The version is necessary as there is not a latest tag in this repository.

config/components/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ kind: Kustomization
1414
images:
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

site/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)