This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
Releases: kubeflow/mxnet-operator
Releases · kubeflow/mxnet-operator
v1.1.0 release
Features
- Support success policy for MXJob (#84, @jasonliu747)
- Support BytePS (#82, @jasonliu747)
- Support 1.16 - Upgrade deployment apiversion to apps/v1 (#80, @Jeffwan)
- Migrate controller implementation to kubeflow/common fashion (#76, @Jeffwan)
Bug fixes
- fix successPolicy logic (#85, @jasonliu747)
Chores
- Update README.md to use v1 manifest and samples (#94, @Jeffwan)
- Update mxnet operator image to v1.1.0 (#93, @Jeffwan)
- MXNet Operator: Consolidate manifests (#91, @yanniszark)
- MXNet Operator: Move manifests development upstream (#90, @yanniszark)
- Add v1beta1 and v1 kustomize manifest (#81, @Jeffwan)
- Add release document (#78, @terrytangyuan)
v1.0.0 release
- Remove Travis buddy webhook (#77, @terrytangyuan)
- Fix the reconcile flow (#74, @ChanYiLin)
- Remove go.mod suffix when grabbing code-generator version (#73, @terrytangyuan)
- Add Kustomize package deployable on its own (#71, @Jeffwan)
- Create separate clusterrole for mxnet-operator (#70, @Jeffwan)
- Fix Python script name and add links (#69, @terrytangyuan)
- Add mxnet-operator v1 examples (#68, @Jeffwan)
- Add initial list of adopters (#63, @terrytangyuan)
- Enhancements on README.md (#61, @terrytangyuan)
- Update Contributing docs for recent go changes (#58, @Jeffwan)
- Remove vendor directory (#57, @Jeffwan)
- Upgrade Golang version to 1.13.8 and Kubernetes version to 1.15.9 (#53, @Jeffwan)
- Deprecate gometalinter and use golangcli-lint instead (#56, @Jeffwan)
v0.7.0 release
- Implementation of mxnet operator API v1 (#39, @wackxu)
- Implement ActiveDeadlineSeconds and BackoffLimit (#40, @wackxu)
- Sync with tf-operator (#41, @wackxu)
- Add wackxu to OWNERS (#42, @wackxu)
- Add uuid to id for leader election (#43, @fisherxu)
- Skip condition update when succeeded and bump tf-operator to v0.5.3 version (#44, @wackxu)
- Fix bug for check PodPending (#45, @wackxu)
- Fix wrong api version when delete mxjob (#46, @wackxu)
- Renaming labels to consistent format (#47, @wackxu)
- Set annotation automatically when EnableGangScheduling is set to true (#48, @wackxu)
- Add kubeconfig flag (#49, @yeya24)