Skip to content

Commit

Permalink
prep for v4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Mar 28, 2018
1 parent 508c9b5 commit e330bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cookbook. Please see HISTORY.md for changes from older versions of this project.

## [Unreleased]

## [4.3.0] - 2018-03-28
### Added
- pulling in latest release `redisio` cookbook to fix chef 13 compatibility (@majormoses)

Expand Down Expand Up @@ -284,7 +285,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.2.1...HEAD
[Unreleased]: https://github.com/sensu/sensu-chef/compare/v4.3.0...HEAD
[4.3.0]: https://github.com/sensu/sensu-chef/compare/v4.2.1...v4.3.0
[4.2.1]: https://github.com/sensu/sensu-chef/compare/v4.2.0...v4.2.1
[4.2.0]: https://github.com/sensu/sensu-chef/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/sensu/sensu-chef/compare/v4.0.6...v4.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 "4.2.1"
version "4.3.0"

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

0 comments on commit e330bb7

Please sign in to comment.