Skip to content

Commit

Permalink
Merge pull request chef-boneyard#125 from chef-cookbooks/simple_verify
Browse files Browse the repository at this point in the history
Release 5.2.0
  • Loading branch information
tas50 authored Mar 13, 2018
2 parents 7fc778b + 7f0998e commit a1e44b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 5.2.0 (2018-03-13)

- Refactored the resource to use Chef's built in template verification functionality. This avoids a lot of custom work we did in the resource to verify the config file before we wrote it out. Not only does this reduce code complexity/fragility in this cookbook, it removes the double template resource you'd see in converges before.

## 5.1.0 (2018-03-13)

- Rework the readme to with additional documentation on the resource
Expand Down Expand Up @@ -29,6 +33,7 @@ This file is used to list changes made in each version of the sudo cookbook.

- FIX: in templates the attribute "passwordless" and other with data type String always will be return true
- Add an attribute for setting sudoers.d mode
- Removed the ChefSpec matchers. These are now autogenerated by ChefSpec. If you are seeing matcher failure upgrade to ChefDK 2.4 or later.

## 4.0.0 (2017-11-28)

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 sudo and configures /etc/sudoers'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '5.1.0'
version '5.2.0'

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

Expand Down

0 comments on commit a1e44b1

Please sign in to comment.