Skip to content

Commit 7c77841

Browse files
authored
Merge pull request #102 from puppetlabs/release-prep
Release prep v2.5.1
2 parents 6e4be33 + 67faa71 commit 7c77841

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v2.5.1](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/v2.5.1) - 2025-02-24
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/v2.5.0...v2.5.1)
11+
12+
### Fixed
13+
14+
- PE-40175 [#98](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/98) ([taikaa](https://github.com/taikaa))
15+
816
## [v2.5.0](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/v2.5.0) - 2024-03-06
917

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

REFERENCE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,13 @@ specified as an array.
182182

183183
##### `key`
184184

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

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

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

195193
##### `target`
196194

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-sshkeys_core",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"author": "puppetlabs",
55
"summary": "Manage SSH authorized keys, and known hosts.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)