File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ BIN_DIR=_output/cmd/bin
16
16
REPO_PATH ="github.com/kubeflow/mpi-operator"
17
17
GitSHA =$(shell git rev-parse HEAD)
18
18
Date =$(shell date "+% Y-% m-% d % H:% M:% S")
19
- RELEASE_VERSION? =v0.5 .0
19
+ RELEASE_VERSION? =v0.6 .0
20
20
CONTROLLER_VERSION? =v2
21
21
BASE_IMAGE_SSH_PORT? =2222
22
22
IMG_BUILDER =docker
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ kubectl apply --server-side -f https://raw.githubusercontent.com/kubeflow/mpi-op
18
18
- Release Version
19
19
20
20
``` 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
22
22
```
23
23
24
24
Alternatively, follow the [ getting started guide] ( https://www.kubeflow.org/docs/started/getting-started/ ) to deploy Kubeflow.
Original file line number Diff line number Diff line change 1
1
# MPI Operator Releases
2
2
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
+
3
13
## Release v0.5.0
4
14
* Features:
5
15
* Add support for MPICH (#562 , @sheevy )
You can’t perform that action at this time.
0 commit comments