Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 6ca5b4b

Browse files
author
Jenkins
committed
Docs: Generate v2.0.0 changelog with JPL
1 parent 0d5de31 commit 6ca5b4b

1 file changed

Lines changed: 58 additions & 36 deletions

File tree

CHANGELOG.md

Lines changed: 58 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,138 +1,160 @@
1-
* Add commit-validator to the command list ([5e19e4b](https://github.com:kairops/docker-command-launcher/commit/5e19e4b))
1+
# Changelog
2+
3+
## v2.0.0 (2019-06-14)
4+
5+
### Breaking
6+
7+
* Use tags for commands instead latest ([1fffebf](https://github.com/kairops/docker-command-launcher/commit/1fffebf))
8+
9+
### New
10+
11+
* Add mdline command and use tags instead latest ([3d3fd3d](https://github.com/kairops/docker-command-launcher/commit/3d3fd3d))
12+
13+
### Build
14+
15+
* Update Auto Release Log adding v2.0.0 info with JPL ([0d5de31](https://github.com/kairops/docker-command-launcher/commit/0d5de31))
16+
* Update to jpl v3.1.6 ([d4fce09](https://github.com/kairops/docker-command-launcher/commit/d4fce09))
17+
18+
## v1.2.0 (2019-05-20)
19+
20+
### New
21+
22+
* Add commit-validator to the command list ([5e19e4b](https://github.com/kairops/docker-command-launcher/commit/5e19e4b))
223

324
### Build
425

5-
* Enable default checkout and disable slack notifications ([cf6f5ea](https://github.com:kairops/docker-command-launcher/commit/cf6f5ea))
26+
* Update CHANGELOG.md to v1.2.0 with Red Panda JPL ([d1358fe](https://github.com/kairops/docker-command-launcher/commit/d1358fe))
27+
* Enable default checkout and disable slack notifications ([cf6f5ea](https://github.com/kairops/docker-command-launcher/commit/cf6f5ea))
628

729
### Docs
830

9-
* Add commit-validator command info to the main README file ([54affe3](https://github.com:kairops/docker-command-launcher/commit/54affe3))
31+
* Add commit-validator command info to the main README file ([54affe3](https://github.com/kairops/docker-command-launcher/commit/54affe3))
1032

1133
## v1.1.1 (2019-05-17)
1234

1335
### Update
1436

15-
* Refactor invalidate command cache strategy ([ef5e695](https://github.com:kairops/docker-command-launcher/commit/ef5e695))
37+
* Refactor invalidate command cache strategy ([ef5e695](https://github.com/kairops/docker-command-launcher/commit/ef5e695))
1638

1739
### Build
1840

19-
* Update CHANGELOG.md to v1.1.1 with Red Panda JPL ([cc03976](https://github.com:kairops/docker-command-launcher/commit/cc03976))
41+
* Update CHANGELOG.md to v1.1.1 with Red Panda JPL ([cc03976](https://github.com/kairops/docker-command-launcher/commit/cc03976))
2042

2143
## v1.1.0 (2019-05-17)
2244

2345
### New
2446

25-
* Add update sentinel ([c3e86b1](https://github.com:kairops/docker-command-launcher/commit/c3e86b1))
47+
* Add update sentinel ([c3e86b1](https://github.com/kairops/docker-command-launcher/commit/c3e86b1))
2648

2749
### Upgrade
2850

29-
* Add command list with existance checking (fixes #1) ([3467287](https://github.com:kairops/docker-command-launcher/commit/3467287))
51+
* Add command list with existance checking (fixes #1) ([3467287](https://github.com/kairops/docker-command-launcher/commit/3467287))
3052

3153
### Update
3254

33-
* Review of kd help info ([d3fbf0e](https://github.com:kairops/docker-command-launcher/commit/d3fbf0e))
34-
* Propagate debug flag to commands ([9cf5fcf](https://github.com:kairops/docker-command-launcher/commit/9cf5fcf))
35-
* Add debug option (fixes #3) ([f593262](https://github.com:kairops/docker-command-launcher/commit/f593262))
55+
* Review of kd help info ([d3fbf0e](https://github.com/kairops/docker-command-launcher/commit/d3fbf0e))
56+
* Propagate debug flag to commands ([9cf5fcf](https://github.com/kairops/docker-command-launcher/commit/9cf5fcf))
57+
* Add debug option (fixes #3) ([f593262](https://github.com/kairops/docker-command-launcher/commit/f593262))
3658

3759
### Fix
3860

39-
* Avoid an error when the debug flag is not set ([b01291c](https://github.com:kairops/docker-command-launcher/commit/b01291c))
40-
* Avoid an error when the debug flag is not set ([2b6d478](https://github.com:kairops/docker-command-launcher/commit/2b6d478))
41-
* Print error mensaje to stderr instead of stdout ([0d3076f](https://github.com:kairops/docker-command-launcher/commit/0d3076f))
61+
* Avoid an error when the debug flag is not set ([b01291c](https://github.com/kairops/docker-command-launcher/commit/b01291c))
62+
* Avoid an error when the debug flag is not set ([2b6d478](https://github.com/kairops/docker-command-launcher/commit/2b6d478))
63+
* Print error mensaje to stderr instead of stdout ([0d3076f](https://github.com/kairops/docker-command-launcher/commit/0d3076f))
4264

4365
### Build
4466

45-
* Update CHANGELOG.md to v1.1.0 with Red Panda JPL ([f01502c](https://github.com:kairops/docker-command-launcher/commit/f01502c))
67+
* Update CHANGELOG.md to v1.1.0 with Red Panda JPL ([f01502c](https://github.com/kairops/docker-command-launcher/commit/f01502c))
4668

4769
### Docs
4870

49-
* Update help section on the main readme ([d47950c](https://github.com:kairops/docker-command-launcher/commit/d47950c))
71+
* Update help section on the main readme ([d47950c](https://github.com/kairops/docker-command-launcher/commit/d47950c))
5072

5173
## v1.0.1 (2019-05-16)
5274

5375
### Fix
5476

55-
* Use the '-' option correctly ([9a140a4](https://github.com:kairops/docker-command-launcher/commit/9a140a4))
77+
* Use the '-' option correctly ([9a140a4](https://github.com/kairops/docker-command-launcher/commit/9a140a4))
5678

5779
### Build
5880

59-
* Update CHANGELOG.md to v1.0.1 with Red Panda JPL ([cacbee3](https://github.com:kairops/docker-command-launcher/commit/cacbee3))
60-
* Update to v2.9.1 jpl release ([aef0489](https://github.com:kairops/docker-command-launcher/commit/aef0489))
81+
* Update CHANGELOG.md to v1.0.1 with Red Panda JPL ([cacbee3](https://github.com/kairops/docker-command-launcher/commit/cacbee3))
82+
* Update to v2.9.1 jpl release ([aef0489](https://github.com/kairops/docker-command-launcher/commit/aef0489))
6183

6284
## v1.0.0 (2019-05-14)
6385

6486
### Breaking
6587

66-
* Refactor stdin + parameters usage ([3c6c9a1](https://github.com:kairops/docker-command-launcher/commit/3c6c9a1))
88+
* Refactor stdin + parameters usage ([3c6c9a1](https://github.com/kairops/docker-command-launcher/commit/3c6c9a1))
6789

6890
### Build
6991

70-
* Update CHANGELOG.md to v1.0.0 with Red Panda JPL ([cfa64a8](https://github.com:kairops/docker-command-launcher/commit/cfa64a8))
92+
* Update CHANGELOG.md to v1.0.0 with Red Panda JPL ([cfa64a8](https://github.com/kairops/docker-command-launcher/commit/cfa64a8))
7193

7294
### Docs
7395

74-
* Update changelog ([053ffd7](https://github.com:kairops/docker-command-launcher/commit/053ffd7))
75-
* Update main readme info ([d2c94f9](https://github.com:kairops/docker-command-launcher/commit/d2c94f9))
96+
* Update changelog ([053ffd7](https://github.com/kairops/docker-command-launcher/commit/053ffd7))
97+
* Update main readme info ([d2c94f9](https://github.com/kairops/docker-command-launcher/commit/d2c94f9))
7698

7799
## v0.4.1 (2019-05-13)
78100

79101
### Build
80102

81-
* Update CHANGELOG.md to v0.4.1 with Red Panda JPL ([d947e57](https://github.com:kairops/docker-command-launcher/commit/d947e57))
103+
* Update CHANGELOG.md to v0.4.1 with Red Panda JPL ([d947e57](https://github.com/kairops/docker-command-launcher/commit/d947e57))
82104

83105
### Docs
84106

85-
* Add get-next-release-number info to the main readme ([01df439](https://github.com:kairops/docker-command-launcher/commit/01df439))
107+
* Add get-next-release-number info to the main readme ([01df439](https://github.com/kairops/docker-command-launcher/commit/01df439))
86108

87109
## v0.4.0 (2019-05-13)
88110

89111
### Breaking
90112

91-
* Docker command wrapper refactor ([cd3deec](https://github.com:kairops/docker-command-launcher/commit/cd3deec))
113+
* Docker command wrapper refactor ([cd3deec](https://github.com/kairops/docker-command-launcher/commit/cd3deec))
92114

93115
### Build
94116

95-
* Update CHANGELOG.md to v0.4.0 with Red Panda JPL ([f2fcc3a](https://github.com:kairops/docker-command-launcher/commit/f2fcc3a))
117+
* Update CHANGELOG.md to v0.4.0 with Red Panda JPL ([f2fcc3a](https://github.com/kairops/docker-command-launcher/commit/f2fcc3a))
96118

97119
## v0.3.1 (2019-05-10)
98120

99121
### Build
100122

101-
* Update CHANGELOG.md to v0.3.1 with Red Panda JPL ([cf2789c](https://github.com:kairops/docker-command-launcher/commit/cf2789c))
123+
* Update CHANGELOG.md to v0.3.1 with Red Panda JPL ([cf2789c](https://github.com/kairops/docker-command-launcher/commit/cf2789c))
102124

103125
### Docs
104126

105-
* Add md2html command info ([008c9d1](https://github.com:kairops/docker-command-launcher/commit/008c9d1))
127+
* Add md2html command info ([008c9d1](https://github.com/kairops/docker-command-launcher/commit/008c9d1))
106128

107129
## v0.3.0 (2019-05-10)
108130

109131
### Upgrade
110132

111-
* Add volume injection and pass parameters to the command ([35681e1](https://github.com:kairops/docker-command-launcher/commit/35681e1))
133+
* Add volume injection and pass parameters to the command ([35681e1](https://github.com/kairops/docker-command-launcher/commit/35681e1))
112134

113135
### Build
114136

115-
* Update CHANGELOG.md to v0.3.0 with Red Panda JPL ([3a97ce8](https://github.com:kairops/docker-command-launcher/commit/3a97ce8))
137+
* Update CHANGELOG.md to v0.3.0 with Red Panda JPL ([3a97ce8](https://github.com/kairops/docker-command-launcher/commit/3a97ce8))
116138

117139
## v0.2.0 (2019-05-10)
118140

119141
### Upgrade
120142

121-
* Use standard input with the command ([8fd1763](https://github.com:kairops/docker-command-launcher/commit/8fd1763))
143+
* Use standard input with the command ([8fd1763](https://github.com/kairops/docker-command-launcher/commit/8fd1763))
122144

123145
### Build
124146

125-
* Update CHANGELOG.md to v0.2.0 with Red Panda JPL ([0349442](https://github.com:kairops/docker-command-launcher/commit/0349442))
147+
* Update CHANGELOG.md to v0.2.0 with Red Panda JPL ([0349442](https://github.com/kairops/docker-command-launcher/commit/0349442))
126148

127149
## v0.1.0 (2019-05-10)
128150

129151
### New
130152

131-
* Add test wrapper ([5f54574](https://github.com:kairops/docker-command-launcher/commit/5f54574))
132-
* Initial import ([47d5b73](https://github.com:kairops/docker-command-launcher/commit/47d5b73))
153+
* Add test wrapper ([5f54574](https://github.com/kairops/docker-command-launcher/commit/5f54574))
154+
* Initial import ([47d5b73](https://github.com/kairops/docker-command-launcher/commit/47d5b73))
133155

134156
### Build
135157

136-
* Update CHANGELOG.md to v0.1.0 with Red Panda JPL ([fa62826](https://github.com:kairops/docker-command-launcher/commit/fa62826))
137-
* Add CI pipeline script ([d3672ae](https://github.com:kairops/docker-command-launcher/commit/d3672ae))
158+
* Update CHANGELOG.md to v0.1.0 with Red Panda JPL ([fa62826](https://github.com/kairops/docker-command-launcher/commit/fa62826))
159+
* Add CI pipeline script ([d3672ae](https://github.com/kairops/docker-command-launcher/commit/d3672ae))
138160

0 commit comments

Comments
 (0)