Skip to content

feat(docs): Changelog for Kubeflow Trainer v2.2.0#3369

Merged
google-oss-prow[bot] merged 1 commit intokubeflow:masterfrom
andreyvelich:bump-master-2.2
Mar 20, 2026
Merged

feat(docs): Changelog for Kubeflow Trainer v2.2.0#3369
google-oss-prow[bot] merged 1 commit intokubeflow:masterfrom
andreyvelich:bump-master-2.2

Conversation

@andreyvelich
Copy link
Copy Markdown
Member

Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
Copilot AI review requested due to automatic review settings March 19, 2026 22:47
@google-oss-prow google-oss-prow Bot requested a review from rudeigerc March 19, 2026 22:47
@google-oss-prow
Copy link
Copy Markdown

@andreyvelich: GitHub didn't allow me to request PR reviews from the following users: vsoch, andreyvelich, robert-bell, Krishna-kg732, Goku2099, XploY04, sameerdattav, Sanskarzz, kapil27.

Note that only kubeflow members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

Fixes: #3116

Kubeflow Trainer v2.2 has been released. Thanks everyone for your contributions 🎉

/cc @andreyvelich @astefanutti @kaisoz @robert-bell @akshaychitneni @vsoch @Krishna-kg732 @XploY04 @sameerdattav @rudeigerc @Sanskarzz @Fiona-Waters @Goku2099 @jaiakash @kannon92 @kapil27
@milinddethe15 @khushiiagrawal @adity1raut @Snehadas2005 @Ishtiyaque-Alam @ryanHwH20 @sksingh2005 @ChughShilpa @aniketpati1121 @yosri-brh @puwun @ghazariann @Amir380-A @krishdef7

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR finalizes the Kubeflow Trainer v2.2.0 release documentation by moving version references from the release candidate to the stable tag and adding the v2.2.0 changelog entry.

Changes:

  • Bump release/version markers from 2.2.0-rc.0 to 2.2.0 across the Helm chart, Python API package, and root VERSION file.
  • Add the v2.2.0 release notes section to CHANGELOG.md.
  • Update the Helm chart README version badge to reflect the stable release.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
charts/kubeflow-trainer/README.md Updates chart version badge for the stable v2.2.0 release.
charts/kubeflow-trainer/Chart.yaml Bumps Helm chart version to 2.2.0.
api/python_api/kubeflow_trainer_api/init.py Updates Python package __version__ to 2.2.0.
VERSION Updates repository release version marker to v2.2.0.
CHANGELOG.md Adds v2.2.0 release notes and links.

# kubeflow-trainer

![Version: 2.2.0-rc.0](https://img.shields.io/badge/Version-2.2.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Helm install examples in this README still reference version 2.1.0 even though the chart badge (and Chart.yaml) were bumped to 2.2.0; update the example version numbers to 2.2.0 to avoid users installing the wrong release.

Copilot uses AI. Check for mistakes.
# kubeflow-trainer

![Version: 2.2.0-rc.0](https://img.shields.io/badge/Version-2.2.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The torch-distributed-with-cache example text says to enable dataCache.runtimes.torchDistributed.enabled, but the values key is dataCache.runtimes.torchDistributedWithCache.enabled; fix the key name in the comment to match values.yaml so users can enable the runtime correctly.

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md

## Breaking Changes

- feat(api): BREAKING CHANGE: Replace PodTemplateOverrides with RuntimePatches API ([#3309](https://github.com/kubeflow/trainer/pull/3309) by @astefanutti)
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are two spaces before the PR link in this bullet ("API ([#3309]"); remove the extra space to keep changelog formatting consistent.

Suggested change
- feat(api): BREAKING CHANGE: Replace PodTemplateOverrides with RuntimePatches API ([#3309](https://github.com/kubeflow/trainer/pull/3309) by @astefanutti)
- feat(api): BREAKING CHANGE: Replace PodTemplateOverrides with RuntimePatches API ([#3309](https://github.com/kubeflow/trainer/pull/3309) by @astefanutti)

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

@astefanutti astefanutti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Thanks all, amazing release!

Copy link
Copy Markdown
Member Author

@andreyvelich andreyvelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@google-oss-prow
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andreyvelich

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow Bot merged commit 5959ae7 into kubeflow:master Mar 20, 2026
39 checks passed
@google-oss-prow google-oss-prow Bot added this to the v2.2 milestone Mar 20, 2026
@andreyvelich andreyvelich deleted the bump-master-2.2 branch March 20, 2026 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kubeflow Trainer v2.2 Release

3 participants