Skip to content

Commit f67ff31

Browse files
committed
Release 15.0.0
1 parent 48c8ee8 commit f67ff31

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v15.0.0](https://github.com/saz/puppet-ssh/tree/v15.0.0) (2026-05-28)
8+
9+
[Full Changelog](https://github.com/saz/puppet-ssh/compare/v14.1.0...v15.0.0)
10+
11+
**Breaking changes:**
12+
13+
- add more tests, move ssh::server::service variables to ssh::server [\#448](https://github.com/saz/puppet-ssh/pull/448) ([saz](https://github.com/saz))
14+
- refactor knownhosts use and allow for filtering [\#443](https://github.com/saz/puppet-ssh/pull/443) ([bastelfreak](https://github.com/bastelfreak))
15+
16+
**Implemented enhancements:**
17+
18+
- add client include\_dir, fixes \#389 [\#447](https://github.com/saz/puppet-ssh/pull/447) ([saz](https://github.com/saz))
19+
- add Debian Trixie as supported OS [\#446](https://github.com/saz/puppet-ssh/pull/446) ([saz](https://github.com/saz))
20+
- puppetlabs/concat: Allow 10.x [\#441](https://github.com/saz/puppet-ssh/pull/441) ([bastelfreak](https://github.com/bastelfreak))
21+
22+
**Fixed bugs:**
23+
24+
- hostkeys: Properly set name of created sshkey objects [\#440](https://github.com/saz/puppet-ssh/pull/440) ([supertassu](https://github.com/supertassu))
25+
- Need to create $issue\_net variable in ssh::server class [\#438](https://github.com/saz/puppet-ssh/pull/438) ([jacobmw](https://github.com/jacobmw))
26+
27+
**Closed issues:**
28+
29+
- reference parameter to ssh::hostkeys and ssh::knownhosts to "parent" classes [\#411](https://github.com/saz/puppet-ssh/issues/411)
30+
- Purge /etc/ssh/ssh\[d\]\_config.d as well [\#389](https://github.com/saz/puppet-ssh/issues/389)
31+
- Add support for crypto-policies [\#292](https://github.com/saz/puppet-ssh/issues/292)
32+
733
## [v14.1.0](https://github.com/saz/puppet-ssh/tree/v14.1.0) (2025-10-30)
834

935
[Full Changelog](https://github.com/saz/puppet-ssh/compare/v14.0.2...v14.1.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saz-ssh",
3-
"version": "14.1.0",
3+
"version": "15.0.0",
44
"author": "saz",
55
"summary": "Manage SSH client and server via Puppet.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)