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.0 (2017-04-04)
6+
7+ - Allow to use systemd timer instead of chef-client daemon mode
8+ - Remove compat_resource dependency and require Chef 12.11+
9+ - Switch from which to shell-out and remove Chef 10 compatibility code
10+
511## 7.2.1 (2017-03-29)
612
713- Testing updates for Chef 13
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 '7.2.1 '
7+ version '8.0.0 '
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