File tree 2 files changed +12
-1
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
18
## [ 12.1.0]
8
19
### Added
9
20
- allow puppet/systemd < 8, fixes #382
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " saz-ssh" ,
3
- "version" : " 12.1 .0" ,
3
+ "version" : " 13.0 .0" ,
4
4
"author" : " saz" ,
5
5
"summary" : " Manage SSH client and server via Puppet." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments