Skip to content

Commit 42c556a

Browse files
committed
Update Changelog
1 parent 1c4cbff commit 42c556a

File tree

1 file changed

+90
-8
lines changed

1 file changed

+90
-8
lines changed

Diff for: CHANGELOG.md

+90-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,93 @@
1-
# Change Log
2-
3-
## [2.3.0](https://github.com/johnbellone/consul-cookbook/tree/v2.3.0)
4-
1+
## Next Version (Unreleased)
2+
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v3.0.0...master)
3+
4+
DEPRECATIONS / BREAKING CHANGES:
5+
6+
IMPROVEMENTS:
7+
8+
BUG FIXES:
9+
10+
11+
## [v3.0.0](https://github.com/johnbellone/consul-cookbook/tree/v3.0.0) (2017-06-11)
12+
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v2.3.0...v3.0.0)
13+
14+
DEPRECATIONS / BREAKING CHANGES:
15+
16+
- consul_config: Don't set the default value of `server` config option, so
17+
Consul agent will be configured in _client_ mode by default. To get it running
18+
in server mode, set `node['consul']['config']['server'] = true`. Details:
19+
[GH-423](https://github.com/johnbellone/consul-cookbook/issues/423)
20+
[GH-424](https://github.com/johnbellone/consul-cookbook/issues/424)
21+
- consul_installation: `:webui` provider was removed. To get UI enabled, set
22+
`node['consul']['config']['ui'] = true` instead. Details:
23+
[GH-396](https://github.com/johnbellone/consul-cookbook/pull/396)
24+
- recipes/default: Changes of `poise_service_user` resource don't trigger
25+
Consul service restart anymore. The notification was removed. Details: [GH-443](https://github.com/johnbellone/consul-cookbook/issues/443)
26+
- recipe/default: Dependency on `firewall` cookbook was removed
27+
[GH-395](https://github.com/johnbellone/consul-cookbook/pull/395)
28+
- FreeBSD platform support was removed
29+
[GH-402](https://github.com/johnbellone/consul-cookbook/pull/402)
30+
31+
IMPROVEMENTS:
32+
33+
- Add support of Consul 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.8.1, 0.8.2, 0.8.3
34+
[GH-394](https://github.com/johnbellone/consul-cookbook/pull/394)
35+
[GH-408](https://github.com/johnbellone/consul-cookbook/pull/408)
36+
[GH-421](https://github.com/johnbellone/consul-cookbook/pull/421)
37+
[GH-431](https://github.com/johnbellone/consul-cookbook/pull/431)
38+
[GH-434](https://github.com/johnbellone/consul-cookbook/pull/434)
39+
- consul_service/windows: Implement the compatibility with cookbook `nssm` >= 3.0
40+
[GH-422](https://github.com/johnbellone/consul-cookbook/pull/422)
41+
- consul_service/sysvinit: Add retry for stopping the Consul service on Debian-like systems
42+
[GH-427](https://github.com/johnbellone/consul-cookbook/pull/427)
43+
- consul_config: Remove default values of config options. Consul agent will
44+
handle defaults by itself.
45+
[GH-447](https://github.com/johnbellone/consul-cookbook/issues/447)
46+
[GH-424](https://github.com/johnbellone/consul-cookbook/issues/424)
47+
- consul_config: Remove invalid Consul config options
48+
[GH-400](https://github.com/johnbellone/consul-cookbook/pull/400)
49+
- consul_config: Add new Consul config options
50+
[GH-416](https://github.com/johnbellone/consul-cookbook/issues/416)
51+
[GH-419](https://github.com/johnbellone/consul-cookbook/issues/419)
52+
[GH-420](https://github.com/johnbellone/consul-cookbook/issues/420)
53+
[GH-425](https://github.com/johnbellone/consul-cookbook/issues/425)
54+
- consul_config: Properly sort Consul config options
55+
[GH-411](https://github.com/johnbellone/consul-cookbook/issues/411)
56+
- consul_config: Update options list for _log_level_ parameter
57+
[GH-440](https://github.com/johnbellone/consul-cookbook/pull/440)
58+
- consul_config: Added `config_dir_mode` option allowing to modify permissions
59+
on the _conf.d_ directory
60+
[GH-430](https://github.com/johnbellone/consul-cookbook/pull/430)
61+
- Use "service_user" and "service_group" attributes as defaults for resource params
62+
[GH-362](https://github.com/johnbellone/consul-cookbook/pull/362)
63+
[GH-445](https://github.com/johnbellone/consul-cookbook/pull/445)
64+
- consul_acl: Add support of SSL options
65+
[GH-442](https://github.com/johnbellone/consul-cookbook/pull/442)
66+
67+
BUG FIXES:
68+
69+
- consul_installation: Fix "package" provider options
70+
[GH-389](https://github.com/johnbellone/consul-cookbook/pull/389)
71+
[GH-398](https://github.com/johnbellone/consul-cookbook/pull/398)
72+
- consul_installation/git: Fix Consul installation from sources
73+
[GH-408](https://github.com/johnbellone/consul-cookbook/pull/408)
74+
- consul_service: Fix service hanging on the start with custom `client_addr`
75+
[GH-355](https://github.com/johnbellone/consul-cookbook/issues/355)
76+
- consul_service: Fix compatibility with Chef Client 12.6.0
77+
[GH-414](https://github.com/johnbellone/consul-cookbook/issues/414)
78+
[GH-417](https://github.com/johnbellone/consul-cookbook/issues/417)
79+
- consul_definition: Fix permissions of generated config file
80+
[GH-415](https://github.com/johnbellone/consul-cookbook/pull/415)
81+
- recipes/default: Fix consul service restart followed by reload
82+
[GH-407](https://github.com/johnbellone/consul-cookbook/issues/407)
83+
[GH-438](https://github.com/johnbellone/consul-cookbook/issues/438)
84+
[GH-443](https://github.com/johnbellone/consul-cookbook/issues/443)
85+
- Fix Consul config creation when `node['consul']['service_user']` is _root_
86+
[GH-372](https://github.com/johnbellone/consul-cookbook/issues/372)
87+
[GH-405](https://github.com/johnbellone/consul-cookbook/issues/405)
88+
[GH-446](https://github.com/johnbellone/consul-cookbook/issues/446)
89+
90+
## [v2.3.0](https://github.com/johnbellone/consul-cookbook/tree/v2.3.0) (2017-01-11)
591
[Full Changelog](https://github.com/johnbellone/consul-cookbook/compare/v2.2.0...v2.3.0)
692

793
**Fixed bugs:**
@@ -681,7 +767,3 @@
681767
- Fix issues with source install [\#5](https://github.com/johnbellone/consul-cookbook/pull/5) ([jemiam](https://github.com/jemiam))
682768
- Add default recipe which installs and starts consul as a service [\#4](https://github.com/johnbellone/consul-cookbook/pull/4) ([kevinreedy](https://github.com/kevinreedy))
683769
- Update README.md [\#3](https://github.com/johnbellone/consul-cookbook/pull/3) ([ijin](https://github.com/ijin))
684-
685-
686-
687-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)