Skip to content

Commit

Permalink
properly lock to minimum required version of chef client.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Abrams <me@benabrams.it>
  • Loading branch information
majormoses committed Jun 5, 2018
1 parent 9cd0221 commit eb3db0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ cookbook. Please see HISTORY.md for changes from older versions of this project.

## [Unreleased]

### Fixed
- metadata now properly requires chef client to be `>= 13.3` this is a follow up to the v5.0.0 release which locked it at `>= 12.14` but after digging into it the change requires a newer version. As chef 12 is EOL we are gonna roll forward rather than backwards (@majormoses)

## [5.1.1] - 2018-05-30
### Fixed
- version detection for server 2008 (@smcavallo)
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@

source_url 'https://github.com/sensu/sensu-chef'
issues_url 'https://github.com/sensu/sensu-chef/issues'
chef_version '>= 12.14'
chef_version '>= 13.3'

0 comments on commit eb3db0d

Please sign in to comment.