Skip to content

Commit

Permalink
Release version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendanna committed Sep 11, 2014
1 parent b3f0116 commit fd08cfd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ logrotate Cookbook CHANGELOG
This file is used to list changes made in each version of the
logrotate cookbook.

v1.7.0
------

### Bugs

- Use `raise` rather than Application.fatal! to prevent killing a
daemonized chef-client

### Improvements

- Chefspec matcher for logrotate_app definition
- Support the following options: compressoptions, maxage,
shred/shredcycles, extension, tabooext
- Add Solaris support


v1.6.0
------

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 'Installs logrotate package and provides a definition for logrotate configs'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.6.0'
version '1.7.0'

recipe 'logrotate', 'Installs logrotate package'
provides 'logrotate_app'
Expand Down

0 comments on commit fd08cfd

Please sign in to comment.