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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v15.1.0](https://github.com/saz/puppet-ssh/tree/v15.1.0) (2026-09-21)

[Full Changelog](https://github.com/saz/puppet-ssh/compare/v15.0.0...v15.1.0)

**Implemented enhancements:**

- Add support for Ubuntu 26.04 [\#455](https://github.com/saz/puppet-ssh/issues/455)
- allow puppet-systemd \< 11, fixes \#452 [\#457](https://github.com/saz/puppet-ssh/pull/457) ([saz](https://github.com/saz))
- Add Ubuntu 26.04 support [\#456](https://github.com/saz/puppet-ssh/pull/456) ([bwitt](https://github.com/bwitt))

**Fixed bugs:**

- Fix automatic default value selection for ssh::server::service\_ensure \(Fixes saz\#453\) [\#454](https://github.com/saz/puppet-ssh/pull/454) ([webcompas](https://github.com/webcompas))

**Closed issues:**

- Automatic default value selection for ssh::server::service\_ensure not always working [\#453](https://github.com/saz/puppet-ssh/issues/453)
- Allow puppet-systemd v10.0.0 [\#452](https://github.com/saz/puppet-ssh/issues/452)

## [v15.0.0](https://github.com/saz/puppet-ssh/tree/v15.0.0) (2026-05-28)

[Full Changelog](https://github.com/saz/puppet-ssh/compare/v14.1.0...v15.0.0)
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": "saz-ssh",
"version": "15.0.0",
"version": "15.1.0",
"author": "saz",
"summary": "Manage SSH client and server via Puppet.",
"license": "Apache-2.0",
Expand Down
Loading