File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ REPO_PATH="github.com/kubeflow/mpi-operator"
1717REL_OSARCH ="linux/amd64"
1818GitSHA =$(shell git rev-parse HEAD)
1919Date =$(shell date "+% Y-% m-% d % H:% M:% S")
20- RELEASE_VERSION? =v0.4 .0
20+ RELEASE_VERSION? =v0.5 .0
2121CONTROLLER_VERSION? =v2
2222BASE_IMAGE_SSH_PORT? =2222
2323IMG_BUILDER =docker
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ kubectl apply --server-side -f https://raw.githubusercontent.com/kubeflow/mpi-op
1818- Release Version
1919
2020``` shell
21- kubectl apply --server-side -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.4 .0/deploy/v2beta1/mpi-operator.yaml
21+ kubectl apply --server-side -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.5 .0/deploy/v2beta1/mpi-operator.yaml
2222```
2323
2424Alternatively, follow the [ getting started guide] ( https://www.kubeflow.org/docs/started/getting-started/ ) to deploy Kubeflow.
Original file line number Diff line number Diff line change 11# MPI Operator Releases
22
3+ ## Release v0.5.0
4+ * Features:
5+ * Add support for MPICH (#562 , @sheevy )
6+ * Field runLauncherAsWorker allows to add the launcher pod into the hostfile as a worker (#612 , @kuizhiqing )
7+ * Add PodGroup minResources calculation for volcano integration (#566 , @lowang-bh )
8+ * Bug fixes:
9+ * Fix panic when using PodGroups and PriorityClasses (#561 , @tenzen-y )
10+ * Fix installation of mpijob Python module (#579 , @vsoch )
11+ * Fix hostfile when jobs in different namespaces have the same name (#622 , @kuizhiqing )
12+ * Clean ups:
13+ * Upgrade k8s libraries to v1.29 (#633 , @tenzen-y )
14+ * Fail the mpi-operator binary if access to API is denied (#619 , @emsixteeen )
15+
316## Release v0.4.0
417* Breaking changes
518 * Removed v1 operator. If you want to use MPIJob v1, you can use the training-operator.
You can’t perform that action at this time.
0 commit comments