Skip to content

Commit

Permalink
Prepare for release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alculquicondor committed Apr 16, 2024
1 parent 79a9b37 commit 635ae44
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ REPO_PATH="github.com/kubeflow/mpi-operator"
REL_OSARCH="linux/amd64"
GitSHA=$(shell git rev-parse HEAD)
Date=$(shell date "+%Y-%m-%d %H:%M:%S")
RELEASE_VERSION?=v0.4.0
RELEASE_VERSION?=v0.5.0
CONTROLLER_VERSION?=v2
BASE_IMAGE_SSH_PORT?=2222
IMG_BUILDER=docker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubeflow/mpi-operator/master/
- Release Version

```shell
kubectl apply -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.4.0/deploy/v2beta1/mpi-operator.yaml
kubectl apply -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.5.0/deploy/v2beta1/mpi-operator.yaml
```

Alternatively, follow the [getting started guide](https://www.kubeflow.org/docs/started/getting-started/) to deploy Kubeflow.
Expand Down
12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# MPI Operator Releases

## Release v0.5.0
* 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)
* Clean up:
* Fail the mpi-operator binary if access to API is denied (#619, @emsixteeen)
* 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)

## Release v0.4.0
* Breaking changes
* Removed v1 operator. If you want to use MPIJob v1, you can use the training-operator.
Expand Down

0 comments on commit 635ae44

Please sign in to comment.