Skip to content

Commit 73b1f42

Browse files
authored
Prepare v0.7.0 release (#744)
Signed-off-by: Yuki Iwai <[email protected]>
1 parent aa5a5c5 commit 73b1f42

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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+
* Expose job controller workqueue rate-limiting configuration via operator flags to improve scalability tuning. (#674, @rotemelad)
8+
* Bug fixes:
9+
* Fix crash in PodGroup when `runLauncherAsWorker=true`. (#669, @GonzaloSaez)
10+
* Fix missing ReplicaIndexLabel when `runLauncherAsWorker=true` so the launcher pod gets the expected pod index label (helps Kueue/TAS rank discovery). (#690, @GonzaloSaez)
11+
* Clean ups:
12+
* Upgrade Kubernetes dependencies to v1.34. (#742, @tenzen-y)
13+
* Fix kustomize v5 warnings in manifests. (#700, @vikas-saxena02)
14+
* Upgrade Debian version to trixie and MPI versions are upgraded in the following: (#685, @tenzen-y)
15+
* OpenMPI: v4.1.4 -> v5.0.7
16+
* MPICH: v3.4.1 -> v4.2.1
17+
318
## Release v0.6.0
419
* Features:
520
* Support ManagedBy feature (`.spec.runPolicy.managedBy`) inspired by batch/v1 Job.

0 commit comments

Comments
 (0)