Skip to content

Commit 83100a9

Browse files
authored
Prepare release v0.7.1 (kubeflow#776)
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
1 parent c72caac commit 83100a9

File tree

3 files changed

+9
-2
lines changed

3 files changed

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

3+
## Release v0.8.0
4+
* Features:
5+
* Support [Mutable Scheduling Directives for suspended Jobs](https://kubernetes.io/docs/concepts/workloads/controllers/job/#mutable-scheduling-directives-for-suspended-jobs)
6+
on Launcher Job, which allows us to propagate the scheduling directives from the MPIJob Launcher template to the Launcher batch/v1 Job only when in the suspended state. (#772, @GonzaloSaez)
7+
* Clean ups:
8+
* Upgrade Kubernetes dependencies to v1.35. (#769, @tenzen-y)
9+
310
## Release v0.7.0
411
* Features:
512
* Support custom cluster domain in MPI hostfile generation. (#704, #707, #738, @tenzen-y)

0 commit comments

Comments
 (0)