This file is used to list changes made in each version of the motd cookbook.
- Fix
source_url
andissues_url
compatibility for older chef-clients
- Add
source_url
attributes inmetadata.rb
- Only show red in a colorful motd when it's been longer than interval and splay minutes.
- Use
node['root_group']
attribute when setting file permissions
- Add tests
- Add support for spray setting when using knife-status plugin
- Fix an issue with
knife_status
integer parsing - Renamed
knife-status
recipe toknife_status
- Add linting tests
- Convert automatically detected interval to minutes
- Use a chef_handler instead of "knife status" to get the last successful chef run This is faster than invoking ruby on each login
- Initial release of motd