|
| 1 | +# Change Log |
| 2 | + |
| 3 | +## [v0.1](https://github.com/volcano-sh/volcano/tree/v0.1) (2019-05-11) |
| 4 | + |
| 5 | +**Closed issues:** |
| 6 | + |
| 7 | +- Propose moving volume claim validation&generate logic into admission hook [\#139](https://github.com/volcano-sh/volcano/issues/139) |
| 8 | +- Sync codes from CodeClub [\#112](https://github.com/volcano-sh/volcano/issues/112) |
| 9 | +- Sync kubemark patches into volcano [\#109](https://github.com/volcano-sh/volcano/issues/109) |
| 10 | +- Makefile cleanup [\#105](https://github.com/volcano-sh/volcano/issues/105) |
| 11 | +- Make OWNERS file for Volcano [\#102](https://github.com/volcano-sh/volcano/issues/102) |
| 12 | +- Makefile cleanup [\#69](https://github.com/volcano-sh/volcano/issues/69) |
| 13 | +- How do we support Job.Spec update [\#68](https://github.com/volcano-sh/volcano/issues/68) |
| 14 | +- make mutating and validating admission controllers consistent [\#63](https://github.com/volcano-sh/volcano/issues/63) |
| 15 | +- Labels key can not contain '/' [\#62](https://github.com/volcano-sh/volcano/issues/62) |
| 16 | +- Job deletion handler should consider `DeletedFinalStateUnknown` [\#58](https://github.com/volcano-sh/volcano/issues/58) |
| 17 | +- Unable get csr when building test cluster [\#54](https://github.com/volcano-sh/volcano/issues/54) |
| 18 | +- Reclaim CI failed [\#49](https://github.com/volcano-sh/volcano/issues/49) |
| 19 | +- Add example on MPI Job [\#42](https://github.com/volcano-sh/volcano/issues/42) |
| 20 | +- Deleting helm chart exits with error [\#35](https://github.com/volcano-sh/volcano/issues/35) |
| 21 | +- Update Imports [\#30](https://github.com/volcano-sh/volcano/issues/30) |
| 22 | +- CI Build Failure [\#27](https://github.com/volcano-sh/volcano/issues/27) |
| 23 | +- Queue controller and related cli [\#16](https://github.com/volcano-sh/volcano/issues/16) |
| 24 | +- Update tensorflow example [\#146](https://github.com/volcano-sh/volcano/issues/146) |
| 25 | +- Move vkctrl queue to Volcano from kube-batch [\#133](https://github.com/volcano-sh/volcano/issues/133) |
| 26 | +- Cherry pick .spec.Capability of Queue [\#131](https://github.com/volcano-sh/volcano/issues/131) |
| 27 | +- Sync combine input & output volumes into array logic. [\#122](https://github.com/volcano-sh/volcano/issues/122) |
| 28 | +- Fix state machine issue [\#121](https://github.com/volcano-sh/volcano/issues/121) |
| 29 | +- 11 tests are failed in CI [\#120](https://github.com/volcano-sh/volcano/issues/120) |
| 30 | +- Set default value of PodGroup in admission controller [\#118](https://github.com/volcano-sh/volcano/issues/118) |
| 31 | +- Update kube-batch dependency to master [\#114](https://github.com/volcano-sh/volcano/issues/114) |
| 32 | +- Support printing version for binaries [\#77](https://github.com/volcano-sh/volcano/issues/77) |
| 33 | +- The docker image name should align with binaries' [\#72](https://github.com/volcano-sh/volcano/issues/72) |
| 34 | +- Update mpi example to use hostfile [\#71](https://github.com/volcano-sh/volcano/issues/71) |
| 35 | +- Add error handling for exit code [\#55](https://github.com/volcano-sh/volcano/issues/55) |
| 36 | +- Move job/cache job/apis to upper dir [\#43](https://github.com/volcano-sh/volcano/issues/43) |
| 37 | +- Support Task/Job retry [\#40](https://github.com/volcano-sh/volcano/issues/40) |
| 38 | +- Fix Failing testcases [\#32](https://github.com/volcano-sh/volcano/issues/32) |
| 39 | +- Add e2e test for admission service [\#31](https://github.com/volcano-sh/volcano/issues/31) |
| 40 | +- Support TaskSpec level error handling [\#26](https://github.com/volcano-sh/volcano/issues/26) |
| 41 | +- Support Job plugins [\#14](https://github.com/volcano-sh/volcano/issues/14) |
| 42 | +- Delay pod creation [\#12](https://github.com/volcano-sh/volcano/issues/12) |
| 43 | +- Setup travis as CI env [\#7](https://github.com/volcano-sh/volcano/issues/7) |
| 44 | + |
| 45 | +**Merged pull requests:** |
| 46 | + |
| 47 | +- 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)) |
| 48 | +- Update tf related resource files [\#150](https://github.com/volcano-sh/volcano/pull/150) ([TommyLike](https://github.com/TommyLike)) |
| 49 | +- Print detail message when wait timeout in tests [\#148](https://github.com/volcano-sh/volcano/pull/148) ([TommyLike](https://github.com/TommyLike)) |
| 50 | +- Return immediately when failed to generate admission secret [\#145](https://github.com/volcano-sh/volcano/pull/145) ([TommyLike](https://github.com/TommyLike)) |
| 51 | +- version related changes [\#144](https://github.com/volcano-sh/volcano/pull/144) ([SrinivasChilveri](https://github.com/SrinivasChilveri)) |
| 52 | +- Update volcano crds & sample files [\#143](https://github.com/volcano-sh/volcano/pull/143) ([TommyLike](https://github.com/TommyLike)) |
| 53 | +- Fix combine volume feature issues&Adding testcase [\#140](https://github.com/volcano-sh/volcano/pull/140) ([TommyLike](https://github.com/TommyLike)) |
| 54 | +- Bump Kube-batch version [\#138](https://github.com/volcano-sh/volcano/pull/138) ([asifdxtreme](https://github.com/asifdxtreme)) |
| 55 | +- Moving vkctrl queue to Volcano from kube-batch [\#136](https://github.com/volcano-sh/volcano/pull/136) ([Rajadeepan](https://github.com/Rajadeepan)) |
| 56 | +- Fix log tailed issue [\#132](https://github.com/volcano-sh/volcano/pull/132) ([TommyLike](https://github.com/TommyLike)) |
| 57 | +- remove enableNamespaceAsQueue in e2e [\#130](https://github.com/volcano-sh/volcano/pull/130) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 58 | +- Add queue controller [\#128](https://github.com/volcano-sh/volcano/pull/128) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 59 | +- Add default queue in admission hook [\#127](https://github.com/volcano-sh/volcano/pull/127) ([TommyLike](https://github.com/TommyLike)) |
| 60 | +- \[Issue \#121\]fix state convert [\#126](https://github.com/volcano-sh/volcano/pull/126) ([wangyuqing4](https://github.com/wangyuqing4)) |
| 61 | +- Combine input & output volumes [\#124](https://github.com/volcano-sh/volcano/pull/124) ([TommyLike](https://github.com/TommyLike)) |
| 62 | +- Move mxnet examples into integration folder [\#123](https://github.com/volcano-sh/volcano/pull/123) ([TommyLike](https://github.com/TommyLike)) |
| 63 | +- pkg improvement. [\#119](https://github.com/volcano-sh/volcano/pull/119) ([k82cn](https://github.com/k82cn)) |
| 64 | +- Updated kube-batch to vk-kube-batch. [\#115](https://github.com/volcano-sh/volcano/pull/115) ([k82cn](https://github.com/k82cn)) |
| 65 | +- Update kube batch source [\#111](https://github.com/volcano-sh/volcano/pull/111) ([TommyLike](https://github.com/TommyLike)) |
| 66 | +- Makefile Cleanup. [\#106](https://github.com/volcano-sh/volcano/pull/106) ([k82cn](https://github.com/k82cn)) |
| 67 | +- Updated README. [\#104](https://github.com/volcano-sh/volcano/pull/104) ([k82cn](https://github.com/k82cn)) |
| 68 | +- Added OWNERS. [\#103](https://github.com/volcano-sh/volcano/pull/103) ([k82cn](https://github.com/k82cn)) |
| 69 | +- Register global options when start [\#99](https://github.com/volcano-sh/volcano/pull/99) ([TommyLike](https://github.com/TommyLike)) |
| 70 | +- Add TF example [\#98](https://github.com/volcano-sh/volcano/pull/98) ([TommyLike](https://github.com/TommyLike)) |
| 71 | +- Updated kube-batch to release-0.4 [\#97](https://github.com/volcano-sh/volcano/pull/97) ([k82cn](https://github.com/k82cn)) |
| 72 | +- Added Queue design doc. [\#95](https://github.com/volcano-sh/volcano/pull/95) ([k82cn](https://github.com/k82cn)) |
| 73 | +- Clean code [\#92](https://github.com/volcano-sh/volcano/pull/92) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 74 | +- Refine Common Service intro in volcano intro image [\#91](https://github.com/volcano-sh/volcano/pull/91) ([TommyLike](https://github.com/TommyLike)) |
| 75 | +- Update volcano intro image [\#90](https://github.com/volcano-sh/volcano/pull/90) ([TommyLike](https://github.com/TommyLike)) |
| 76 | +- Abstract a common pod delete func [\#89](https://github.com/volcano-sh/volcano/pull/89) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 77 | +- Fix issue raised from previous MR [\#83](https://github.com/volcano-sh/volcano/pull/83) ([TommyLike](https://github.com/TommyLike)) |
| 78 | +- implement error code handling [\#81](https://github.com/volcano-sh/volcano/pull/81) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 79 | +- Move apis&cache into pkg/controllers folder [\#80](https://github.com/volcano-sh/volcano/pull/80) ([TommyLike](https://github.com/TommyLike)) |
| 80 | +- Exit code error handling [\#79](https://github.com/volcano-sh/volcano/pull/79) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 81 | +- Update scripts as per docker image [\#78](https://github.com/volcano-sh/volcano/pull/78) ([asifdxtreme](https://github.com/asifdxtreme)) |
| 82 | +- Fix task name default and validate it [\#76](https://github.com/volcano-sh/volcano/pull/76) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 83 | +- Cleanup makefile [\#75](https://github.com/volcano-sh/volcano/pull/75) ([TommyLike](https://github.com/TommyLike)) |
| 84 | +- Do not handle job update [\#74](https://github.com/volcano-sh/volcano/pull/74) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 85 | +- Use hostfile in MPI tests [\#73](https://github.com/volcano-sh/volcano/pull/73) ([TommyLike](https://github.com/TommyLike)) |
| 86 | +- Improve Quick Start Guide & update docker image repo [\#70](https://github.com/volcano-sh/volcano/pull/70) ([asifdxtreme](https://github.com/asifdxtreme)) |
| 87 | +- ignore already exist error [\#61](https://github.com/volcano-sh/volcano/pull/61) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 88 | +- fix build error [\#60](https://github.com/volcano-sh/volcano/pull/60) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 89 | +- Support displaying log files [\#59](https://github.com/volcano-sh/volcano/pull/59) ([TommyLike](https://github.com/TommyLike)) |
| 90 | +- some minor cleanup and optmization [\#57](https://github.com/volcano-sh/volcano/pull/57) ([hzxuzhonghu](https://github.com/hzxuzhonghu)) |
| 91 | +- Upgrade kube-batch to 0.4.2 [\#53](https://github.com/volcano-sh/volcano/pull/53) ([k82cn](https://github.com/k82cn)) |
| 92 | +- Fix comment issue for MPI example MR [\#52](https://github.com/volcano-sh/volcano/pull/52) ([TommyLike](https://github.com/TommyLike)) |
| 93 | +- Add MPI example and tests [\#51](https://github.com/volcano-sh/volcano/pull/51) ([TommyLike](https://github.com/TommyLike)) |
| 94 | +- Support Plugins [\#50](https://github.com/volcano-sh/volcano/pull/50) ([TommyLike](https://github.com/TommyLike)) |
| 95 | +- Refresh volcano intro image [\#46](https://github.com/volcano-sh/volcano/pull/46) ([TommyLike](https://github.com/TommyLike)) |
| 96 | +- Add admission e2e test [\#45](https://github.com/volcano-sh/volcano/pull/45) ([TommyLike](https://github.com/TommyLike)) |
| 97 | +- Support setting queue name in job [\#39](https://github.com/volcano-sh/volcano/pull/39) ([TommyLike](https://github.com/TommyLike)) |
| 98 | +- Add ConfigMap for scheduler chart [\#38](https://github.com/volcano-sh/volcano/pull/38) ([TommyLike](https://github.com/TommyLike)) |
| 99 | +- Fix slice out of range error [\#37](https://github.com/volcano-sh/volcano/pull/37) ([TommyLike](https://github.com/TommyLike)) |
| 100 | +- Support TaskComplete in LifecyclePolicy [\#36](https://github.com/volcano-sh/volcano/pull/36) ([TommyLike](https://github.com/TommyLike)) |
| 101 | +- Update Readme with verification details [\#34](https://github.com/volcano-sh/volcano/pull/34) ([asifdxtreme](https://github.com/asifdxtreme)) |
| 102 | +- Fixed build error. [\#29](https://github.com/volcano-sh/volcano/pull/29) ([k82cn](https://github.com/k82cn)) |
| 103 | +- Support Travis CI [\#28](https://github.com/volcano-sh/volcano/pull/28) ([TommyLike](https://github.com/TommyLike)) |
| 104 | +- Fix some chart issues [\#24](https://github.com/volcano-sh/volcano/pull/24) ([TommyLike](https://github.com/TommyLike)) |
| 105 | +- Fix volcano chart RBAC issue [\#23](https://github.com/volcano-sh/volcano/pull/23) ([TommyLike](https://github.com/TommyLike)) |
| 106 | +- Create default queue for e2e test. [\#22](https://github.com/volcano-sh/volcano/pull/22) ([TommyLike](https://github.com/TommyLike)) |
| 107 | +- Update Travis CI batch [\#21](https://github.com/volcano-sh/volcano/pull/21) ([asifdxtreme](https://github.com/asifdxtreme)) |
| 108 | +- Add Slack batch [\#20](https://github.com/volcano-sh/volcano/pull/20) ([asifdxtreme](https://github.com/asifdxtreme)) |
| 109 | +- Add issue templates [\#19](https://github.com/volcano-sh/volcano/pull/19) ([asifdxtreme](https://github.com/asifdxtreme)) |
| 110 | +- Ensure golint binary exists before linting [\#18](https://github.com/volcano-sh/volcano/pull/18) ([TommyLike](https://github.com/TommyLike)) |
| 111 | +- Code/add more tests [\#17](https://github.com/volcano-sh/volcano/pull/17) ([TommyLike](https://github.com/TommyLike)) |
| 112 | +- Updated README. [\#11](https://github.com/volcano-sh/volcano/pull/11) ([k82cn](https://github.com/k82cn)) |
| 113 | +- Added README about scheduler. [\#10](https://github.com/volcano-sh/volcano/pull/10) ([k82cn](https://github.com/k82cn)) |
| 114 | +- Added actions/plugins. [\#9](https://github.com/volcano-sh/volcano/pull/9) ([k82cn](https://github.com/k82cn)) |
| 115 | +- Fixed code fmt. [\#8](https://github.com/volcano-sh/volcano/pull/8) ([k82cn](https://github.com/k82cn)) |
| 116 | +- Codes/refactor controllers [\#6](https://github.com/volcano-sh/volcano/pull/6) ([TommyLike](https://github.com/TommyLike)) |
| 117 | +- Support helm chart [\#5](https://github.com/volcano-sh/volcano/pull/5) ([TommyLike](https://github.com/TommyLike)) |
| 118 | +- Fix some typos in code and document [\#3](https://github.com/volcano-sh/volcano/pull/3) ([TommyLike](https://github.com/TommyLike)) |
| 119 | +- Support Adm controllers [\#2](https://github.com/volcano-sh/volcano/pull/2) ([TommyLike](https://github.com/TommyLike)) |
| 120 | +- Rename hpw.cloud keyword to volcano.sh [\#1](https://github.com/volcano-sh/volcano/pull/1) ([TommyLike](https://github.com/TommyLike)) |
| 121 | +- Improve README.md documentation [\#48](https://github.com/volcano-sh/volcano/pull/48) ([quinton-hoole](https://github.com/quinton-hoole)) |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments