Release v3.54.0
This commit is contained in:
parent
a9be160560
commit
2a26ad43f3
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,3 +1,15 @@
|
|||||||
|
### v3.54.0 - 2017-07-24
|
||||||
|
* Allow sshd_config_hostcertificate to be an array. This fixes a bug
|
||||||
|
where you could have specified one cert and multiple HostKey's since
|
||||||
|
`sshd_config_hostkey` allows an array.
|
||||||
|
* Add parameter `sshd_config_authorized_principals_file` to manage the
|
||||||
|
`AuthorizedPrincipalsFile` setting in `sshd_config`.
|
||||||
|
|
||||||
|
### v3.53.0 - 2017-07-24
|
||||||
|
* Support only latest Puppet v3
|
||||||
|
* Support only last few releases on Puppet v4
|
||||||
|
* Add support for Puppet v5
|
||||||
|
|
||||||
### v3.52.0 - 2017-05-26
|
### v3.52.0 - 2017-05-26
|
||||||
* Add params for Add PrintLastLog, UsePrivilegeSeparation, and
|
* Add params for Add PrintLastLog, UsePrivilegeSeparation, and
|
||||||
Compression options in sshd_config.
|
Compression options in sshd_config.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ghoneycutt-ssh",
|
"name": "ghoneycutt-ssh",
|
||||||
"version": "3.52.0",
|
"version": "3.54.0",
|
||||||
"author": "ghoneycutt",
|
"author": "ghoneycutt",
|
||||||
"summary": "Manages SSH",
|
"summary": "Manages SSH",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user