From 67faa71dc56a16737d26eee0d1421163b17b64f6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 24 Feb 2025 21:42:40 +0000 Subject: [PATCH] Release prep v2.5.1 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 6 ++---- metadata.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd514e..9a123ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/REFERENCE.md b/REFERENCE.md index 298ddee..a5cfa80 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -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` diff --git a/metadata.json b/metadata.json index 52d3e14..f0f1bc4 100644 --- a/metadata.json +++ b/metadata.json @@ -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",