Skip to content

Commit

Permalink
Release 5.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 4, 2018
1 parent 0147b15 commit 11316a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

This file is used to list changes made in each version of the sudo cookbook.

## 5.4.2 (2018-09-04)

The `sudo` resource is now built into Chef 14+. When Chef 15 is released (April 2019) this resource will be removed from this cookbook as all users should be on Chef 14+.

## 5.4.1 (2018-08-29)

- Avoid deprecation warnings with Chef 14.3+ by not loading resources that are now built into Chef
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs sudo and configures /etc/sudoers'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '5.4.1'
version '5.4.2'

recipe 'sudo', 'Installs sudo and configures /etc/sudoers'

Expand Down

0 comments on commit 11316a6

Please sign in to comment.