Skip to content

Commit 0dbcef6

Browse files
Prepare for release 0.5.0
Signed-off-by: Aldo Culquicondor <[email protected]>
1 parent 79a9b37 commit 0dbcef6

File tree

5 files changed

+6449
-7945
lines changed

5 files changed

+6449
-7945
lines changed

Makefile

+2-2
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
@@ -162,7 +162,7 @@ helm: bin
162162
CONTROLLER_GEN = $(PROJECT_DIR)/bin/controller-gen
163163
.PHONY: controller-gen
164164
controller-gen: bin
165-
@GOBIN=$(PROJECT_DIR)/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.12.0
165+
@GOBIN=$(PROJECT_DIR)/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
166166

167167
KUSTOMIZE = $(PROJECT_DIR)/bin/kustomize
168168
.PHONY: kustomize

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubeflow/mpi-operator/master/
1818
- Release Version
1919

2020
```shell
21-
kubectl apply -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.4.0/deploy/v2beta1/mpi-operator.yaml
21+
kubectl apply -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

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
* Clean up:
9+
* Fail the mpi-operator binary if access to API is denied (#619, @emsixteeen)
10+
* Bug fixes
11+
* Fix panic when using PodGroups and PriorityClasses (#561, @tenzen-y)
12+
* Fix installation of mpijob Python module (#579, @vsoch)
13+
* Fix hostfile when jobs in different namespaces have the same name (#622, @kuizhiqing)
14+
315
## Release v0.4.0
416
* Breaking changes
517
* Removed v1 operator. If you want to use MPIJob v1, you can use the training-operator.

0 commit comments

Comments
 (0)