CHANGELOG for ssh_authorized_keys
All notable changes to the ssh_authorized_keys Chef cookbook will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
-
…
0.4.0 - 2017-06-12
Added
-
Adding ability to disable assert (issue #6, thanks Anthony Caiafa).
-
Allowing direct key injection (issue #7, thanks Anthony Caiafa).
-
Add AIX as supported platform (issue #8, thanks Mike Veltman).
-
metadata: Add
chef_version
.
Removed
-
Drop Ruby
< 2.3
support. -
Drop Chef
< 12
support.
Documentation Changes
-
README:
-
Add documentation badge.
-
Fix Parameters table.
-
Add GitHub templates.
-
CHANGELOG: Follow “Keep a CHANGELOG”.
0.3.0 - 2015-08-14
Fixed
-
Use gid from
Etc.getpwnam
(issue #3, thanks Ong Ming Yang). -
Recursively create .ssh directory if it does not exist (issue #4, thanks Ong Ming Yang).
-
Update chef links to use chef.io domain.
-
Update contact information and links after migration.
0.2.0 - 2015-05-27
Added
-
Add openSUSE as supported platform.
Fixed
-
Sort keys always in the same order (issue #2, thanks to Chris Burroughs for the idea).
0.1.0 - 2015-01-11
-
Initial release of
ssh_authorized_keys
.