|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [v2.1.1](https://github.com/johnbellone/consul-cookbook/tree/v2.1.1) |
| 3 | +## [2.3.0](https://github.com/johnbellone/consul-cookbook/tree/v2.3.0) |
4 | 4 |
|
| 5 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v2.2.0...v2.3.0) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- When ui\_dir is set in windows, ui does not work. Separate UI download/extraction seems to not be required for current version of consul on Windows. [\#339](https://github.com/johnbellone/consul-cookbook/issues/339) |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- Update to consul.json does not trigger service restart [\#381](https://github.com/johnbellone/consul-cookbook/issues/381) |
| 14 | +- Move from zipfile to poise-archive broke webui provider [\#377](https://github.com/johnbellone/consul-cookbook/issues/377) |
| 15 | +- Latest Configuration Changes - New version release? [\#375](https://github.com/johnbellone/consul-cookbook/issues/375) |
| 16 | +- Sensitive data in Chef logs [\#370](https://github.com/johnbellone/consul-cookbook/issues/370) |
| 17 | +- What happened with the consul data bag? [\#369](https://github.com/johnbellone/consul-cookbook/issues/369) |
| 18 | +- Changelog doesn't mention v2.2.0, 2.1.3 or 2.1.1 [\#366](https://github.com/johnbellone/consul-cookbook/issues/366) |
| 19 | +- Four failing RSpec tests in master branch [\#365](https://github.com/johnbellone/consul-cookbook/issues/365) |
| 20 | +- Add support for Supervisord [\#363](https://github.com/johnbellone/consul-cookbook/issues/363) |
| 21 | +- ARM not properly supported [\#354](https://github.com/johnbellone/consul-cookbook/issues/354) |
| 22 | +- There is no longer a symlink to consul in /usr/local/bin [\#351](https://github.com/johnbellone/consul-cookbook/issues/351) |
| 23 | +- Cut a new release of this cookbook? [\#347](https://github.com/johnbellone/consul-cookbook/issues/347) |
| 24 | +- Installation archive URL should be configurable [\#342](https://github.com/johnbellone/consul-cookbook/issues/342) |
| 25 | +- consul acl resource is not defaulting to configured consul url and port [\#338](https://github.com/johnbellone/consul-cookbook/issues/338) |
| 26 | +- Question: How can a wrapper cookbook specify additional systemd options [\#314](https://github.com/johnbellone/consul-cookbook/issues/314) |
| 27 | + |
| 28 | +**Merged pull requests:** |
| 29 | + |
| 30 | +- Remove redundant cookbook dependencies [\#387](https://github.com/johnbellone/consul-cookbook/pull/387) ([legal90](https://github.com/legal90)) |
| 31 | +- Enable passwordless sudo for tests [\#386](https://github.com/johnbellone/consul-cookbook/pull/386) ([legal90](https://github.com/legal90)) |
| 32 | +- Fit kitchen test failures [\#385](https://github.com/johnbellone/consul-cookbook/pull/385) ([gdavison](https://github.com/gdavison)) |
| 33 | +- Update Rakefile and TravisCI config [\#384](https://github.com/johnbellone/consul-cookbook/pull/384) ([legal90](https://github.com/legal90)) |
| 34 | +- Add "rb-readline" to Gemfile, fix TravisCI build [\#382](https://github.com/johnbellone/consul-cookbook/pull/382) ([legal90](https://github.com/legal90)) |
| 35 | +- Add the following parameters in consul config supported in version 0.… [\#380](https://github.com/johnbellone/consul-cookbook/pull/380) ([iliasbertsimas](https://github.com/iliasbertsimas)) |
| 36 | +- Move webui installation to poise-archive [\#378](https://github.com/johnbellone/consul-cookbook/pull/378) ([tanner-bruce](https://github.com/tanner-bruce)) |
| 37 | +- Don't log the config file data because it can contain tokens and other unsafe things. [\#376](https://github.com/johnbellone/consul-cookbook/pull/376) ([coderanger](https://github.com/coderanger)) |
| 38 | +- Add support for Consul 0.7.1 [\#374](https://github.com/johnbellone/consul-cookbook/pull/374) ([legal90](https://github.com/legal90)) |
| 39 | +- Fixed service user specs [\#368](https://github.com/johnbellone/consul-cookbook/pull/368) ([gdavison](https://github.com/gdavison)) |
| 40 | +- Filter out bootstrap and bootstrap\_expect parameters in client configs [\#364](https://github.com/johnbellone/consul-cookbook/pull/364) ([gdavison](https://github.com/gdavison)) |
| 41 | +- Allow disabling create\_service\_user [\#361](https://github.com/johnbellone/consul-cookbook/pull/361) ([pdf](https://github.com/pdf)) |
| 42 | +- Remove default value for `ui\_dir` [\#360](https://github.com/johnbellone/consul-cookbook/pull/360) ([pdf](https://github.com/pdf)) |
| 43 | +- Added missing attributes [\#359](https://github.com/johnbellone/consul-cookbook/pull/359) ([matelukas](https://github.com/matelukas)) |
| 44 | +- Avoid creating broken link on windows [\#357](https://github.com/johnbellone/consul-cookbook/pull/357) ([kamaradclimber](https://github.com/kamaradclimber)) |
| 45 | +- Proper use of poise\_archive [\#356](https://github.com/johnbellone/consul-cookbook/pull/356) ([kamaradclimber](https://github.com/kamaradclimber)) |
| 46 | +- Fix installation on arm machines [\#353](https://github.com/johnbellone/consul-cookbook/pull/353) ([rollbrettler](https://github.com/rollbrettler)) |
| 47 | +- symlink /usr/local/bin/consul to the install location [\#352](https://github.com/johnbellone/consul-cookbook/pull/352) ([willejs](https://github.com/willejs)) |
| 48 | +- WIP: Update cookbook to use poise-archive for unzipping. [\#348](https://github.com/johnbellone/consul-cookbook/pull/348) ([johnbellone](https://github.com/johnbellone)) |
| 49 | + |
| 50 | +## [v2.2.0](https://github.com/johnbellone/consul-cookbook/tree/v2.2.0) (2016-09-27) |
| 51 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v2.1.3...v2.2.0) |
| 52 | + |
| 53 | +**Implemented enhancements:** |
| 54 | + |
| 55 | +- translate\_wan\_addrs config option not implemented [\#317](https://github.com/johnbellone/consul-cookbook/issues/317) |
| 56 | + |
| 57 | +**Closed issues:** |
| 58 | + |
| 59 | +- Consul 0.7 is out! [\#343](https://github.com/johnbellone/consul-cookbook/issues/343) |
| 60 | +- Restart service instead reload as only few configurations are reloadble. [\#341](https://github.com/johnbellone/consul-cookbook/issues/341) |
| 61 | +- consul\_service reload on Windows fails [\#334](https://github.com/johnbellone/consul-cookbook/issues/334) |
| 62 | +- Service restart on Windows does nothing [\#333](https://github.com/johnbellone/consul-cookbook/issues/333) |
| 63 | +- Package custom matchers for testing using ChefSpec [\#329](https://github.com/johnbellone/consul-cookbook/issues/329) |
| 64 | +- Restrict config write access [\#322](https://github.com/johnbellone/consul-cookbook/issues/322) |
| 65 | +- Delay upstart `started` event until Consul is ready [\#318](https://github.com/johnbellone/consul-cookbook/issues/318) |
| 66 | + |
| 67 | +**Merged pull requests:** |
| 68 | + |
| 69 | +- resolve problems with machines with default umask of 077 [\#350](https://github.com/johnbellone/consul-cookbook/pull/350) ([alisade](https://github.com/alisade)) |
| 70 | +- Allow specification of shell for the consul user [\#349](https://github.com/johnbellone/consul-cookbook/pull/349) ([jirkafajfr](https://github.com/jirkafajfr)) |
| 71 | +- Added integration tests for Windows [\#346](https://github.com/johnbellone/consul-cookbook/pull/346) ([gdavison](https://github.com/gdavison)) |
| 72 | +- consul 0.7.0 version updates [\#344](https://github.com/johnbellone/consul-cookbook/pull/344) ([vijaybandari](https://github.com/vijaybandari)) |
| 73 | +- Added session\_ttl\_min configuration attribute [\#340](https://github.com/johnbellone/consul-cookbook/pull/340) ([matelukas](https://github.com/matelukas)) |
| 74 | +- Add travis and docker integration tests. [\#337](https://github.com/johnbellone/consul-cookbook/pull/337) ([johnbellone](https://github.com/johnbellone)) |
| 75 | +- Minor fix to update changelog [\#336](https://github.com/johnbellone/consul-cookbook/pull/336) ([iennae](https://github.com/iennae)) |
| 76 | +- Start consul service on runlevel 2 in sysvinit [\#332](https://github.com/johnbellone/consul-cookbook/pull/332) ([ZbigniewZabost-zanox](https://github.com/ZbigniewZabost-zanox)) |
| 77 | +- missing do in while loop upstart.service.erb line 51 [\#331](https://github.com/johnbellone/consul-cookbook/pull/331) ([mattp262](https://github.com/mattp262)) |
| 78 | +- Support of consul config reload on windows platform [\#330](https://github.com/johnbellone/consul-cookbook/pull/330) ([jirkafajfr](https://github.com/jirkafajfr)) |
| 79 | +- Use nologin for service user [\#327](https://github.com/johnbellone/consul-cookbook/pull/327) ([kingpong](https://github.com/kingpong)) |
| 80 | +- Updated readme with security paragraph [\#326](https://github.com/johnbellone/consul-cookbook/pull/326) ([kingpong](https://github.com/kingpong)) |
| 81 | +- Misc bugfixes [\#325](https://github.com/johnbellone/consul-cookbook/pull/325) ([kingpong](https://github.com/kingpong)) |
| 82 | +- More permissions [\#324](https://github.com/johnbellone/consul-cookbook/pull/324) ([kingpong](https://github.com/kingpong)) |
| 83 | +- Prevent consul from writing its own config [\#323](https://github.com/johnbellone/consul-cookbook/pull/323) ([kingpong](https://github.com/kingpong)) |
| 84 | +- added statsite\_prefix and newly introduced \(in 0.6.4\) nested object t… [\#321](https://github.com/johnbellone/consul-cookbook/pull/321) ([MichaelKueller](https://github.com/MichaelKueller)) |
| 85 | +- Added post-start script to upstart config to delay service started event until consul ready to serve requests [\#320](https://github.com/johnbellone/consul-cookbook/pull/320) ([gdavison](https://github.com/gdavison)) |
| 86 | +- implement translate\_wan\_addrs in consul\_config [\#319](https://github.com/johnbellone/consul-cookbook/pull/319) ([jschnare](https://github.com/jschnare)) |
| 87 | +- Do not install a dedicated web UI by default [\#315](https://github.com/johnbellone/consul-cookbook/pull/315) ([legal90](https://github.com/legal90)) |
| 88 | + |
| 89 | +## [v2.1.3](https://github.com/johnbellone/consul-cookbook/tree/v2.1.3) (2016-05-18) |
| 90 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v2.1.2...v2.1.3) |
| 91 | + |
| 92 | +## [v2.1.2](https://github.com/johnbellone/consul-cookbook/tree/v2.1.2) (2016-05-18) |
| 93 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v2.1.1...v2.1.2) |
| 94 | + |
| 95 | +## [v2.1.1](https://github.com/johnbellone/consul-cookbook/tree/v2.1.1) (2016-05-16) |
5 | 96 | [Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v2.1.0...v2.1.1)
|
6 | 97 |
|
| 98 | +**Implemented enhancements:** |
| 99 | + |
| 100 | +- Finding the Consul executable [\#311](https://github.com/johnbellone/consul-cookbook/issues/311) |
| 101 | +- Convert integration tests to use InSpec [\#303](https://github.com/johnbellone/consul-cookbook/issues/303) |
| 102 | + |
7 | 103 | **Closed issues:**
|
8 | 104 |
|
| 105 | +- Consul service should restart instead of reload [\#307](https://github.com/johnbellone/consul-cookbook/issues/307) |
9 | 106 | - Documentation for Data Bag Setup [\#238](https://github.com/johnbellone/consul-cookbook/issues/238)
|
10 | 107 |
|
11 | 108 | **Merged pull requests:**
|
12 | 109 |
|
| 110 | +- Consul Watch: Ignore owner/group on windows machines [\#313](https://github.com/johnbellone/consul-cookbook/pull/313) ([jirkafajfr](https://github.com/jirkafajfr)) |
| 111 | +- Web UI installation fails when using default recipe [\#312](https://github.com/johnbellone/consul-cookbook/pull/312) ([gdavison](https://github.com/gdavison)) |
| 112 | +- consul\_installation: Fix binary base url for Linux x86 [\#310](https://github.com/johnbellone/consul-cookbook/pull/310) ([legal90](https://github.com/legal90)) |
| 113 | +- Prevent "consul" service to be restarted on update [\#309](https://github.com/johnbellone/consul-cookbook/pull/309) ([legal90](https://github.com/legal90)) |
| 114 | +- Fix consul logging for sysvinit provider [\#308](https://github.com/johnbellone/consul-cookbook/pull/308) ([legal90](https://github.com/legal90)) |
| 115 | +- Fix webui installation spec test [\#305](https://github.com/johnbellone/consul-cookbook/pull/305) ([shortdudey123](https://github.com/shortdudey123)) |
13 | 116 | - Fix log file permissions on RHEL-like systems [\#304](https://github.com/johnbellone/consul-cookbook/pull/304) ([legal90](https://github.com/legal90))
|
14 | 117 | - Add missing unix\_sockets config [\#302](https://github.com/johnbellone/consul-cookbook/pull/302) ([spheromak](https://github.com/spheromak))
|
15 | 118 | - Fixed Windows installation issue [\#300](https://github.com/johnbellone/consul-cookbook/pull/300) ([Ginja](https://github.com/Ginja))
|
|
35 | 138 |
|
36 | 139 | - sysvinit.service.erb has the consul service log to /dev/null [\#284](https://github.com/johnbellone/consul-cookbook/issues/284)
|
37 | 140 | - Refactor the population of TLS files to wrapper cookbooks? [\#247](https://github.com/johnbellone/consul-cookbook/issues/247)
|
38 |
| -- Removed consul_ui resource as Consul 0.6.1+ config option "ui" enables a built-in Web UI [\#301](https://github.com/johnbellone/consul-cookbook/issues/301) |
39 | 141 |
|
40 | 142 | **Fixed bugs:**
|
41 | 143 |
|
|
253 | 355 | - A couple test fixes [\#195](https://github.com/johnbellone/consul-cookbook/pull/195) ([gdavison](https://github.com/gdavison))
|
254 | 356 |
|
255 | 357 | ## [v0.10.1](https://github.com/johnbellone/consul-cookbook/tree/v0.10.1) (2015-07-10)
|
256 |
| -[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10...v0.10.1) |
| 358 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10.0...v0.10.1) |
257 | 359 |
|
258 | 360 | **Implemented enhancements:**
|
259 | 361 |
|
|
285 | 387 | - Adding GOMAXPROCS support for systemd. [\#188](https://github.com/johnbellone/consul-cookbook/pull/188) ([joshgarnett](https://github.com/joshgarnett))
|
286 | 388 | - Refactor start and stop timeouts in consul-init [\#161](https://github.com/johnbellone/consul-cookbook/pull/161) ([jon918](https://github.com/jon918))
|
287 | 389 |
|
288 |
| -## [v0.10](https://github.com/johnbellone/consul-cookbook/tree/v0.10) (2015-06-04) |
289 |
| -[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10.0...v0.10) |
290 |
| - |
291 | 390 | ## [v0.10.0](https://github.com/johnbellone/consul-cookbook/tree/v0.10.0) (2015-06-04)
|
292 |
| -[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.9.1...v0.10.0) |
| 391 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.10...v0.10.0) |
| 392 | + |
| 393 | +## [v0.10](https://github.com/johnbellone/consul-cookbook/tree/v0.10) (2015-06-04) |
| 394 | +[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v0.9.1...v0.10) |
293 | 395 |
|
294 | 396 | **Implemented enhancements:**
|
295 | 397 |
|
|
582 | 684 |
|
583 | 685 |
|
584 | 686 |
|
585 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 687 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments