Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwjohnston committed Sep 23, 2016
1 parent a29af81 commit e826c21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cookbook. Please see HISTORY.md for changes from older versions of this project.

## [Unreleased]

## [3.1.0] - 2016-09-23

### Changes

The default version of Sensu installed by this cookbook is now 0.26.3-1.
Expand Down Expand Up @@ -141,6 +143,7 @@ Added helpers for storing key/value pairs which persist for duration of the Chef

Allow "standard" as a value of type attribute on `sensu_check` resources, [as described in Sensu documentation](https://sensuapp.org/docs/0.21/checks).

[Unreleased]: https://github.com/sensu/sensu-chef/compare/3.0.0...HEAD
[Unreleased]: https://github.com/sensu/sensu-chef/compare/3.1.0...HEAD
[3.1.0]: https://github.com/sensu/sensu-chef/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/sensu/sensu-chef/compare/2.12.0...3.0.0
[2.12.0]: https://github.com/sensu/sensu-chef/compare/2.11.0...2.12.0
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/Configures Sensu"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "3.0.1"
version "3.1.0"

# available @ https://supermarket.chef.io/cookbooks/apt
depends "apt", ">= 2.0"
Expand Down

0 comments on commit e826c21

Please sign in to comment.