- Complete rewrite from the ground up using Chef custom resources
- Remove the dependency on the apt cookbook
- Remove the additional Ubuntu repo; it was shut down 2016/01/30
- Run Freshclam any time the virus DB does not exist
- Add an attribute that can be overridden to skip the initial Freshclam run
- Add support for RHEL7
- Add an attribute to control disabling/enabling of the Freshclam cron job RHEL installs and disables by default
- In Amazon, use their packages instead of EPEL's
- Remove deprecated
ClamukoScanOnAccess
option
- Remove .DS_Store file accidentally uploaded to community site
- Update to the latest supporting Gems
- Update everything to Rubocop's style guidelines
- Implement ChefSpec v3 unit tests
- Implement full suite of Test Kitchen integration and acceptance tests
- Add support for simple and full scheduled filesystem scans
- Bump dependency cookbook versions
- Default package versions to nil for now to make life easier
- Loosen the cookbook dependencies a little
- Initial release