Skip to content

Commit 52cda2c

Browse files
Prepare for release 0.5.0 (#631)
Signed-off-by: Aldo Culquicondor <[email protected]>
1 parent 8d806df commit 52cda2c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ REPO_PATH="github.com/kubeflow/mpi-operator"
1717
REL_OSARCH="linux/amd64"
1818
GitSHA=$(shell git rev-parse HEAD)
1919
Date=$(shell date "+%Y-%m-%d %H:%M:%S")
20-
RELEASE_VERSION?=v0.4.0
20+
RELEASE_VERSION?=v0.5.0
2121
CONTROLLER_VERSION?=v2
2222
BASE_IMAGE_SSH_PORT?=2222
2323
IMG_BUILDER=docker

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
Alternatively, follow the [getting started guide](https://www.kubeflow.org/docs/started/getting-started/) to deploy Kubeflow.

RELEASE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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.

0 commit comments

Comments
 (0)