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"
17
17
REL_OSARCH ="linux/amd64"
18
18
GitSHA =$(shell git rev-parse HEAD)
19
19
Date =$(shell date "+% Y-% m-% d % H:% M:% S")
20
- RELEASE_VERSION? =v0.4 .0
20
+ RELEASE_VERSION? =v0.5 .0
21
21
CONTROLLER_VERSION? =v2
22
22
BASE_IMAGE_SSH_PORT? =2222
23
23
IMG_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
18
18
- Release Version
19
19
20
20
``` 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
22
22
```
23
23
24
24
Alternatively, 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 1
1
# MPI Operator Releases
2
2
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
+
3
16
## Release v0.4.0
4
17
* Breaking changes
5
18
* 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