This file is used to list changes made in each version of the rs-mysql cookbook.
- updates filesystem cookbook to >= 0.11.1 to use the supermarket version and
fix the frozen? issue. - cleans up Berksfile
- adds ephemeral_lvm > 3.0
- allows customizable mysql server versions, refer to README.md for supported versions.
- updated test-kitchen to allow for testing for multiple versions.
- adds azure rm support for private ips, issue: [#68][]
- Remove support for Chef 11
- Add support for Chef 12
- pins nio4r
- fixing selinux permission error when moving directories on centos.
- updating rake task to check for changelog, and metadata version
- Pinning cookbooks and gems for ruby and chef compatibility
- Adds ruby slave monitors
- Updates collectd monitors to work with collectd v5
- Run pvscan after volumes attached for stripe. Behavior seen in CentOS 6.6 where volumes attached are not immediately seen as part of a Logical Volume.
- Hard Setting versions in metadata and berksfile
- Locking down aws, ohai, and build-essential so it doesn't pull in chef12 libs
- add support for RightLink 10
- No longer use IP address to create server_id since some clouds use the same IP but forward using ports.
- Updated lvm cookbook dependency version to 1.3.6.
- Set default filesystem on RHEL 7 platform_family to xfs.
- On RHEL, depending on cloud, check and wait for RHEL repos to be installed.
- Remove logic to ignore cloud/public_ips for server-id on cloudstack.
- Ignore cloud/public_ips for server-id on cloudstack.
- Use Upstart for the mysql service in decommission on Ubuntu 14.04.
- Fix volume type input description since it is not just for vSphere.
- Add kitchen testing for RHEL 6.5 and Ubuntu 14.04.
- Update versions of dependent cookbooks.
- Update testing code to abide by Serverspec v2.
- Update the dependency versions of
rightscale_volume
andrightscale_backup
, supporing VMware vSphere. - Set
rs-mysql/device/volume_type
node attribute in metadata. - Pass
rs-mysql/device/volume_type
andrs-mysql/device/controller_type
torightscale_volume
.
- Release to coincide with the v14.0.0 Beta ServerTemplates.
- Initial release