Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit af4d58a

Browse files
authored
0.2.0 Release (#278)
1 parent 15a2024 commit af4d58a

File tree

3 files changed

+76
-4
lines changed

3 files changed

+76
-4
lines changed

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,76 @@
11
# Change Log
22

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+
374
## [v0.1.0](https://github.com/kedgeproject/kedge/tree/v0.1.0) (2017-08-04)
475
**Closed issues:**
576

@@ -55,6 +126,7 @@
55126

56127
**Merged pull requests:**
57128

129+
- 0.1.0 Release [\#197](https://github.com/kedgeproject/kedge/pull/197) ([cdrage](https://github.com/cdrage))
58130
- Add release script [\#196](https://github.com/kedgeproject/kedge/pull/196) ([cdrage](https://github.com/cdrage))
59131
- introduce an optional root level controller field [\#195](https://github.com/kedgeproject/kedge/pull/195) ([containscafeine](https://github.com/containscafeine))
60132
- Added coverage badge [\#194](https://github.com/kedgeproject/kedge/pull/194) ([surajnarwade](https://github.com/surajnarwade))

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ __Linux and macOS:__
3434

3535
```sh
3636
# Linux
37-
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.1.0/kedge-linux-amd64 -o kedge
37+
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.2.0/kedge-linux-amd64 -o kedge
3838

3939
# macOS
40-
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.1.0/kedge-darwin-amd64 -o kedge
40+
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.2.0/kedge-darwin-amd64 -o kedge
4141

4242
chmod +x kedge
4343
sudo mv ./kedge /usr/local/bin/kedge
4444
```
4545

4646
__Windows:__
4747

48-
Download from [GitHub](https://github.com/kedgeproject/kedge/releases/download/v0.1.0/kedge-windows-amd64.exe) and add the binary to your PATH.
48+
Download from [GitHub](https://github.com/kedgeproject/kedge/releases/download/v0.2.0/kedge-windows-amd64.exe) and add the binary to your PATH.
4949

5050
### Installing the latest binary (master)
5151

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
var (
2626
// VERSION is version number that will be displayed when running ./kedge version
27-
VERSION = "0.1.0"
27+
VERSION = "0.2.0"
2828

2929
// GITCOMMIT is hash of the commit that wil be displayed when running ./kedge version
3030
// this will be overwritten when running build like this: go build -ldflags="-X github.com/kedgeproject/kedge/cmd.GITCOMMIT=$(GITCOMMIT)"

0 commit comments

Comments
 (0)