File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
6
6
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 ) .
7
7
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
+
8
16
## [ v2.5.0] ( https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/v2.5.0 ) - 2024-03-06
9
17
10
18
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/v2.4.0...v2.5.0 )
Original file line number Diff line number Diff line change @@ -182,15 +182,13 @@ specified as an array.
182
182
183
183
##### ` key `
184
184
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.
187
187
188
188
Make sure to omit the following in this attribute (and specify them in
189
189
other attributes):
190
190
191
191
* 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.
194
192
195
193
##### ` target `
196
194
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-sshkeys_core" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Manage SSH authorized keys, and known hosts." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments