This file is used to list changes made in each version of the Dnsmasq cookbooks.
- resolved cookstyle error: recipes/dhcp.rb:8:44 convention:
Layout/TrailingWhitespace
- resolved cookstyle error: recipes/dhcp.rb:8:45 refactor:
ChefModernize/FoodcriticComments
- Fix cookstyle warnings in the Dangerfile
- Migrated to github actions
- systemd-resolved conflict (fixes #35)
- Switch testing from serverspec to inspec
- Require Chef 14 as it has builtin hotfle management
- update testing harness to use ServerSpec with Test Kitchen in lieu of MiniTest
- changed to circleci for testing
- add CONTRIBUTING documentation, update TESTING and README documentation
- TFTP support
- Test Kitchen 1.0 coverage for Red Hat 5.9, 6.4, Debian 7.1 and Ubuntu 10.04, 12.04 and 13.04
- duplicate options support for dhcp and dns conf files, driven by dhcp_options and dns_options attributes
Huge thanks to @mattray!
- initial version