Skip to content

Commit 1404956

Browse files
committed
chore(release): Release v99.0.1
Signed-off-by: krishna-kg732 <krishnagupta.kg2k6@gmail.com>
1 parent 3e53bbf commit 1404956

8 files changed

Lines changed: 30 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v99.0.1](https://github.com/kubeflow/trainer/releases/tag/v99.0.1) (2026-02-26)
4+
5+
This is Kubeflow Trainer v99.0.1 release.
6+
7+
```bash
8+
kubectl apply --server-side -k "https://github.com/kubeflow/trainer.git/manifests/overlays/manager?ref=v99.0.1"
9+
kubectl apply --server-side -k "https://github.com/kubeflow/trainer.git/manifests/overlays/runtimes?ref=v99.0.1"
10+
```
11+
12+
You can now install controller manager with Helm charts 🚀
13+
14+
```bash
15+
helm install kubeflow-trainer oci://ghcr.io/kubeflow/charts/kubeflow-trainer --version 99.0.1
16+
```
17+
18+
For more information, please see [the Kubeflow Trainer docs](https://www.kubeflow.org/docs/components/trainer/overview/)
19+
20+
321
## [v99.9.1](https://github.com/kubeflow/trainer/releases/tag/v99.9.1) (2026-02-26)
422

523
This is Kubeflow Trainer v99.9.1 release.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v99.9.1
1+
v99.0.1

api/python_api/kubeflow_trainer_api/__init__.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kubeflow-trainer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: kubeflow-trainer
2020

2121
description: A Helm chart for deploying Kubeflow Trainer on Kubernetes.
2222

23-
version: 99.9.1
23+
version: 99.0.1
2424

2525
type: application
2626

charts/kubeflow-trainer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kubeflow-trainer
22

3-
![Version: 99.9.1](https://img.shields.io/badge/Version-99.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 99.0.1](https://img.shields.io/badge/Version-99.0.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 Kubeflow Trainer on Kubernetes.
66

manifests/overlays/data-cache/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
# Add data cache image tags
1313
images:
1414
- name: ghcr.io/kubeflow/trainer/dataset-initializer
15-
newTag: v99.9.1
15+
newTag: v99.0.1
1616

1717
# Patch namespace-rbac resources to install in default namespace
1818
patches:

manifests/overlays/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resources:
1515
# Update the Kubeflow Trainer controller manager image tag.
1616
images:
1717
- name: ghcr.io/kubeflow/trainer/trainer-controller-manager
18-
newTag: v99.9.1
18+
newTag: v99.0.1
1919

2020
# Secret for the Kubeflow Training webhook.
2121
secretGenerator:
@@ -28,6 +28,6 @@ secretGenerator:
2828
configMapGenerator:
2929
- name: kubeflow-trainer-public
3030
literals:
31-
- kubeflow_trainer_version=v99.9.1
31+
- kubeflow_trainer_version=v99.0.1
3232
options:
3333
disableNameSuffixHash: true

manifests/overlays/runtimes/kustomization.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ resources:
66
# Update the Kubeflow LLM Trainer image tag.
77
images:
88
- name: ghcr.io/kubeflow/trainer/torchtune-trainer
9-
newTag: v99.9.1
9+
newTag: v99.0.1
1010
- name: ghcr.io/kubeflow/trainer/dataset-initializer
11-
newTag: v99.9.1
11+
newTag: v99.0.1
1212
- name: ghcr.io/kubeflow/trainer/model-initializer
13-
newTag: v99.9.1
13+
newTag: v99.0.1
1414
- name: ghcr.io/kubeflow/trainer/mlx-runtime
15-
newTag: v99.9.1
15+
newTag: v99.0.1
1616
- name: ghcr.io/kubeflow/trainer/deepspeed-runtime
17-
newTag: v99.9.1
17+
newTag: v99.0.1

0 commit comments

Comments
 (0)