|
1 | 1 | # Change Log
|
2 |
| -All notable changes to this project will be documented in this file. |
3 |
| -This project adheres to [Semantic Versioning](http://semver.org/). |
4 |
| - |
5 |
| -## 1.4.3 |
6 |
| -### Bug Fixes |
7 |
| -- [PR#272][PR272] Fix custom ACL resource Diplomat gem parameters. |
8 |
| - |
9 |
| -## 1.4.2 |
10 |
| -### Enhancements |
11 |
| -- [PR#275][PR275] Add integration tests for Windows. |
12 |
| - |
13 |
| -### Bug Fixes |
14 |
| -- [PR#274][PR274] Fix start issues with EL5. |
15 |
| -- [PR#273][PR273] Fix data directory attribute for Windows. |
16 |
| - |
17 |
| -## 1.4.1 |
18 |
| -### Bug Fixes |
19 |
| -- [PR#271][PR271] Fix service user not having /bin/bash shell. |
20 |
| - |
21 |
| -## 1.4 |
22 |
| -### Enhancements |
23 |
| -This release includes general improvements to the build process and |
24 |
| -adds newer versions of EL6 and EL7 to the build matrix. Additionally, |
25 |
| -the following enhancements: |
26 |
| -- [PR#259][PR259] Add windows support. [@Ginja](https://github.com/Ginja) |
27 |
| -- [PR#266][PR266] Add custom template for sysvinit. [@legal90](https://github.com/legal90) |
28 |
| -- [PR#264][PR264] Bump default version to Consul 0.6.3. |
29 |
| -- [PR#267][PR267] Add parameters for retry join configuration. |
30 |
| - |
31 |
| -### Bug Fixes |
32 |
| -- [PR#226][PR226] Fix systemd unit starting before network. |
33 |
| -- [PR#235][PR235] Fix EL6 service not starting at boot. |
34 |
| -- [PR#269][PR269] Fix duplicate data directory attributes. |
35 |
| -- [PR#270][PR270] Fix regression of absolute path for systemd unit. |
36 |
| - |
37 |
| -## 1.3.1 |
38 |
| -### Bug Fixes |
39 |
| -- Fixes constraints on cookbooks for builds. |
40 |
| -- Modifies chef-vault cookbook entry to use upstream. |
41 |
| - |
42 |
| -## 1.3 |
43 |
| -### Enhancements |
44 |
| -- Travis builds now use new container infrastructure. |
45 |
| -- [PR#215][PR259] Add new resource for managing Consul UI service. |
46 |
| -- [PR#219][PR219] Adds support to configuration for recursor. [@fumimaron9](https://github.com/fumimaron9) |
47 |
| -- [PR#224][PR224] Adds support to configuration resource for Join WAN. [@justintime](https://github.com/justintime) |
48 |
| -- [PR#228][PR228] Default recipe now opens up UDP firewall rules. [@twmb](https://github.com/twmb) |
49 |
| - |
50 |
| -### Bug Fixes |
51 |
| -- [PR#210][PR210] Adds all types of Consul watches. [@scalp42](https://github.com/scalp42) |
52 |
| -- [PR#211][PR211] Service resource disable action deletes configuration. [@scalp42](https://github.com/scalp42) |
53 |
| -- [PR#212][PR212] Fixes issues while defining multiple service checks. [@scalp42](https://github.com/scalp42) |
54 |
| -- [PR#213][PR213] Service Resource - Disable action doesn't delete directory. [@scalp42](https://github.com/scalp42) |
55 |
| -- [PR#221][PR221] Updates firewall cookbook dependency version. [@lmickh](https://github.com/lmickh) |
56 |
| -- [PR#222][PR222] Fixes syntax for Consul watch resource configuration. [@wk8](https://github.com/wk8) |
57 |
| -- [PR#223][PR223] Skips SELinux recipe on non-Linux platforms. [@kamaradclimber](https://github.com/kamaradclimber) |
58 |
| -- [PR#227][PR227] Fixes definition resource to be able to override name. [@tomzo](https://github.com/tomzo) |
59 |
| -` |
60 |
| -## 0.10.0 |
61 |
| -### Enhancements |
62 |
| -- Node attribute for specifying Consul log file. [@darron](https://github.com/darron) |
63 |
| -- Recipe no longer tries to create directories twice. [@tiwilliam](https://github.com/tiwilliam) |
64 |
| -- Add packagecloud install method. [@darron](https://github.com/darron) |
65 |
| -- Add 'rejoin_after_leave' option. [@arodd](https://github.com/arodd) |
66 |
| -- Add LWRP for services watch. [@hirocaster](https://github.com/hirocaster) |
67 |
| -### Bug Fixes |
68 |
| -- [PR#152][PR152] Remove +x permissions on upstart/systemd configs. [@dpkp](https://github.com/dpkp) |
69 |
| -- [PR#158][PR158] Fix sysvinit script by not quoting commands. [@hatchetation](https://github.com/hatchetation) |
70 |
| -- [PR#172][PR172] Adds missing bracket to restart subscription. [@YuukiARIA](https://github.com/YuukiARIA) |
71 |
| -- [PR#178][PR178] Ensures GOMAXPROCS is at least 2. [@tgwizard](https://github.com/tgwizard) |
72 |
| - |
73 |
| -## 0.9.1 |
74 |
| -### Bug Fixes |
75 |
| -- Locks to Chef 11 compatible version of libarchive cookbook. |
76 |
| - |
77 |
| -## 0.9 |
78 |
| -### Enhancements |
79 |
| -- Adds support for publishing to statsd URL. [@akerekes](https://github.com/akerekes) |
80 |
| -- Adds support for Arch Linux. ([@logankoester](https://github.com/logankoester)) |
81 |
| -- Adds systemd init style. [@logankoester](https://github.com/logankoester) |
82 |
| -- Adds support for Consul HTTP checks. [@gavinheavyside](https://github.com/gavinheavyside) |
83 |
| -- Bump default Consul installed version to 0.5.0 |
84 |
| -### Bug Fixes |
85 |
| -- Remove hard dependency on chef-provisioning cookbook. |
86 |
| -- Sets correct ownership to Consul run user/group on service directories. [@thedebugger](https://github.com/thedebugger) |
87 |
| -- Removes support for EL5 (CentOS 5) and Ubuntu 10.04. |
88 |
| - |
89 |
| -## 0.8.3 |
90 |
| -### Bug Fixes |
91 |
| -- Export GOMAXPROCS when using runit service style. |
92 |
| - |
93 |
| -## 0.8.2 |
94 |
| -### Bug Fixes |
95 |
| -- Sets GOMAXPROCS when using runit service style. |
96 |
| - |
97 |
| -## 0.8.1 |
98 |
| -### Bug Fixes |
99 |
| -- Vanilla init script now points to the proper Consul binary and data dir. |
100 |
| - |
101 |
| -## 0.8 |
102 |
| -### Enhancements |
103 |
| -- Upgrading from one version to another of Consul is now supported. |
104 |
| -- Restarts after upgrade. |
105 |
| - |
106 |
| -### Bug Fixes |
107 |
| -- Partial convergeances will now gracefully recover on the next chef run. |
108 |
| -- Upstart will now respawn Consul on crash. |
109 |
| -- It is no longer possible to set an invalid install method. |
110 |
| - |
111 |
| -## 0.7 |
112 |
| -### Enhancements |
113 |
| -- Adds cluster recipe for easily provisioning new Consul clusters. |
114 |
| -- Adds support for additional options for service_config. |
115 |
| -- Adds support for Ubuntu 10.04. |
116 |
| -- Allows custom data bags for Consul encrypt. |
117 |
| -- Bumps support for golang cookbook to 1.4. |
118 |
| -- Adds `consul/retry_on_join` attribute. |
119 |
| -- Adds consul_service_watch LWRP. |
120 |
| - |
121 |
| -### Bug Fixes |
122 |
| -- Reloading the Consul service when using runit init style. |
123 |
| - |
124 |
| -[PR275]: https://github.com/johnbellone/consul-cookbook/pull/275 |
125 |
| -[PR274]: https://github.com/johnbellone/consul-cookbook/pull/274 |
126 |
| -[PR273]: https://github.com/johnbellone/consul-cookbook/pull/273 |
127 |
| -[PR272]: https://github.com/johnbellone/consul-cookbook/pull/272 |
128 |
| -[PR271]: https://github.com/johnbellone/consul-cookbook/pull/271 |
129 |
| -[PR270]: https://github.com/johnbellone/consul-cookbook/pull/270 |
130 |
| -[PR269]: https://github.com/johnbellone/consul-cookbook/pull/269 |
131 |
| -[PR267]: https://github.com/johnbellone/consul-cookbook/pull/267 |
132 |
| -[PR266]: https://github.com/johnbellone/consul-cookbook/pull/266 |
133 |
| -[PR264]: https://github.com/johnbellone/consul-cookbook/pull/264 |
134 |
| -[PR259]: https://github.com/johnbellone/consul-cookbook/pull/259 |
135 |
| -[PR235]: https://github.com/johnbellone/consul-cookbook/pull/235 |
136 |
| -[PR228]: https://github.com/johnbellone/consul-cookbook/pull/228 |
137 |
| -[PR227]: https://github.com/johnbellone/consul-cookbook/pull/227 |
138 |
| -[PR226]: https://github.com/johnbellone/consul-cookbook/pull/226 |
139 |
| -[PR224]: https://github.com/johnbellone/consul-cookbook/pull/224 |
140 |
| -[PR223]: https://github.com/johnbellone/consul-cookbook/pull/223 |
141 |
| -[PR222]: https://github.com/johnbellone/consul-cookbook/pull/222 |
142 |
| -[PR221]: https://github.com/johnbellone/consul-cookbook/pull/221 |
143 |
| -[PR219]: https://github.com/johnbellone/consul-cookbook/pull/219 |
144 |
| -[PR215]: https://github.com/johnbellone/consul-cookbook/pull/215 |
145 |
| -[PR213]: https://github.com/johnbellone/consul-cookbook/pull/213 |
146 |
| -[PR212]: https://github.com/johnbellone/consul-cookbook/pull/212 |
147 |
| -[PR211]: https://github.com/johnbellone/consul-cookbook/pull/211 |
148 |
| -[PR210]: https://github.com/johnbellone/consul-cookbook/pull/210 |
149 |
| -[PR178]: https://github.com/johnbellone/consul-cookbook/pull/178 |
150 |
| -[PR172]: https://github.com/johnbellone/consul-cookbook/pull/172 |
151 |
| -[PR158]: https://github.com/johnbellone/consul-cookbook/pull/158 |
152 |
| -[PR152]: https://github.com/johnbellone/consul-cookbook/pull/152 |
| 2 | + |
| 3 | +## [1.5.0](https://github.com/johnbellone/consul-cookbook/tree/v1.5.0) (2016-03-07) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.4.3...v1.5.0) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- consul\_acl \(or Diplomat gem\) misbehaving [\#283](https://github.com/johnbellone/consul-cookbook/issues/283) |
| 10 | +- Service definition with an integrated check [\#280](https://github.com/johnbellone/consul-cookbook/issues/280) |
| 11 | +- Atlas Integration go away with v1? [\#277](https://github.com/johnbellone/consul-cookbook/issues/277) |
| 12 | +- default\['consul'\]\['config'\]\['bag\_name'\] broke consul\_config [\#276](https://github.com/johnbellone/consul-cookbook/issues/276) |
| 13 | + |
| 14 | +## [v1.4.3](https://github.com/johnbellone/consul-cookbook/tree/v1.4.3) (2016-02-08) |
| 15 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.4.2...v1.4.3) |
| 16 | + |
| 17 | +## [v1.4.2](https://github.com/johnbellone/consul-cookbook/tree/v1.4.2) (2016-02-08) |
| 18 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.4.1...v1.4.2) |
| 19 | + |
| 20 | +**Fixed bugs:** |
| 21 | + |
| 22 | +- Windows Consul service does not start up [\#273](https://github.com/johnbellone/consul-cookbook/issues/273) |
| 23 | + |
| 24 | +## [v1.4.1](https://github.com/johnbellone/consul-cookbook/tree/v1.4.1) (2016-02-05) |
| 25 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.4.0...v1.4.1) |
| 26 | + |
| 27 | +**Fixed bugs:** |
| 28 | + |
| 29 | +- consul service user /bin/false shell ? [\#271](https://github.com/johnbellone/consul-cookbook/issues/271) |
| 30 | + |
| 31 | +**Closed issues:** |
| 32 | + |
| 33 | +- consul\_ui resource does not work [\#255](https://github.com/johnbellone/consul-cookbook/issues/255) |
| 34 | + |
| 35 | +## [v1.4.0](https://github.com/johnbellone/consul-cookbook/tree/v1.4.0) (2016-02-03) |
| 36 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.3.1...v1.4.0) |
| 37 | + |
| 38 | +**Implemented enhancements:** |
| 39 | + |
| 40 | +- Consul ACL custom resource [\#240](https://github.com/johnbellone/consul-cookbook/issues/240) |
| 41 | + |
| 42 | +**Fixed bugs:** |
| 43 | + |
| 44 | +- Unable to override databag attributes [\#239](https://github.com/johnbellone/consul-cookbook/issues/239) |
| 45 | +- does not start at boot on CentOS 6 [\#235](https://github.com/johnbellone/consul-cookbook/issues/235) |
| 46 | + |
| 47 | +**Closed issues:** |
| 48 | + |
| 49 | +- Idempotency [\#262](https://github.com/johnbellone/consul-cookbook/issues/262) |
| 50 | +- retry\_interval should be a string [\#244](https://github.com/johnbellone/consul-cookbook/issues/244) |
| 51 | +- Configuring TLS for RPC [\#230](https://github.com/johnbellone/consul-cookbook/issues/230) |
| 52 | +- Question: Configuring Consul [\#229](https://github.com/johnbellone/consul-cookbook/issues/229) |
| 53 | + |
| 54 | +## [v1.3.1](https://github.com/johnbellone/consul-cookbook/tree/v1.3.1) (2015-10-07) |
| 55 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.3.0...v1.3.1) |
| 56 | + |
| 57 | +**Closed issues:** |
| 58 | + |
| 59 | +- Cut a new release? [\#225](https://github.com/johnbellone/consul-cookbook/issues/225) |
| 60 | + |
| 61 | +## [v1.3.0](https://github.com/johnbellone/consul-cookbook/tree/v1.3.0) (2015-10-07) |
| 62 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.2.0...v1.3.0) |
| 63 | + |
| 64 | +## [v1.2.0](https://github.com/johnbellone/consul-cookbook/tree/v1.2.0) (2015-08-24) |
| 65 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.1.1...v1.2.0) |
| 66 | + |
| 67 | +**Closed issues:** |
| 68 | + |
| 69 | +- How to pass extra options since refactor? [\#209](https://github.com/johnbellone/consul-cookbook/issues/209) |
| 70 | +- golang upgrade? [\#207](https://github.com/johnbellone/consul-cookbook/issues/207) |
| 71 | + |
| 72 | +## [v1.1.1](https://github.com/johnbellone/consul-cookbook/tree/v1.1.1) (2015-08-13) |
| 73 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.1.0...v1.1.1) |
| 74 | + |
| 75 | +## [v1.1.0](https://github.com/johnbellone/consul-cookbook/tree/v1.1.0) (2015-08-13) |
| 76 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v1.0.0...v1.1.0) |
| 77 | + |
| 78 | +## [v1.0.0](https://github.com/johnbellone/consul-cookbook/tree/v1.0.0) (2015-08-06) |
| 79 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.11.1...v1.0.0) |
| 80 | + |
| 81 | +## [v0.11.1](https://github.com/johnbellone/consul-cookbook/tree/v0.11.1) (2015-07-25) |
| 82 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.11.0...v0.11.1) |
| 83 | + |
| 84 | +## [v0.11.0](https://github.com/johnbellone/consul-cookbook/tree/v0.11.0) (2015-07-23) |
| 85 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10.1...v0.11.0) |
| 86 | + |
| 87 | +**Closed issues:** |
| 88 | + |
| 89 | +- Anything chef-brigade can do to help? [\#197](https://github.com/johnbellone/consul-cookbook/issues/197) |
| 90 | +- Kitchen tests failing on master \(commit a8d3060\) [\#194](https://github.com/johnbellone/consul-cookbook/issues/194) |
| 91 | + |
| 92 | +## [v0.10.1](https://github.com/johnbellone/consul-cookbook/tree/v0.10.1) (2015-07-10) |
| 93 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10...v0.10.1) |
| 94 | + |
| 95 | +**Implemented enhancements:** |
| 96 | + |
| 97 | +- consul systemd hangs at 'create symlink at /etc/service/consul to /etc/sv/consul' on Centos70 [\#168](https://github.com/johnbellone/consul-cookbook/issues/168) |
| 98 | + |
| 99 | +**Fixed bugs:** |
| 100 | + |
| 101 | +- Missing package on RHEL7 AWS [\#165](https://github.com/johnbellone/consul-cookbook/issues/165) |
| 102 | + |
| 103 | +**Closed issues:** |
| 104 | + |
| 105 | +- HTML tables are garbage, use markdown [\#186](https://github.com/johnbellone/consul-cookbook/issues/186) |
| 106 | +- Gossip/TLS encryption node attributes still requires consul data\_bag, encrypt item, secret [\#151](https://github.com/johnbellone/consul-cookbook/issues/151) |
| 107 | +- `server` v `cluster` semantics unclear to new user / "Getting Started" under-discoverable [\#149](https://github.com/johnbellone/consul-cookbook/issues/149) |
| 108 | + |
| 109 | +## [v0.10](https://github.com/johnbellone/consul-cookbook/tree/v0.10) (2015-06-04) |
| 110 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10.0...v0.10) |
| 111 | + |
| 112 | +## [v0.10.0](https://github.com/johnbellone/consul-cookbook/tree/v0.10.0) (2015-06-04) |
| 113 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.9.1...v0.10.0) |
| 114 | + |
| 115 | +**Closed issues:** |
| 116 | + |
| 117 | +- consul::ui doesn't start with UI process [\#175](https://github.com/johnbellone/consul-cookbook/issues/175) |
| 118 | + |
| 119 | +## [v0.9.1](https://github.com/johnbellone/consul-cookbook/tree/v0.9.1) (2015-03-30) |
| 120 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/0.9.0...v0.9.1) |
| 121 | + |
| 122 | +## [0.9.0](https://github.com/johnbellone/consul-cookbook/tree/0.9.0) (2015-03-17) |
| 123 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.8.3...0.9.0) |
| 124 | + |
| 125 | +**Closed issues:** |
| 126 | + |
| 127 | +- Consul fails to restart with access denied error if the consul user is change [\#140](https://github.com/johnbellone/consul-cookbook/issues/140) |
| 128 | +- Add 0.5.0 checksums [\#136](https://github.com/johnbellone/consul-cookbook/issues/136) |
| 129 | +- consul::ui recipe is failing to converge with Errno::EISDIR [\#133](https://github.com/johnbellone/consul-cookbook/issues/133) |
| 130 | + |
| 131 | +## [v0.8.3](https://github.com/johnbellone/consul-cookbook/tree/v0.8.3) (2015-02-14) |
| 132 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.8.2...v0.8.3) |
| 133 | + |
| 134 | +## [v0.8.2](https://github.com/johnbellone/consul-cookbook/tree/v0.8.2) (2015-02-11) |
| 135 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.8.1...v0.8.2) |
| 136 | + |
| 137 | +## [v0.8.1](https://github.com/johnbellone/consul-cookbook/tree/v0.8.1) (2015-02-06) |
| 138 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.8.0...v0.8.1) |
| 139 | + |
| 140 | +## [v0.8.0](https://github.com/johnbellone/consul-cookbook/tree/v0.8.0) (2015-02-06) |
| 141 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.7.1...v0.8.0) |
| 142 | + |
| 143 | +## [v0.7.1](https://github.com/johnbellone/consul-cookbook/tree/v0.7.1) (2015-01-24) |
| 144 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.7.0...v0.7.1) |
| 145 | + |
| 146 | +## [v0.7.0](https://github.com/johnbellone/consul-cookbook/tree/v0.7.0) (2015-01-23) |
| 147 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.6.0...v0.7.0) |
| 148 | + |
| 149 | +## [v0.6.0](https://github.com/johnbellone/consul-cookbook/tree/v0.6.0) (2014-12-11) |
| 150 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/0.5.1...v0.6.0) |
| 151 | + |
| 152 | +## [0.5.1](https://github.com/johnbellone/consul-cookbook/tree/0.5.1) (2014-11-06) |
| 153 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.4.3...0.5.1) |
| 154 | + |
| 155 | +## [v0.4.3](https://github.com/johnbellone/consul-cookbook/tree/v0.4.3) (2014-09-19) |
| 156 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/0.4.3...v0.4.3) |
| 157 | + |
| 158 | +## [0.4.3](https://github.com/johnbellone/consul-cookbook/tree/0.4.3) (2014-09-19) |
| 159 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.4.2...0.4.3) |
| 160 | + |
| 161 | +## [v0.4.2](https://github.com/johnbellone/consul-cookbook/tree/v0.4.2) (2014-09-15) |
| 162 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.3.1...v0.4.2) |
| 163 | + |
| 164 | +## [v0.3.1](https://github.com/johnbellone/consul-cookbook/tree/v0.3.1) (2014-08-29) |
| 165 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.3.0...v0.3.1) |
| 166 | + |
| 167 | +## [v0.3.0](https://github.com/johnbellone/consul-cookbook/tree/v0.3.0) (2014-07-04) |
| 168 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.2.2...v0.3.0) |
| 169 | + |
| 170 | +## [v0.2.2](https://github.com/johnbellone/consul-cookbook/tree/v0.2.2) (2014-05-31) |
| 171 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.2.0...v0.2.2) |
| 172 | + |
| 173 | +## [v0.2.0](https://github.com/johnbellone/consul-cookbook/tree/v0.2.0) (2014-05-09) |
| 174 | + |
| 175 | + |
| 176 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments