Skip to content

Commit ff6ae84

Browse files
committed
Release 8.0.0
Signed-off-by: Tim Smith <tsmith@chef.io>
1 parent e69f104 commit ff6ae84

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This 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

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Manages client.rb configuration and chef-client service'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '7.2.1'
7+
version '8.0.0'
88
recipe 'chef-client', 'Includes the service recipe by default.'
99
recipe 'chef-client::bsd_service', 'Configures chef-client as a service on *BSD'
1010
recipe 'chef-client::config', 'Configures the client.rb from a template.'

0 commit comments

Comments
 (0)