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.
- ...
1.0.0 - 2020-08-09
- Chef 16 support (issues #15 and #16, thanks Benjamin M. Hughes and Corey Hemminger).
- Included Oracle support.
- Drop Ruby
< 2.5
support. - Drop Chef
< 14
support.
- README: Fix broken badges
0.4.0 - 2017-06-12
- 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
.
- Drop Ruby
< 2.3
support. - Drop Chef
< 12
support.
- README:
- Add documentation badge.
- Fix Parameters table.
- Add GitHub templates.
- CHANGELOG: Follow "Keep a CHANGELOG".
0.3.0 - 2015-08-14
- 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
- Add openSUSE as supported platform.
- Sort keys always in the same order (issue #2, thanks to Chris Burroughs for the idea).
- Initial release of
ssh_authorized_keys
.