|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [v0.2.0](https://github.com/kedgeproject/kedge/tree/v0.2.0) (2017-09-18) |
| 4 | +[Full Changelog](https://github.com/kedgeproject/kedge/compare/v0.1.0...v0.2.0) |
| 5 | + |
| 6 | +**Closed issues:** |
| 7 | + |
| 8 | +- more frequent releases? [\#277](https://github.com/kedgeproject/kedge/issues/277) |
| 9 | +- Add `--distribution` flag [\#245](https://github.com/kedgeproject/kedge/issues/245) |
| 10 | +- Make controller a field in App struct [\#233](https://github.com/kedgeproject/kedge/issues/233) |
| 11 | +- kedge init should not allow non int values for port [\#231](https://github.com/kedgeproject/kedge/issues/231) |
| 12 | +- Reference Helm Chart from Kedge file [\#217](https://github.com/kedgeproject/kedge/issues/217) |
| 13 | +- shortcut for port [\#216](https://github.com/kedgeproject/kedge/issues/216) |
| 14 | +- kedge init [\#215](https://github.com/kedgeproject/kedge/issues/215) |
| 15 | +- Add go report badge [\#209](https://github.com/kedgeproject/kedge/issues/209) |
| 16 | +- Order of the outputted artifacts [\#207](https://github.com/kedgeproject/kedge/issues/207) |
| 17 | +- Example in allnomagic does not work [\#203](https://github.com/kedgeproject/kedge/issues/203) |
| 18 | +- Is mention bot providing any value? [\#159](https://github.com/kedgeproject/kedge/issues/159) |
| 19 | +- Add kedge delete to use guide [\#145](https://github.com/kedgeproject/kedge/issues/145) |
| 20 | +- Add installation document after a release [\#140](https://github.com/kedgeproject/kedge/issues/140) |
| 21 | +- \[spec change\] Make containers a subkey [\#119](https://github.com/kedgeproject/kedge/issues/119) |
| 22 | +- Change 'type' name, related to NodePort, ClusterIP, LoadBalancer, ExternalName to `expose`. [\#103](https://github.com/kedgeproject/kedge/issues/103) |
| 23 | +- Update examples and associated readmes [\#60](https://github.com/kedgeproject/kedge/issues/60) |
| 24 | +- Add checks for multiple pvc with same name [\#55](https://github.com/kedgeproject/kedge/issues/55) |
| 25 | +- Find a better convention referencing env vars in container spec [\#16](https://github.com/kedgeproject/kedge/issues/16) |
| 26 | + |
| 27 | +**Merged pull requests:** |
| 28 | + |
| 29 | +- Fix order of controller functions [\#266](https://github.com/kedgeproject/kedge/pull/266) ([cdrage](https://github.com/cdrage)) |
| 30 | +- Increase ping timeout for e2e tests [\#264](https://github.com/kedgeproject/kedge/pull/264) ([cdrage](https://github.com/cdrage)) |
| 31 | +- Add timeout param to make test-e2e [\#263](https://github.com/kedgeproject/kedge/pull/263) ([cdrage](https://github.com/cdrage)) |
| 32 | +- change from DeploymentSpec to DeploymentSpecMod [\#261](https://github.com/kedgeproject/kedge/pull/261) ([surajssd](https://github.com/surajssd)) |
| 33 | +- docs: add conventions to consider while development [\#260](https://github.com/kedgeproject/kedge/pull/260) ([surajssd](https://github.com/surajssd)) |
| 34 | +- docs: instructions to add tests, examples and docs [\#259](https://github.com/kedgeproject/kedge/pull/259) ([surajssd](https://github.com/surajssd)) |
| 35 | +- docs: define go import convention [\#258](https://github.com/kedgeproject/kedge/pull/258) ([surajssd](https://github.com/surajssd)) |
| 36 | +- Update e2e test files [\#256](https://github.com/kedgeproject/kedge/pull/256) ([cdrage](https://github.com/cdrage)) |
| 37 | +- move validateVolumeClaims\(\) to resources.go [\#255](https://github.com/kedgeproject/kedge/pull/255) ([containscafeine](https://github.com/containscafeine)) |
| 38 | +- fix typo in word 'overwrite' [\#254](https://github.com/kedgeproject/kedge/pull/254) ([containscafeine](https://github.com/containscafeine)) |
| 39 | +- add support for Job controller [\#253](https://github.com/kedgeproject/kedge/pull/253) ([containscafeine](https://github.com/containscafeine)) |
| 40 | +- Fix spelling / grammar error within init.go [\#252](https://github.com/kedgeproject/kedge/pull/252) ([cdrage](https://github.com/cdrage)) |
| 41 | +- Update README within examples [\#251](https://github.com/kedgeproject/kedge/pull/251) ([cdrage](https://github.com/cdrage)) |
| 42 | +- Adds --distribution flag, refactor k8s generation [\#250](https://github.com/kedgeproject/kedge/pull/250) ([cdrage](https://github.com/cdrage)) |
| 43 | +- Update help info [\#249](https://github.com/kedgeproject/kedge/pull/249) ([cdrage](https://github.com/cdrage)) |
| 44 | +- update client-go to v4.0.0 [\#246](https://github.com/kedgeproject/kedge/pull/246) ([containscafeine](https://github.com/containscafeine)) |
| 45 | +- Add Kubernetes cluster script [\#244](https://github.com/kedgeproject/kedge/pull/244) ([cdrage](https://github.com/cdrage)) |
| 46 | +- update glide-vc instructions to use lock file [\#243](https://github.com/kedgeproject/kedge/pull/243) ([surajssd](https://github.com/surajssd)) |
| 47 | +- introduce portMappings shortcut [\#242](https://github.com/kedgeproject/kedge/pull/242) ([containscafeine](https://github.com/containscafeine)) |
| 48 | +- add tags to help generate openAPI schema [\#241](https://github.com/kedgeproject/kedge/pull/241) ([surajssd](https://github.com/surajssd)) |
| 49 | +- add controller field in app struct [\#240](https://github.com/kedgeproject/kedge/pull/240) ([surajssd](https://github.com/surajssd)) |
| 50 | +- Add comments to spec.go [\#239](https://github.com/kedgeproject/kedge/pull/239) ([surajssd](https://github.com/surajssd)) |
| 51 | +- introduce controller interface [\#236](https://github.com/kedgeproject/kedge/pull/236) ([containscafeine](https://github.com/containscafeine)) |
| 52 | +- Small fixes in the readme. [\#234](https://github.com/kedgeproject/kedge/pull/234) ([pradeepto](https://github.com/pradeepto)) |
| 53 | +- Fixed port issue in `kedge init` [\#232](https://github.com/kedgeproject/kedge/pull/232) ([surajnarwade](https://github.com/surajnarwade)) |
| 54 | +- move files from package kubernetes to package spec [\#229](https://github.com/kedgeproject/kedge/pull/229) ([containscafeine](https://github.com/containscafeine)) |
| 55 | +- Added feature for kedge init [\#228](https://github.com/kedgeproject/kedge/pull/228) ([surajnarwade](https://github.com/surajnarwade)) |
| 56 | +- move files from package encoding to package spec [\#226](https://github.com/kedgeproject/kedge/pull/226) ([containscafeine](https://github.com/containscafeine)) |
| 57 | +- change glide.yml to glide.yaml in docs [\#225](https://github.com/kedgeproject/kedge/pull/225) ([surajssd](https://github.com/surajssd)) |
| 58 | +- Cleanup and reorganize examples [\#222](https://github.com/kedgeproject/kedge/pull/222) ([kadel](https://github.com/kadel)) |
| 59 | +- Added `kedge delete` in user-guide [\#220](https://github.com/kedgeproject/kedge/pull/220) ([surajnarwade](https://github.com/surajnarwade)) |
| 60 | +- pass only required parameter to functions [\#214](https://github.com/kedgeproject/kedge/pull/214) ([surajssd](https://github.com/surajssd)) |
| 61 | +- add license to all the new files [\#213](https://github.com/kedgeproject/kedge/pull/213) ([surajssd](https://github.com/surajssd)) |
| 62 | +- order artifacts generation [\#212](https://github.com/kedgeproject/kedge/pull/212) ([surajssd](https://github.com/surajssd)) |
| 63 | +- Added GoReportcard badge [\#211](https://github.com/kedgeproject/kedge/pull/211) ([surajnarwade](https://github.com/surajnarwade)) |
| 64 | +- move populate volume to populators [\#208](https://github.com/kedgeproject/kedge/pull/208) ([surajssd](https://github.com/surajssd)) |
| 65 | +- move volume search functions to util [\#206](https://github.com/kedgeproject/kedge/pull/206) ([surajssd](https://github.com/surajssd)) |
| 66 | +- Fixed allnomagic example [\#205](https://github.com/kedgeproject/kedge/pull/205) ([surajnarwade](https://github.com/surajnarwade)) |
| 67 | +- check for duplicate volumeClaim definition [\#204](https://github.com/kedgeproject/kedge/pull/204) ([surajssd](https://github.com/surajssd)) |
| 68 | +- update single file readme and examples readme [\#202](https://github.com/kedgeproject/kedge/pull/202) ([surajssd](https://github.com/surajssd)) |
| 69 | +- Small docs update - add info about default controller and fix formatting [\#200](https://github.com/kedgeproject/kedge/pull/200) ([kadel](https://github.com/kadel)) |
| 70 | +- Ignore the bin folder [\#198](https://github.com/kedgeproject/kedge/pull/198) ([cdrage](https://github.com/cdrage)) |
| 71 | +- Added gitlab example [\#170](https://github.com/kedgeproject/kedge/pull/170) ([surajnarwade](https://github.com/surajnarwade)) |
| 72 | +- e2e test framework [\#77](https://github.com/kedgeproject/kedge/pull/77) ([surajssd](https://github.com/surajssd)) |
| 73 | + |
3 | 74 | ## [v0.1.0](https://github.com/kedgeproject/kedge/tree/v0.1.0) (2017-08-04)
|
4 | 75 | **Closed issues:**
|
5 | 76 |
|
|
55 | 126 |
|
56 | 127 | **Merged pull requests:**
|
57 | 128 |
|
| 129 | +- 0.1.0 Release [\#197](https://github.com/kedgeproject/kedge/pull/197) ([cdrage](https://github.com/cdrage)) |
58 | 130 | - Add release script [\#196](https://github.com/kedgeproject/kedge/pull/196) ([cdrage](https://github.com/cdrage))
|
59 | 131 | - introduce an optional root level controller field [\#195](https://github.com/kedgeproject/kedge/pull/195) ([containscafeine](https://github.com/containscafeine))
|
60 | 132 | - Added coverage badge [\#194](https://github.com/kedgeproject/kedge/pull/194) ([surajnarwade](https://github.com/surajnarwade))
|
|
0 commit comments