File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This file is used to list changes made in each version of the chef-client cookbook.
44
5+ ## 8.0.1 (2017-04-13)
6+
7+ - Make chef_client_scheduled_task idempotent
8+ - Fix case statements to work on Chef 13 with Amazon Linux
9+ - Switch to a SPDX standard license string to resolve foodcritic warning
10+
511## 8.0.0 (2017-04-04)
612
713- Allow to use systemd timer instead of chef-client daemon mode
Original file line number Diff line number Diff line change 44license 'Apache-2.0'
55description 'Manages client.rb configuration and chef-client service'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '8.0.0 '
7+ version '8.0.1 '
88recipe 'chef-client' , 'Includes the service recipe by default.'
99recipe 'chef-client::bsd_service' , 'Configures chef-client as a service on *BSD'
1010recipe 'chef-client::config' , 'Configures the client.rb from a template.'
You can’t perform that action at this time.
0 commit comments