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

## [v14.0.2](https://github.com/saz/puppet-ssh/tree/v14.0.2) (2025-10-30)

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

**Fixed bugs:**

- Change variable type to String for ssh::server::ensure [\#432](https://github.com/saz/puppet-ssh/pull/432) ([marek130](https://github.com/marek130))

**Closed issues:**

- Misleading parameter [\#431](https://github.com/saz/puppet-ssh/issues/431)

## [v14.0.1](https://github.com/saz/puppet-ssh/tree/v14.0.1) (2025-10-28)

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