Skip to content

Commit a52b859

Browse files
committed
Release 8.0.1
Signed-off-by: Tim Smith <tsmith@chef.io>
1 parent b4816e8 commit a52b859

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.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

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 '8.0.0'
7+
version '8.0.1'
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)