Skip to content

Commit 42335bc

Browse files
authored
Prepare v0.6.0 release (#665)
Signed-off-by: Yuki Iwai <[email protected]>
1 parent a869150 commit 42335bc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BIN_DIR=_output/cmd/bin
1616
REPO_PATH="github.com/kubeflow/mpi-operator"
1717
GitSHA=$(shell git rev-parse HEAD)
1818
Date=$(shell date "+%Y-%m-%d %H:%M:%S")
19-
RELEASE_VERSION?=v0.5.0
19+
RELEASE_VERSION?=v0.6.0
2020
CONTROLLER_VERSION?=v2
2121
BASE_IMAGE_SSH_PORT?=2222
2222
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.5.0/deploy/v2beta1/mpi-operator.yaml
21+
kubectl apply --server-side -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.6.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# MPI Operator Releases
22

3+
## Release v0.6.0
4+
* Features:
5+
* Support ManagedBy feature (`.spec.runPolicy.managedBy`) inspired by batch/v1 Job.
6+
* This allows us to dispatch MPIJobs to the multiple clusters powered by Kueue's MultiKueue. (#650, @mszadkow)
7+
* Clean ups:
8+
* Upgrade k8s libraries to v1.31 (#664, @ArangoGutierrez)
9+
* Upgrade debian version to bookworm and MPI versions are upgraded in the following: (#661, @tenzen-y)
10+
* OpenMPI: v4.1.0 -> v4.1.4
11+
* MPICH: 3.4.1 -> 4.0.2
12+
313
## Release v0.5.0
414
* Features:
515
* Add support for MPICH (#562, @sheevy)

0 commit comments

Comments
 (0)