From bf3a0d5c5c28b6f72b4d33a67b077a7f67dbf61b Mon Sep 17 00:00:00 2001 From: Release Automation Date: Thu, 30 Oct 2025 09:28:35 +0000 Subject: [PATCH] Release 14.0.2 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e49901..13b3146b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/metadata.json b/metadata.json index ac17fadc..70f49099 100644 --- a/metadata.json +++ b/metadata.json @@ -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",