We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bcdcc commit de5bc18Copy full SHA for de5bc18
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2.4.3:
2
+
3
+* Add a constraint to `yum` cookbook dependency so that breaking changes in
4
+ v3.0 are mitigated.
5
+* Updated Gemfile to include integration test dependencies.
6
7
## v2.4.2:
8
9
* Riak `1.4.6` is now the default.
metadata.rb
@@ -22,7 +22,7 @@
22
maintainer_email "[email protected]"
23
license "Apache 2.0"
24
description "Installs and configures Riak distributed data store"
25
-version "2.4.2"
+version "2.4.3"
26
27
recipe "riak", "Installs Riak from a package"
28
recipe "riak::source", "Installs Erlang and Riak from source"
0 commit comments