Skip to content

Commit 7321674

Browse files
author
John Bellone
committed
Update changelog for 2.1 release.
1 parent 720c911 commit 7321674

File tree

1 file changed

+32
-46
lines changed

1 file changed

+32
-46
lines changed

CHANGELOG.md

+32-46
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,35 @@
11
# Change Log
22

3-
## [2.0.0](https://github.com/johnbellone/consul-cookbook/tree/v2.0.0) (2016-03-17)
3+
## [Unreleased](https://github.com/johnbellone/consul-cookbook/tree/HEAD)
44

5-
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.5.0...HEAD)
5+
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v2.0.0...HEAD)
6+
7+
**Closed issues:**
8+
9+
- no more web ui? [\#297](https://github.com/johnbellone/consul-cookbook/issues/297)
10+
- Windows 2012 R2 Issue [\#295](https://github.com/johnbellone/consul-cookbook/issues/295)
11+
12+
## [v2.0.0](https://github.com/johnbellone/consul-cookbook/tree/v2.0.0) (2016-03-17)
13+
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.5.0...v2.0.0)
614

715
**Implemented enhancements:**
8-
- Add the `consul_installation` custom resource for managing archive,
9-
zip and source installations.
16+
1017
- sysvinit.service.erb has the consul service log to /dev/null [\#284](https://github.com/johnbellone/consul-cookbook/issues/284)
1118
- Refactor the population of TLS files to wrapper cookbooks? [\#247](https://github.com/johnbellone/consul-cookbook/issues/247)
1219

20+
**Fixed bugs:**
21+
22+
- Updating consul version does not restart consul [\#251](https://github.com/johnbellone/consul-cookbook/issues/251)
23+
1324
**Closed issues:**
1425

15-
- where does consul installed through this cookbook write its logs [\#290](https://github.com/johnbellone/consul-cookbook/issues/290)
26+
- Key not found: "consul\_0.6.3\_linux\_amd64" [\#294](https://github.com/johnbellone/consul-cookbook/issues/294)
27+
- restart\_on\_update considered harmful [\#288](https://github.com/johnbellone/consul-cookbook/issues/288)
1628
- Use 'system' attribute when adding consul user & group [\#287](https://github.com/johnbellone/consul-cookbook/issues/287)
1729

1830
## [v1.5.0](https://github.com/johnbellone/consul-cookbook/tree/v1.5.0) (2016-03-07)
1931
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.4.3...v1.5.0)
2032

21-
**Closed issues:**
22-
23-
- consul\_acl \(or Diplomat gem\) misbehaving [\#283](https://github.com/johnbellone/consul-cookbook/issues/283)
24-
- Service definition with an integrated check [\#280](https://github.com/johnbellone/consul-cookbook/issues/280)
25-
2633
## [v1.4.3](https://github.com/johnbellone/consul-cookbook/tree/v1.4.3) (2016-02-08)
2734
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.4.2...v1.4.3)
2835

@@ -32,32 +39,23 @@
3239
## [v1.4.1](https://github.com/johnbellone/consul-cookbook/tree/v1.4.1) (2016-02-05)
3340
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.4.0...v1.4.1)
3441

42+
**Closed issues:**
43+
44+
- New version? [\#258](https://github.com/johnbellone/consul-cookbook/issues/258)
45+
3546
## [v1.4.0](https://github.com/johnbellone/consul-cookbook/tree/v1.4.0) (2016-02-03)
3647
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.3.1...v1.4.0)
3748

3849
**Implemented enhancements:**
3950

4051
- Consul ACL custom resource [\#240](https://github.com/johnbellone/consul-cookbook/issues/240)
4152

42-
**Fixed bugs:**
43-
44-
- libarchive error when installing consul on Ubuntu 14.04 [\#241](https://github.com/johnbellone/consul-cookbook/issues/241)
45-
- Unable to override databag attributes [\#239](https://github.com/johnbellone/consul-cookbook/issues/239)
46-
47-
**Closed issues:**
48-
49-
- retry\_interval should be a string [\#244](https://github.com/johnbellone/consul-cookbook/issues/244)
50-
5153
## [v1.3.1](https://github.com/johnbellone/consul-cookbook/tree/v1.3.1) (2015-10-07)
5254
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.3.0...v1.3.1)
5355

5456
## [v1.3.0](https://github.com/johnbellone/consul-cookbook/tree/v1.3.0) (2015-10-07)
5557
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.2.0...v1.3.0)
5658

57-
**Implemented enhancements:**
58-
59-
- web UI install missing since 1.0 [\#215](https://github.com/johnbellone/consul-cookbook/issues/215)
60-
6159
## [v1.2.0](https://github.com/johnbellone/consul-cookbook/tree/v1.2.0) (2015-08-24)
6260
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.1.1...v1.2.0)
6361

@@ -69,37 +67,25 @@
6967

7068
**Closed issues:**
7169

72-
- Write more comprehensive unit tests. [\#202](https://github.com/johnbellone/consul-cookbook/issues/202)
70+
- Update README with new, detailed examples. [\#200](https://github.com/johnbellone/consul-cookbook/issues/200)
7371

7472
## [v1.0.0](https://github.com/johnbellone/consul-cookbook/tree/v1.0.0) (2015-08-06)
7573
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.11.1...v1.0.0)
7674

77-
**Implemented enhancements:**
78-
79-
- Multiple checks for one service [\#173](https://github.com/johnbellone/consul-cookbook/issues/173)
80-
8175
## [v0.11.1](https://github.com/johnbellone/consul-cookbook/tree/v0.11.1) (2015-07-25)
8276
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.11.0...v0.11.1)
8377

8478
## [v0.11.0](https://github.com/johnbellone/consul-cookbook/tree/v0.11.0) (2015-07-23)
8579
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10.1...v0.11.0)
8680

8781
## [v0.10.1](https://github.com/johnbellone/consul-cookbook/tree/v0.10.1) (2015-07-10)
88-
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10...v0.10.1)
89-
90-
**Fixed bugs:**
91-
92-
- Error executing action `extract` on resource 'libarchive\_file\[consul.zip\]' [\#170](https://github.com/johnbellone/consul-cookbook/issues/170)
82+
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10.0...v0.10.1)
9383

94-
**Closed issues:**
95-
96-
- Gossip/TLS encryption node attributes still requires consul data\_bag, encrypt item, secret [\#151](https://github.com/johnbellone/consul-cookbook/issues/151)
84+
## [v0.10.0](https://github.com/johnbellone/consul-cookbook/tree/v0.10.0) (2015-06-04)
85+
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10...v0.10.0)
9786

9887
## [v0.10](https://github.com/johnbellone/consul-cookbook/tree/v0.10) (2015-06-04)
99-
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10.0...v0.10)
100-
101-
## [v0.10.0](https://github.com/johnbellone/consul-cookbook/tree/v0.10.0) (2015-06-04)
102-
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.9.1...v0.10.0)
88+
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.9.1...v0.10)
10389

10490
## [v0.9.1](https://github.com/johnbellone/consul-cookbook/tree/v0.9.1) (2015-03-30)
10591
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/0.9.0...v0.9.1)
@@ -129,13 +115,13 @@
129115
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/0.5.1...v0.6.0)
130116

131117
## [0.5.1](https://github.com/johnbellone/consul-cookbook/tree/0.5.1) (2014-11-06)
132-
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/0.4.3...0.5.1)
133-
134-
## [0.4.3](https://github.com/johnbellone/consul-cookbook/tree/0.4.3) (2014-09-19)
135-
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.4.3...0.4.3)
118+
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.4.3...0.5.1)
136119

137120
## [v0.4.3](https://github.com/johnbellone/consul-cookbook/tree/v0.4.3) (2014-09-19)
138-
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.4.2...v0.4.3)
121+
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/0.4.3...v0.4.3)
122+
123+
## [0.4.3](https://github.com/johnbellone/consul-cookbook/tree/0.4.3) (2014-09-19)
124+
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.4.2...0.4.3)
139125

140126
## [v0.4.2](https://github.com/johnbellone/consul-cookbook/tree/v0.4.2) (2014-09-15)
141127
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.3.1...v0.4.2)
@@ -152,4 +138,4 @@
152138
## [v0.2.0](https://github.com/johnbellone/consul-cookbook/tree/v0.2.0) (2014-05-09)
153139

154140

155-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
141+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)