forked from volcano-sh/volcano
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from volcano-sh/master
update
- Loading branch information
Showing
291 changed files
with
17,336 additions
and
807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
# Change Log | ||
|
||
## [v0.1](https://github.com/volcano-sh/volcano/tree/v0.1) (2019-05-11) | ||
|
||
**Closed issues:** | ||
|
||
- Propose moving volume claim validation&generate logic into admission hook [\#139](https://github.com/volcano-sh/volcano/issues/139) | ||
- Sync codes from CodeClub [\#112](https://github.com/volcano-sh/volcano/issues/112) | ||
- Sync kubemark patches into volcano [\#109](https://github.com/volcano-sh/volcano/issues/109) | ||
- Makefile cleanup [\#105](https://github.com/volcano-sh/volcano/issues/105) | ||
- Make OWNERS file for Volcano [\#102](https://github.com/volcano-sh/volcano/issues/102) | ||
- Makefile cleanup [\#69](https://github.com/volcano-sh/volcano/issues/69) | ||
- How do we support Job.Spec update [\#68](https://github.com/volcano-sh/volcano/issues/68) | ||
- make mutating and validating admission controllers consistent [\#63](https://github.com/volcano-sh/volcano/issues/63) | ||
- Labels key can not contain '/' [\#62](https://github.com/volcano-sh/volcano/issues/62) | ||
- Job deletion handler should consider `DeletedFinalStateUnknown` [\#58](https://github.com/volcano-sh/volcano/issues/58) | ||
- Unable get csr when building test cluster [\#54](https://github.com/volcano-sh/volcano/issues/54) | ||
- Reclaim CI failed [\#49](https://github.com/volcano-sh/volcano/issues/49) | ||
- Add example on MPI Job [\#42](https://github.com/volcano-sh/volcano/issues/42) | ||
- Deleting helm chart exits with error [\#35](https://github.com/volcano-sh/volcano/issues/35) | ||
- Update Imports [\#30](https://github.com/volcano-sh/volcano/issues/30) | ||
- CI Build Failure [\#27](https://github.com/volcano-sh/volcano/issues/27) | ||
- Queue controller and related cli [\#16](https://github.com/volcano-sh/volcano/issues/16) | ||
- Update tensorflow example [\#146](https://github.com/volcano-sh/volcano/issues/146) | ||
- Move vkctrl queue to Volcano from kube-batch [\#133](https://github.com/volcano-sh/volcano/issues/133) | ||
- Cherry pick .spec.Capability of Queue [\#131](https://github.com/volcano-sh/volcano/issues/131) | ||
- Sync combine input & output volumes into array logic. [\#122](https://github.com/volcano-sh/volcano/issues/122) | ||
- Fix state machine issue [\#121](https://github.com/volcano-sh/volcano/issues/121) | ||
- 11 tests are failed in CI [\#120](https://github.com/volcano-sh/volcano/issues/120) | ||
- Set default value of PodGroup in admission controller [\#118](https://github.com/volcano-sh/volcano/issues/118) | ||
- Update kube-batch dependency to master [\#114](https://github.com/volcano-sh/volcano/issues/114) | ||
- Support printing version for binaries [\#77](https://github.com/volcano-sh/volcano/issues/77) | ||
- The docker image name should align with binaries' [\#72](https://github.com/volcano-sh/volcano/issues/72) | ||
- Update mpi example to use hostfile [\#71](https://github.com/volcano-sh/volcano/issues/71) | ||
- Add error handling for exit code [\#55](https://github.com/volcano-sh/volcano/issues/55) | ||
- Move job/cache job/apis to upper dir [\#43](https://github.com/volcano-sh/volcano/issues/43) | ||
- Support Task/Job retry [\#40](https://github.com/volcano-sh/volcano/issues/40) | ||
- Fix Failing testcases [\#32](https://github.com/volcano-sh/volcano/issues/32) | ||
- Add e2e test for admission service [\#31](https://github.com/volcano-sh/volcano/issues/31) | ||
- Support TaskSpec level error handling [\#26](https://github.com/volcano-sh/volcano/issues/26) | ||
- Support Job plugins [\#14](https://github.com/volcano-sh/volcano/issues/14) | ||
- Delay pod creation [\#12](https://github.com/volcano-sh/volcano/issues/12) | ||
- Setup travis as CI env [\#7](https://github.com/volcano-sh/volcano/issues/7) | ||
|
||
**Merged pull requests:** | ||
|
||
- admission to get tls certificate from kubeconfig, if tls config not defined in command line [\#152](https://github.com/volcano-sh/volcano/pull/152) ([sivanzcw](https://github.com/sivanzcw)) | ||
- Update tf related resource files [\#150](https://github.com/volcano-sh/volcano/pull/150) ([TommyLike](https://github.com/TommyLike)) | ||
- Print detail message when wait timeout in tests [\#148](https://github.com/volcano-sh/volcano/pull/148) ([TommyLike](https://github.com/TommyLike)) | ||
- Return immediately when failed to generate admission secret [\#145](https://github.com/volcano-sh/volcano/pull/145) ([TommyLike](https://github.com/TommyLike)) | ||
- version related changes [\#144](https://github.com/volcano-sh/volcano/pull/144) ([SrinivasChilveri](https://github.com/SrinivasChilveri)) | ||
- Update volcano crds & sample files [\#143](https://github.com/volcano-sh/volcano/pull/143) ([TommyLike](https://github.com/TommyLike)) | ||
- Fix combine volume feature issues&Adding testcase [\#140](https://github.com/volcano-sh/volcano/pull/140) ([TommyLike](https://github.com/TommyLike)) | ||
- Bump Kube-batch version [\#138](https://github.com/volcano-sh/volcano/pull/138) ([asifdxtreme](https://github.com/asifdxtreme)) | ||
- Moving vkctrl queue to Volcano from kube-batch [\#136](https://github.com/volcano-sh/volcano/pull/136) ([Rajadeepan](https://github.com/Rajadeepan)) | ||
- Fix log tailed issue [\#132](https://github.com/volcano-sh/volcano/pull/132) ([TommyLike](https://github.com/TommyLike)) | ||
- remove enableNamespaceAsQueue in e2e [\#130](https://github.com/volcano-sh/volcano/pull/130) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- Add queue controller [\#128](https://github.com/volcano-sh/volcano/pull/128) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- Add default queue in admission hook [\#127](https://github.com/volcano-sh/volcano/pull/127) ([TommyLike](https://github.com/TommyLike)) | ||
- \[Issue \#121\]fix state convert [\#126](https://github.com/volcano-sh/volcano/pull/126) ([wangyuqing4](https://github.com/wangyuqing4)) | ||
- Combine input & output volumes [\#124](https://github.com/volcano-sh/volcano/pull/124) ([TommyLike](https://github.com/TommyLike)) | ||
- Move mxnet examples into integration folder [\#123](https://github.com/volcano-sh/volcano/pull/123) ([TommyLike](https://github.com/TommyLike)) | ||
- pkg improvement. [\#119](https://github.com/volcano-sh/volcano/pull/119) ([k82cn](https://github.com/k82cn)) | ||
- Updated kube-batch to vk-kube-batch. [\#115](https://github.com/volcano-sh/volcano/pull/115) ([k82cn](https://github.com/k82cn)) | ||
- Update kube batch source [\#111](https://github.com/volcano-sh/volcano/pull/111) ([TommyLike](https://github.com/TommyLike)) | ||
- Makefile Cleanup. [\#106](https://github.com/volcano-sh/volcano/pull/106) ([k82cn](https://github.com/k82cn)) | ||
- Updated README. [\#104](https://github.com/volcano-sh/volcano/pull/104) ([k82cn](https://github.com/k82cn)) | ||
- Added OWNERS. [\#103](https://github.com/volcano-sh/volcano/pull/103) ([k82cn](https://github.com/k82cn)) | ||
- Register global options when start [\#99](https://github.com/volcano-sh/volcano/pull/99) ([TommyLike](https://github.com/TommyLike)) | ||
- Add TF example [\#98](https://github.com/volcano-sh/volcano/pull/98) ([TommyLike](https://github.com/TommyLike)) | ||
- Updated kube-batch to release-0.4 [\#97](https://github.com/volcano-sh/volcano/pull/97) ([k82cn](https://github.com/k82cn)) | ||
- Added Queue design doc. [\#95](https://github.com/volcano-sh/volcano/pull/95) ([k82cn](https://github.com/k82cn)) | ||
- Clean code [\#92](https://github.com/volcano-sh/volcano/pull/92) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- Refine Common Service intro in volcano intro image [\#91](https://github.com/volcano-sh/volcano/pull/91) ([TommyLike](https://github.com/TommyLike)) | ||
- Update volcano intro image [\#90](https://github.com/volcano-sh/volcano/pull/90) ([TommyLike](https://github.com/TommyLike)) | ||
- Abstract a common pod delete func [\#89](https://github.com/volcano-sh/volcano/pull/89) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- Fix issue raised from previous MR [\#83](https://github.com/volcano-sh/volcano/pull/83) ([TommyLike](https://github.com/TommyLike)) | ||
- implement error code handling [\#81](https://github.com/volcano-sh/volcano/pull/81) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- Move apis&cache into pkg/controllers folder [\#80](https://github.com/volcano-sh/volcano/pull/80) ([TommyLike](https://github.com/TommyLike)) | ||
- Exit code error handling [\#79](https://github.com/volcano-sh/volcano/pull/79) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- Update scripts as per docker image [\#78](https://github.com/volcano-sh/volcano/pull/78) ([asifdxtreme](https://github.com/asifdxtreme)) | ||
- Fix task name default and validate it [\#76](https://github.com/volcano-sh/volcano/pull/76) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- Cleanup makefile [\#75](https://github.com/volcano-sh/volcano/pull/75) ([TommyLike](https://github.com/TommyLike)) | ||
- Do not handle job update [\#74](https://github.com/volcano-sh/volcano/pull/74) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- Use hostfile in MPI tests [\#73](https://github.com/volcano-sh/volcano/pull/73) ([TommyLike](https://github.com/TommyLike)) | ||
- Improve Quick Start Guide & update docker image repo [\#70](https://github.com/volcano-sh/volcano/pull/70) ([asifdxtreme](https://github.com/asifdxtreme)) | ||
- ignore already exist error [\#61](https://github.com/volcano-sh/volcano/pull/61) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- fix build error [\#60](https://github.com/volcano-sh/volcano/pull/60) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- Support displaying log files [\#59](https://github.com/volcano-sh/volcano/pull/59) ([TommyLike](https://github.com/TommyLike)) | ||
- some minor cleanup and optmization [\#57](https://github.com/volcano-sh/volcano/pull/57) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) | ||
- Upgrade kube-batch to 0.4.2 [\#53](https://github.com/volcano-sh/volcano/pull/53) ([k82cn](https://github.com/k82cn)) | ||
- Fix comment issue for MPI example MR [\#52](https://github.com/volcano-sh/volcano/pull/52) ([TommyLike](https://github.com/TommyLike)) | ||
- Add MPI example and tests [\#51](https://github.com/volcano-sh/volcano/pull/51) ([TommyLike](https://github.com/TommyLike)) | ||
- Support Plugins [\#50](https://github.com/volcano-sh/volcano/pull/50) ([TommyLike](https://github.com/TommyLike)) | ||
- Refresh volcano intro image [\#46](https://github.com/volcano-sh/volcano/pull/46) ([TommyLike](https://github.com/TommyLike)) | ||
- Add admission e2e test [\#45](https://github.com/volcano-sh/volcano/pull/45) ([TommyLike](https://github.com/TommyLike)) | ||
- Support setting queue name in job [\#39](https://github.com/volcano-sh/volcano/pull/39) ([TommyLike](https://github.com/TommyLike)) | ||
- Add ConfigMap for scheduler chart [\#38](https://github.com/volcano-sh/volcano/pull/38) ([TommyLike](https://github.com/TommyLike)) | ||
- Fix slice out of range error [\#37](https://github.com/volcano-sh/volcano/pull/37) ([TommyLike](https://github.com/TommyLike)) | ||
- Support TaskComplete in LifecyclePolicy [\#36](https://github.com/volcano-sh/volcano/pull/36) ([TommyLike](https://github.com/TommyLike)) | ||
- Update Readme with verification details [\#34](https://github.com/volcano-sh/volcano/pull/34) ([asifdxtreme](https://github.com/asifdxtreme)) | ||
- Fixed build error. [\#29](https://github.com/volcano-sh/volcano/pull/29) ([k82cn](https://github.com/k82cn)) | ||
- Support Travis CI [\#28](https://github.com/volcano-sh/volcano/pull/28) ([TommyLike](https://github.com/TommyLike)) | ||
- Fix some chart issues [\#24](https://github.com/volcano-sh/volcano/pull/24) ([TommyLike](https://github.com/TommyLike)) | ||
- Fix volcano chart RBAC issue [\#23](https://github.com/volcano-sh/volcano/pull/23) ([TommyLike](https://github.com/TommyLike)) | ||
- Create default queue for e2e test. [\#22](https://github.com/volcano-sh/volcano/pull/22) ([TommyLike](https://github.com/TommyLike)) | ||
- Update Travis CI batch [\#21](https://github.com/volcano-sh/volcano/pull/21) ([asifdxtreme](https://github.com/asifdxtreme)) | ||
- Add Slack batch [\#20](https://github.com/volcano-sh/volcano/pull/20) ([asifdxtreme](https://github.com/asifdxtreme)) | ||
- Add issue templates [\#19](https://github.com/volcano-sh/volcano/pull/19) ([asifdxtreme](https://github.com/asifdxtreme)) | ||
- Ensure golint binary exists before linting [\#18](https://github.com/volcano-sh/volcano/pull/18) ([TommyLike](https://github.com/TommyLike)) | ||
- Code/add more tests [\#17](https://github.com/volcano-sh/volcano/pull/17) ([TommyLike](https://github.com/TommyLike)) | ||
- Updated README. [\#11](https://github.com/volcano-sh/volcano/pull/11) ([k82cn](https://github.com/k82cn)) | ||
- Added README about scheduler. [\#10](https://github.com/volcano-sh/volcano/pull/10) ([k82cn](https://github.com/k82cn)) | ||
- Added actions/plugins. [\#9](https://github.com/volcano-sh/volcano/pull/9) ([k82cn](https://github.com/k82cn)) | ||
- Fixed code fmt. [\#8](https://github.com/volcano-sh/volcano/pull/8) ([k82cn](https://github.com/k82cn)) | ||
- Codes/refactor controllers [\#6](https://github.com/volcano-sh/volcano/pull/6) ([TommyLike](https://github.com/TommyLike)) | ||
- Support helm chart [\#5](https://github.com/volcano-sh/volcano/pull/5) ([TommyLike](https://github.com/TommyLike)) | ||
- Fix some typos in code and document [\#3](https://github.com/volcano-sh/volcano/pull/3) ([TommyLike](https://github.com/TommyLike)) | ||
- Support Adm controllers [\#2](https://github.com/volcano-sh/volcano/pull/2) ([TommyLike](https://github.com/TommyLike)) | ||
- Rename hpw.cloud keyword to volcano.sh [\#1](https://github.com/volcano-sh/volcano/pull/1) ([TommyLike](https://github.com/TommyLike)) | ||
- Improve README.md documentation [\#48](https://github.com/volcano-sh/volcano/pull/48) ([quinton-hoole](https://github.com/quinton-hoole)) | ||
|
||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.