Skip to content

Commit 5dd8932

Browse files
committed
Prepare release v0.7.0
Signed-off-by: Yuki Iwai <[email protected]>
1 parent aa5a5c5 commit 5dd8932

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.6.0
19+
RELEASE_VERSION?=v0.7.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.6.0/deploy/v2beta1/mpi-operator.yaml
21+
kubectl apply --server-side -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.7.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# MPI Operator Releases
22

3+
## Release v0.7.0
4+
* Features:
5+
* Support custom cluster domain in MPI hostfile generation. (#704, #707, #738, @tenzen-y)
6+
* Enable Service `publishNotReadyAddresses` when `runLauncherAsWorker` to improve DNS discovery for workers. (#703, @tenzen-y)
7+
* Bug fixes:
8+
* Fix crash in PodGroup when `runLauncherAsWorker=true`. (#669, @GonzaloSaez)
9+
* Fix missing ReplicaIndexLabel when `runLauncherAsWorker=true` so the launcher pod gets the expected pod index label (helps Kueue/TAS rank discovery). (#690, @GonzaloSaez)
10+
* Clean ups:
11+
* Upgrade Kubernetes dependencies to v1.34. (#742, @tenzen-y)
12+
* Fix kustomize v5 warnings in manifests. (#700, @vikas-saxena02)
13+
* Upgrade Debian version to trixie and MPI versions are upgraded in the following: (#685, @tenzen-y)
14+
* OpenMPI: v4.1.4 -> v5.0.7
15+
* MPICH: v3.4.1 -> v4.2.1
16+
317
## Release v0.6.0
418
* Features:
519
* Support ManagedBy feature (`.spec.runPolicy.managedBy`) inspired by batch/v1 Job.

0 commit comments

Comments
 (0)