This file is used to list changes made in each version of the rs-haproxy cookbook.
- Add support for Rightlink 10.5.3
- Replace crontab user 'rightscale' with 'root'.
- pin version of aws, ohai, logrotate to retain chef 11 support
- use rightscale_tag v1.2.1
- Updated to use machine_tag-1.2.1
- Tag Scope limited to operational instances
- Tag Scope limited to cloud of instance making call
- Add support for RightLink 10
- Remove Support for RightLink 6
- Fix issue with backend servers not being monitored #25
- Added config option to disable support for SSLv3.
- Update the default HAProxy source version to 1.5.6.
- Add testing for support of Ubuntu 14.04, CentOS 7.0, and RedHat Enterprise Linux 7.0.
- Update the default HAProxy source version to 1.5.4.
- Enable/disable schedule to periodically run rs-haproxy::frontend.
- Installs HAProxy 1.5.1
- Created
rs-haproxy::schedule
recipe - HAProxy logs via rsyslog to
/var/log/haproxy.log
- HAProxy version determined by name of source file
- In
rs-haproxy::frontend
, if no application servers are discovered, do nothing - Created rspec tests for
rs-haproxy::schedule
- Initial release