File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 13.0.0]
8+ ### Removed
9+ - BREAKING CHANGE: remove Ubuntu 18.04 as supported OS (#402 )
10+ ### Fixed
11+ - ssh_instance: write ciphers,macs and kex as comma-separated string (#401 )
12+ - Purge and Recurse should be set together (#399 )
13+ ### Added
14+ - Add support for sshd_config include files (#390 )
15+ ### Changed
16+ - Set merge behavior of ssh::server_instances to deep (#395 )
17+
718## [ 12.1.0]
819### Added
920- allow puppet/systemd < 8, fixes #382
Original file line number Diff line number Diff line change 11{
22 "name" : " saz-ssh" ,
3- "version" : " 12.1 .0" ,
3+ "version" : " 13.0 .0" ,
44 "author" : " saz" ,
55 "summary" : " Manage SSH client and server via Puppet." ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments