File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.10
2
+ Fixes several bugs, minor enhancements and changes default version of
3
+ Consul to 0.5.2.
4
+
5
+ * Enhancements
6
+ - Node attribute for specifying Consul log file. [ @darron ] ( https://github.com/darron )
7
+ - Recipe no longer tries to create directories twice. [ @tiwilliam ] ( https://github.com/tiwilliam )
8
+ - Add packagecloud install method. [ @darron ] ( https://github.com/darron )
9
+ - Add 'rejoin_after_leave' option. [ @arodd ] ( https://github.com/arodd )
10
+ - Add LWRP for services watch. [ @hirocaster ] ( https://github.com/hirocaster )
11
+
12
+ * Bug Fixes
13
+ - #152 Remove +x permissions on upstart/systemd configs. [ @dpkp ] ( https://github.com/dpkp )
14
+ - #158 Fix sysvinit script by not quoting commands. [ @hatchetation ] ( https://github.com/hatchetation )
15
+ - #172 Adds missing bracket to restart subscription. [ @YuukiARIA ] ( https://github.com/YuukiARIA )
16
+ - #178 Ensures GOMAXPROCS is at least 2. [ @tgwizard ] ( https://github.com/tgwizard )
17
+
1
18
# 0.9.1
2
19
3
20
* Bug Fixes
Original file line number Diff line number Diff line change 4
4
license 'Apache v2.0'
5
5
description 'Installs/Configures Consul client, server and UI.'
6
6
long_description 'Installs/Configures Consul client, server and UI.'
7
- version '0.9.1 '
7
+ version '0.10.0 '
8
8
9
9
recipe 'consul' , 'Installs and starts consul service.'
10
10
recipe 'consul::install_binary' , 'Installs consul service from binary.'
You can’t perform that action at this time.
0 commit comments