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.
55
66The 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 )
Original file line number Diff line number Diff 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
188188Make sure to omit the following in this attribute (and specify them in
189189other 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments