-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for release 0.5.0 #631
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# MPI Operator Releases | ||
|
||
## Release v0.5.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could we mention that we have started to support K8s v1.28 and v1.29? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. uhm... it should have run before. But I can mention it in the cleanups. Are we missing any PR before I rebase? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
That makes sense.
The last piece is #634. |
||
* Features: | ||
* Add support for MPICH (#562, @sheevy) | ||
* Field runLauncherAsWorker allows to add the launcher pod into the hostfile as a worker (#612, @kuizhiqing) | ||
* Add PodGroup minResources calculation for volcano integration (#566, @lowang-bh) | ||
* Bug fixes: | ||
* Fix panic when using PodGroups and PriorityClasses (#561, @tenzen-y) | ||
* Fix installation of mpijob Python module (#579, @vsoch) | ||
* Fix hostfile when jobs in different namespaces have the same name (#622, @kuizhiqing) | ||
* Clean ups: | ||
* Upgrade k8s libraries to v1.29 (#633, @tenzen-y) | ||
* Fail the mpi-operator binary if access to API is denied (#619, @emsixteeen) | ||
|
||
## Release v0.4.0 | ||
* Breaking changes | ||
* Removed v1 operator. If you want to use MPIJob v1, you can use the training-operator. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!