Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

71 lines (52 loc) · 3.6 KB

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.

  • ...

1.0.0 - 2020-08-09

Build Status

Added

Removed

  • Drop Ruby < 2.5 support.
  • Drop Chef < 14 support.

Documentation Changes

  • README: Fix broken badges

0.4.0 - 2017-06-12

Build Status

Added

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

Build Status

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

Build Status

Added

  • Add openSUSE as supported platform.

Fixed

0.1.0 - 2015-01-11

Build Status

  • Initial release of ssh_authorized_keys.