Skip to content

Commit

Permalink
Version bump to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 1, 2013
1 parent 4f41d62 commit 87bf581
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 87bf581

Please sign in to comment.