|
1 | 1 | # Change Log
|
2 | 2 |
|
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) |
4 | 4 |
|
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) |
6 | 14 |
|
7 | 15 | **Implemented enhancements:**
|
8 |
| -- Add the `consul_installation` custom resource for managing archive, |
9 |
| - zip and source installations. |
| 16 | + |
10 | 17 | - sysvinit.service.erb has the consul service log to /dev/null [\#284](https://github.com/johnbellone/consul-cookbook/issues/284)
|
11 | 18 | - Refactor the population of TLS files to wrapper cookbooks? [\#247](https://github.com/johnbellone/consul-cookbook/issues/247)
|
12 | 19 |
|
| 20 | +**Fixed bugs:** |
| 21 | + |
| 22 | +- Updating consul version does not restart consul [\#251](https://github.com/johnbellone/consul-cookbook/issues/251) |
| 23 | + |
13 | 24 | **Closed issues:**
|
14 | 25 |
|
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) |
16 | 28 | - Use 'system' attribute when adding consul user & group [\#287](https://github.com/johnbellone/consul-cookbook/issues/287)
|
17 | 29 |
|
18 | 30 | ## [v1.5.0](https://github.com/johnbellone/consul-cookbook/tree/v1.5.0) (2016-03-07)
|
19 | 31 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.4.3...v1.5.0)
|
20 | 32 |
|
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 |
| - |
26 | 33 | ## [v1.4.3](https://github.com/johnbellone/consul-cookbook/tree/v1.4.3) (2016-02-08)
|
27 | 34 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.4.2...v1.4.3)
|
28 | 35 |
|
|
32 | 39 | ## [v1.4.1](https://github.com/johnbellone/consul-cookbook/tree/v1.4.1) (2016-02-05)
|
33 | 40 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.4.0...v1.4.1)
|
34 | 41 |
|
| 42 | +**Closed issues:** |
| 43 | + |
| 44 | +- New version? [\#258](https://github.com/johnbellone/consul-cookbook/issues/258) |
| 45 | + |
35 | 46 | ## [v1.4.0](https://github.com/johnbellone/consul-cookbook/tree/v1.4.0) (2016-02-03)
|
36 | 47 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.3.1...v1.4.0)
|
37 | 48 |
|
38 | 49 | **Implemented enhancements:**
|
39 | 50 |
|
40 | 51 | - Consul ACL custom resource [\#240](https://github.com/johnbellone/consul-cookbook/issues/240)
|
41 | 52 |
|
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 |
| - |
51 | 53 | ## [v1.3.1](https://github.com/johnbellone/consul-cookbook/tree/v1.3.1) (2015-10-07)
|
52 | 54 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.3.0...v1.3.1)
|
53 | 55 |
|
54 | 56 | ## [v1.3.0](https://github.com/johnbellone/consul-cookbook/tree/v1.3.0) (2015-10-07)
|
55 | 57 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.2.0...v1.3.0)
|
56 | 58 |
|
57 |
| -**Implemented enhancements:** |
58 |
| - |
59 |
| -- web UI install missing since 1.0 [\#215](https://github.com/johnbellone/consul-cookbook/issues/215) |
60 |
| - |
61 | 59 | ## [v1.2.0](https://github.com/johnbellone/consul-cookbook/tree/v1.2.0) (2015-08-24)
|
62 | 60 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.1.1...v1.2.0)
|
63 | 61 |
|
|
69 | 67 |
|
70 | 68 | **Closed issues:**
|
71 | 69 |
|
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) |
73 | 71 |
|
74 | 72 | ## [v1.0.0](https://github.com/johnbellone/consul-cookbook/tree/v1.0.0) (2015-08-06)
|
75 | 73 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.11.1...v1.0.0)
|
76 | 74 |
|
77 |
| -**Implemented enhancements:** |
78 |
| - |
79 |
| -- Multiple checks for one service [\#173](https://github.com/johnbellone/consul-cookbook/issues/173) |
80 |
| - |
81 | 75 | ## [v0.11.1](https://github.com/johnbellone/consul-cookbook/tree/v0.11.1) (2015-07-25)
|
82 | 76 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.11.0...v0.11.1)
|
83 | 77 |
|
84 | 78 | ## [v0.11.0](https://github.com/johnbellone/consul-cookbook/tree/v0.11.0) (2015-07-23)
|
85 | 79 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10.1...v0.11.0)
|
86 | 80 |
|
87 | 81 | ## [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) |
93 | 83 |
|
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) |
97 | 86 |
|
98 | 87 | ## [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) |
103 | 89 |
|
104 | 90 | ## [v0.9.1](https://github.com/johnbellone/consul-cookbook/tree/v0.9.1) (2015-03-30)
|
105 | 91 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/0.9.0...v0.9.1)
|
|
129 | 115 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/0.5.1...v0.6.0)
|
130 | 116 |
|
131 | 117 | ## [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) |
136 | 119 |
|
137 | 120 | ## [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) |
139 | 125 |
|
140 | 126 | ## [v0.4.2](https://github.com/johnbellone/consul-cookbook/tree/v0.4.2) (2014-09-15)
|
141 | 127 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.3.1...v0.4.2)
|
|
152 | 138 | ## [v0.2.0](https://github.com/johnbellone/consul-cookbook/tree/v0.2.0) (2014-05-09)
|
153 | 139 |
|
154 | 140 |
|
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