This file is used to list changes made in each version of the logwatch cookbook.
- Added node['logwatch']['directives'] attribute for passing an array of directives to the logwatch config
- Add new
node['logwatch']['sender']
attribute - Added additional platforms to the metadata
- Updated .gitignore file
- Updated Test Kitchen config for the latest platforms
- Added Chef standard Rubocop config
- Updated testing in Travis CI to use ChefDK vs. Gems
- Updated Berksfile to 3.X format
- Updated contributing and testing docs
- Added maintainers.md and maintainers.toml files
- Added Travis and cookbook version badges to the readme
- Expanded the requirements section in the readme and clarify the minimum supported Chef release is 11
- 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
- Updated Chefspec tests to 4.X format
- COOK-3259 - Add and document additional logwatch configuration options as node attributes
- [COOK-1529] - Add default
logwatch.conf
- Add test-kitchen support
- Initial public release