Skip to content

Commit

Permalink
Update default version of Riak to 1.4.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro committed Jan 13, 2014
1 parent de5bc18 commit afdd551
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ platforms:
package:
checksum:
ubuntu:
precise: "13b4649bf3b62782138ed0dc05ad70436a1045c795bf3c2f77a380904dedce85"
precise: "76593ae414cea84d42192a792b719b89d510ac917dfecacbbca2662ccabe5586"
- name: debian-7.2.0
driver_config:
box: opscode-debian-7.2.0
Expand All @@ -31,7 +31,7 @@ platforms:
package:
checksum:
debian:
"7": "304955506014be1a88c9825936a2a7b9649ae04ca3c352787a4d70a4cb501c62"
"7": "7776338341cb8ddf4b8f4516b579d06ac47d224c5f0451e4ceb4172897a45c66"
- name: centos-6.5
driver_config:
box: opscode-centos-6.5
Expand All @@ -46,7 +46,7 @@ platforms:
package:
checksum:
centos:
"6": "62a17575fc0d560183a05cfde202085b9d87e0c8a0e892b5ad471139f18c6332"
"6": "a7a31a69e450b6fa259dbbb167a44b1ca30af775107345040226cc54b7f88dcb"
- name: centos-5.10
driver_config:
box: opscode-centos-5.10
Expand All @@ -61,7 +61,7 @@ platforms:
package:
checksum:
centos:
"5": "9381a2fcc8ba5a8673c7d56f33635fe41f3735df455c02d3f6e66b28c3f9ad4d"
"5": "72541e1a52a6ce78a5fffce80f7a65ef6e339c99b2c81e350e203e128c36ae38"
suites:
- name: default
run_list:
Expand All @@ -72,7 +72,7 @@ suites:
package:
version:
minor: 4
incremental: 6
incremental: 7
- name: default13
run_list:
- recipe[minitest-handler]
Expand Down Expand Up @@ -102,7 +102,7 @@ suites:
package:
version:
minor: 4
incremental: 6
incremental: 7
enterprise_key: <%= (ENV["RIAK_ENTERPRISE_KEY"].nil? ? "" : ENV["RIAK_ENTERPRISE_KEY"]) %>
- name: enterprise13
run_list:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.4.4:

* Riak `1.4.7` is now the default.

## v2.4.3:

* Add a constraint to `yum` cookbook dependency so that breaking changes in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ node['riak']['install_method'] = "package"
# package.rb
node['riak']['package']['version']['major'] = "1"
node['riak']['package']['version']['minor'] = "4"
node['riak']['package']['version']['incremental'] = "6"
node['riak']['package']['version']['incremental'] = "7"
```

If you are installing Riak Enterprise with the `custom_repository` method,
Expand Down
1 change: 1 addition & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class ::Array
default['riak']['config']['riak_kv']['vnode_vclocks'] = true
default['riak']['config']['riak_kv']['listkeys_backpressure'] = true
default['riak']['config']['riak_kv']['fsm_limit'] = 50000
#default['riak']['config']['riak_kv']['secondary_index_sort_default'] = true
default['riak']['config']['riak_kv']['object_format'] = "v1"

# riak_kv storage_backend
Expand Down
2 changes: 1 addition & 1 deletion attributes/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
default['riak']['package']['url'] = "http://s3.amazonaws.com/downloads.basho.com/riak"
default['riak']['package']['version']['major'] = "1"
default['riak']['package']['version']['minor'] = "4"
default['riak']['package']['version']['incremental'] = "6"
default['riak']['package']['version']['incremental'] = "7"
default['riak']['package']['version']['build'] = "1"
default['riak']['package']['config_dir'] = "/etc/riak"
default['riak']['package']['local_package'] = false
Expand Down
2 changes: 1 addition & 1 deletion attributes/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
default['riak']['source']['url'] = "http://s3.amazonaws.com/downloads.basho.com/riak"
default['riak']['source']['version']['major'] = "1"
default['riak']['source']['version']['minor'] = "4"
default['riak']['source']['version']['incremental'] = "6"
default['riak']['source']['version']['incremental'] = "7"
default['riak']['source']['prefix'] = "/usr/local"
default['riak']['source']['config_dir'] = node['riak']['source']['prefix'] + "/riak/etc"

Expand Down

0 comments on commit afdd551

Please sign in to comment.