This file is used to list changes made in each version of the keepalived cookbook.
- Replace keepalived_vrrp_instance 'state' property with boolean 'master' property to fix Chef 13 compat
- Use the standard Apache-2.0 license string in the metadata
- Switch from Rake to delivery local mode for testing
- add user option for vrrp_script blocks
- update test suite
- fix chef_version in metadata
- Testing updates
- Require Chef 12.1
- pass through sensitive attribute to underlying file resource
- fix chefspec matchers
- bump order of virtual_router_id in vrrp_instance config
- extended platform testing
- attribute-driven configuration is no longer supported
- remove net.ipv4.ip_nonlocal_bind sysctl management
- separate recipe concerns from single recipe to install, configure, service
- overhaul cookbook to use resources instead of attributes
- add daemon cli args management
- Added RHEL based distros as supported platforms
- Added requirements section to the readme to clarify what distros are supported and the requirement of Chef 11+
- Updated .gitignore file
- Added Test Kitchen config
- Added Chef standard Rubocop config
- Added Travis CI testing
- Added Berksfile
- Updated Gemfile with the latest development dependencies
- Updated contributing and testing docs
- Added maintainers.md and maintainers.toml files
- Added Travis and cookbook version badges to the readme
- Updated Opscode -> Chef Software
- Added a Rakefile for simplified testing
- Added a Chefignore file
- Resolved Rubocop warnings
- Added source_url and issues_url to the metadata
- Added basic convergence Chefspec test
- [COOK-4299] Avoid setting attributes without precedence
- COOK-3017 - Add support for
vrrp_sync_groups
- [COOK-2919]: Status option not available
- [COOK-1965] - fixes template subscribes and readme typos
- [COOK-1656] - Make keepalived configurable. Add some tests.
- Initial public release.