Skip to content

Commit b73264f

Browse files
authored
release: v13.0.0 (#403)
1 parent 51b4778 commit b73264f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)