File tree 5 files changed +6449
-7945
lines changed
5 files changed +6449
-7945
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ REPO_PATH="github.com/kubeflow/mpi-operator"
17
17
REL_OSARCH ="linux/amd64"
18
18
GitSHA =$(shell git rev-parse HEAD)
19
19
Date =$(shell date "+% Y-% m-% d % H:% M:% S")
20
- RELEASE_VERSION? =v0.4 .0
20
+ RELEASE_VERSION? =v0.5 .0
21
21
CONTROLLER_VERSION? =v2
22
22
BASE_IMAGE_SSH_PORT? =2222
23
23
IMG_BUILDER =docker
@@ -162,7 +162,7 @@ helm: bin
162
162
CONTROLLER_GEN = $(PROJECT_DIR ) /bin/controller-gen
163
163
.PHONY : controller-gen
164
164
controller-gen : bin
165
- @GOBIN=$(PROJECT_DIR ) /bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.12 .0
165
+ @GOBIN=$(PROJECT_DIR ) /bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14 .0
166
166
167
167
KUSTOMIZE = $(PROJECT_DIR ) /bin/kustomize
168
168
.PHONY : kustomize
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubeflow/mpi-operator/master/
18
18
- Release Version
19
19
20
20
``` shell
21
- kubectl apply -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.4 .0/deploy/v2beta1/mpi-operator.yaml
21
+ kubectl apply -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.5 .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.5.0
4
+ * Features:
5
+ * Add support for MPICH (#562 , @sheevy )
6
+ * Field runLauncherAsWorker allows to add the launcher pod into the hostfile as a worker (#612 , @kuizhiqing )
7
+ * Add PodGroup minResources calculation for volcano integration (#566 , @lowang-bh )
8
+ * Clean up:
9
+ * Fail the mpi-operator binary if access to API is denied (#619 , @emsixteeen )
10
+ * Bug fixes
11
+ * Fix panic when using PodGroups and PriorityClasses (#561 , @tenzen-y )
12
+ * Fix installation of mpijob Python module (#579 , @vsoch )
13
+ * Fix hostfile when jobs in different namespaces have the same name (#622 , @kuizhiqing )
14
+
3
15
## Release v0.4.0
4
16
* Breaking changes
5
17
* Removed v1 operator. If you want to use MPIJob v1, you can use the training-operator.
You can’t perform that action at this time.
0 commit comments