Skip to content

Commit

Permalink
Merge pull request #548 from cwjohnston/release/4.0.0
Browse files Browse the repository at this point in the history
Release version 4.0
  • Loading branch information
cwjohnston authored Mar 14, 2017
2 parents 6f90650 + 0369c63 commit 1b694df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 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]

## [4.0.0] - 2017-03-14

### Important

As required to support Sensu 0.27:
Expand All @@ -25,6 +27,14 @@ The default version of Sensu Enterprise is now 2.5.1

The default version of Sensu Enterprise Dashboard is now 2.3.0

### Fixed

* sensu_check resources can now be deleted without requiring
`standalone` or `subscriptions` attributes

* The built-in Administrator group should now be usable for the value
of `node["sensu"]["group"]` on Windows platforms.

## [3.2.0] - 2017-01-10

### Important
Expand Down Expand Up @@ -207,7 +217,8 @@ 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.2.0...HEAD
[Unreleased]: https://github.com/sensu/sensu-chef/compare/4.0.0...HEAD
[4.0.0]: https://github.com/sensu/sensu-chef/compare/3.2.0...4.0.0
[3.2.0]: https://github.com/sensu/sensu-chef/compare/3.1.2...3.2.0
[3.1.2]: https://github.com/sensu/sensu-chef/compare/3.1.0...3.1.2
[3.1.0]: https://github.com/sensu/sensu-chef/compare/3.0.0...3.1.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/Configures Sensu"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "3.2.1"
version "4.0.0"

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

0 comments on commit 1b694df

Please sign in to comment.