diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c50c90..1ef2adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,48 +1,52 @@ # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [8.0.0] +### Changed +- update path to sftp server on Gentoo (#315, breaking change) + ## [7.0.2] ### Added - allow stdlib < 9.0.0 (#314) ## [7.0.1] ### Fixed - ssh_config: Don't populate options that are set to undef (#312) ## [7.0.0] ### Fixed - Fix grammar and spelling in various places ### Changed - Use GitHub Actions instead of TravisCI - Update module dependencies ### Removed - Dropped support for puppet 4 and 5 (Breaking Change) ## [6.2.0] ### Changed - support older facter versions (#293) ## [6.1.0] ### Fixed - Fix absolute class name includes - Use gid 0 instead of group name for $host_priv_key_group (#289) - Sort hostkeys (#288) - Do not show diff when installing a ssh private host key (#283) - Don't populate options which have a value of `undef` (#281) ### Added - document exclusion of interfaces and ipaddresses within hostkeys.pp (#267) - add parameter to use trusted facts to hostkeys.pp (#226) ## [6.0.0] ### Fixed - don't fail at deep_merge if hiera data not available, see #272 - Fix typo in match_block example in README, see #271, #273 ### Added - Add CHANGELOG (starting with this release), see #222 - Test module with Puppet 6.1, see #269 ### Changed - Convert `ipaddresses` to 4x API namespaced function, see #270 - Allow `puppetlabs` `stdlib` and `concat` 6.x, see #280 diff --git a/metadata.json b/metadata.json index 69ce97e..4c523b6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,64 +1,64 @@ { "name": "saz-ssh", - "version": "7.0.2", + "version": "8.0.0", "author": "saz", "summary": "Manage SSH client and server via Puppet.", "description": "Manage SSH client and server via puppet", "license": "Apache-2.0", "source": "git://github.com/saz/puppet-ssh.git", "project_page": "https://github.com/saz/puppet-ssh", "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.25.0 < 9.0.0" }, { "name": "puppetlabs/concat", "version_requirement": ">= 2.2.0 < 8.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "RedHat" }, { "operatingsystem": "CentOS" }, { "operatingsystem": "OracleLinux" }, { "operatingsystem": "Scientific" }, { "operatingsystem": "Debian" }, { "operatingsystem": "Ubuntu" }, { "operatingsystem": "FreeBSD" }, { "operatingsystem": "DragonFly" }, { "operatingsystem": "OpenBSD" }, { "operatingsystem": "Gentoo" }, { "operatingsystem": "Solaris" }, { "operatingsystem": "ArchLinux" } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 6.1.0 < 8.0.0" } ] }