diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fe57ec..c6c49358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ chef-client Cookbook CHANGELOG This file is used to list changes made in each version of the chef-client cookbook. +v3.1.0 +------ +### Bug +- **[COOK-3638](https://tickets.opscode.com/browse/COOK-3638)** - Use standard posix shell `/bin/sh` instead of `/bin/bash` +- **[COOK-3637](https://tickets.opscode.com/browse/COOK-3637)** - Fix typo in README +- **[COOK-3501](https://tickets.opscode.com/browse/COOK-3501)** - Notify reload `:immediately` when `client.rb` template is changed +- **[COOK-3492](https://tickets.opscode.com/browse/COOK-3492)** - Test upstart on CentOS + +### New Feature +- **[COOK-3500](https://tickets.opscode.com/browse/COOK-3500)** - Rotate logs on supported platforms if 'log_file' is set + +### Improvement +- **[COOK-1863](https://tickets.opscode.com/browse/COOK-1863)** - Install chef-client as a Windows Service + v3.0.6 ------ ### Bug diff --git a/metadata.rb b/metadata.rb index 076c962f..0d6bc6e9 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license "Apache 2.0" description "Manages client.rb configuration and chef-client service" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "3.0.7" +version "3.1.0" recipe "chef-client", "Includes the service recipe by default." recipe "chef-client::arch_service", "Configures chef-client as a service on Arch Linux" recipe "chef-client::bluepill_service", "Configures chef-client as a service under Bluepill"