- Fix URL location for new EE package locations
- Fix config content to be lazily evaluated
- Fix basho-patches directory
- Riak
2.1.1
is now the default - Updated syctl tuning and made optional #169
- Relaxed dependency constraints #168
- Fixed building from source on Amazon #175
- Riak
2.0.5
is now the default - Removal of
enterprise_package recipe
- Removal of
custom_package recipe
- All logic for the removed recipes moved to
package
- Make Java install truely optional instead of based on config
- Remove extraneous attributes
- Checksums moved to attributes
- Cleaned up test-kitchen configs to refelct above changes
- FreeBSD support (finally)
- Riak
2.0.2
is now the default - Updated build-essentials dependency
- Fixes enterprise package installs
- Passing all RuboCop checks
- Lots of small testing related fixes
- Pinning JDK version
- Riak
2.0.1
is now the default - Add CentOS 7 Support
- Migrate to packagecloud.io repos
- Fix and update tests
- Add digitalocean to .kitchen.cloud.yml
- Add source build suite to .kitchen.cloud.yml
- If fqdn isn't valid, use ipaddress for vm.args -name
- Drop 13.10 support (EOL)
- Drop minitest for serverspec
- Update yum dependency which fixes sous-chefs/yum#99
- Update Riak CS default version to 1.5.1
- Riak
1.4.10
is now the default. - Remove Ubuntu 13.04 support (EOL).
- Add Ubuntu 13.10 support
- Add Ubuntu 14.04 support
- Increase pessimistic version constraint on
build-essential
. - Restrict version constraint on
sysctl
due to breaking changes.
- Increase default
ulimit
from4096
to65536
.
- Ensure SNMP directory is created when customer
data_dir
is provided.
- Fix invalid default Multi backend definitions.
- Revert errant change of Riak node name from FQDN to IP address.
- Make default for
cs_version
be1.4.5
- Add support for Ubuntu 13.04 (Raring).
- Add support for Amazon Linux (2014.03).
- Ensure /etc/default/riak is regenerated when open file limits change.
- Ensure Riak data directory exists and is owned by the Riak user.
- Make all cookbook dependency versions explicit.
- Updated yum dependency constraint.
- Riak
1.4.8
is now the default.
- Riak
1.4.7
is now the default.
- Add a constraint to
yum
cookbook dependency so that breaking changes in v3.0 are mitigated. - Updated Gemfile to include integration test dependencies.
- Riak
1.4.6
is now the default. - Make use of
vagrantfile_erb
setting of kitchen-vagrant. - Added kernel and network tuning via sysctl.
- Removed Recipe Tester.
- Bumped Chef to version
11.8.0
for Test Kitchen. - Make default for
cs_version
be1.4.3
- Added a recipe for installing Riak through a custom package repository.
- Made Test Kitchen run faster by enabling the
vagrant-cachier
plugin through thekitchen-vagrant
driver. - Make default for
cs_version
be1.4.1
- Riak
1.4.2
is now the default. - Fixed the
remote_file
resource for Enterprise packages so that it utilizes a checksum.
- Add a default
cluster_mgr
attribute. - Add
allow_mult
override when theriak_cs_kv_multi_backend
is chosen.
- Riak
1.4.1
is now the default. - Fixed Debian support.
- Added Debian Wheezy to Test Kitchen.
- Fixed package installation so that it respects version numbers.
- Added Test Kitchen support for CentOS 5.9.
- Fixed Protocol Buffers interface configuration changes between Riak 1.3 and 1.4.
- Riak
1.4.0
is the default. - Debian init scripts now use
start-stop-daemon
forstart
. This caused an issue with the way we were handling file descriptor limits for Debian. Now the init script sources/etc/default/riak
, which contains the appropriateulimit
call. - Added new options and defaults to
vm.args
andapp.config
attributes. - Test Kitchen requires version
2.2.4
or greater of theyum
cookbook because earlier versions contained a bad test stub.