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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [v3.0.0](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/v3.0.0) - 2025-11-25

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

### Other

- (PA-7815) template 3.5.1 updates [#112](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/112) ([tvpartytonight](https://github.com/tvpartytonight))
- (PA-6856) Add beaker-hostgenerator gem with dynamic version support [#110](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/110) ([skyamgarp](https://github.com/skyamgarp))
- (PA-7366) Use puppetcore for testing [#106](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/106) ([tvpartytonight](https://github.com/tvpartytonight))
- (PA-7215) Add Amazonfips as a supported platform [#104](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/104) ([shubhamshinde360](https://github.com/shubhamshinde360))

## [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)
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.1",
"version": "3.0.0",
"author": "puppetlabs",
"summary": "Manage SSH authorized keys, and known hosts.",
"license": "Apache-2.0",
Expand Down