Skip to content

Commit

Permalink
prep for v4.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Sep 12, 2017
1 parent ff4ff8f commit 2ddf4bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ cookbook. Please see HISTORY.md for changes from older versions of this project.

## [Unreleased]

## [4.0.5] - 2017-09-12

### Fixed

* `client.json` should now be used by `node['sensu']['user']` rather than `node['sensu']['admin_user']`

## [4.0.4] - 2017-09-12

### Features
Expand Down Expand Up @@ -255,7 +261,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/v4.0.4...HEAD
[Unreleased]: https://github.com/sensu/sensu-chef/compare/v4.0.5...HEAD
[4.0.5]: https://github.com/sensu/sensu-chef/compare/v4.0.4...v4.0.5
[4.0.4]: https://github.com/sensu/sensu-chef/compare/v4.0.3...v4.0.4
[4.0.3]: https://github.com/sensu/sensu-chef/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/sensu/sensu-chef/compare/v4.0.0...v4.0.2
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 "4.0.4"
version "4.0.5"

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

0 comments on commit 2ddf4bb

Please sign in to comment.