Skip to content

Commit 2a26ad4

Browse files
committed
Release v3.54.0
1 parent a9be160 commit 2a26ad4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### v3.54.0 - 2017-07-24
2+
* Allow sshd_config_hostcertificate to be an array. This fixes a bug
3+
where you could have specified one cert and multiple HostKey's since
4+
`sshd_config_hostkey` allows an array.
5+
* Add parameter `sshd_config_authorized_principals_file` to manage the
6+
`AuthorizedPrincipalsFile` setting in `sshd_config`.
7+
8+
### v3.53.0 - 2017-07-24
9+
* Support only latest Puppet v3
10+
* Support only last few releases on Puppet v4
11+
* Add support for Puppet v5
12+
113
### v3.52.0 - 2017-05-26
214
* Add params for Add PrintLastLog, UsePrivilegeSeparation, and
315
Compression options in sshd_config.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghoneycutt-ssh",
3-
"version": "3.52.0",
3+
"version": "3.54.0",
44
"author": "ghoneycutt",
55
"summary": "Manages SSH",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)