Skip to content

Commit 9aa2e4d

Browse files
committed
Release 7.0.3
Signed-off-by: Tim Smith <tsmith@chef.io>
1 parent d777a9d commit 9aa2e4d

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.kitchen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ platforms:
1414
- name: centos-6.8
1515
- name: centos-7.2
1616
- name: debian-7.11
17-
- name: debian-8.5
18-
- name: fedora-24
17+
- name: debian-8.6
18+
- name: fedora-25
1919
- name: freebsd-9.3
2020
- name: freebsd-10.3
2121
- name: opensuse-13.2
@@ -62,7 +62,7 @@ suites:
6262
- name: service_systemd
6363
run_list:
6464
- recipe[chef-client::systemd_service]
65-
includes: ["centos-7.2", "debian-8.5", "fedora-24", "ubuntu-16.04", "opensuse-13.2"]
65+
includes: ["centos-7.2", "debian-8.6", "fedora-25", "ubuntu-16.04", "opensuse-13.2"]
6666

6767
- name: service_upstart
6868
run_list:
@@ -110,7 +110,7 @@ suites:
110110
- recipe[chef-server]
111111
- recipe[chef-client::config]
112112
- recipe[chef-client::service]
113-
includes: ["ubuntu-12.04", "ubuntu-14.04", "centos-6.7", "centos-7.2"]
113+
includes: ["ubuntu-12.04", "ubuntu-14.04", "centos-6.8", "centos-7.2"]
114114

115115
- name: task
116116
run_list:

CHANGELOG.md

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

33
This file is used to list changes made in each version of the chef-client cookbook.
44

5+
## 7.0.3 (2016-12-06)
6+
- Fix invalid shell syntax in /etc/init.d script
7+
58
## 7.0.2 (2016-12-02)
69
- Document / test setting a custom ohai plugin path
710
- Make log_perm permissions attribute value a string

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.0.2'
7+
version '7.0.3'
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)