We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfe26e commit a5d9987Copy full SHA for a5d9987
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.4.3
2
+* Fix race condition when installing Consul as a runit service
3
+* Documentation fixes
4
+
5
# 0.4.2
6
Bumps default version of Consul to 0.4.0
7
metadata.rb
@@ -4,7 +4,7 @@
license 'Apache v2.0'
description 'Installs/Configures consul'
long_description 'Installs/Configures consul'
-version '0.4.2'
+version '0.4.3'
8
9
recipe 'consul', 'Installs and starts consul service.'
10
recipe 'consul::install_binary', 'Installs consul service from binary.'
0 commit comments