Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v2.5.1](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/v2.5.1) - 2025-02-24

[Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/v2.5.0...v2.5.1)

### Fixed

- PE-40175 [#98](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/98) ([taikaa](https://github.com/taikaa))

## [v2.5.0](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/v2.5.0) - 2024-03-06

[Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/v2.4.0...v2.5.0)
Expand Down
6 changes: 2 additions & 4 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,13 @@ specified as an array.

##### `key`

The key itself; generally a long string of uuencoded characters. The `key`
attribute may not contain whitespace.
The key itself; generally a long string of unencoded characters. The `key`
attribute may not contain leading or trailing whitespace.

Make sure to omit the following in this attribute (and specify them in
other attributes):

* Key headers, such as 'ssh-rsa' --- put these in the `type` attribute.
* Key identifiers / comments, such as 'joescomputer.local' --- put these in
the `name` attribute/resource title.

##### `target`

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-sshkeys_core",
"version": "2.5.0",
"version": "2.5.1",
"author": "puppetlabs",
"summary": "Manage SSH authorized keys, and known hosts.",
"license": "Apache-2.0",
Expand Down
Loading