Release v3.59.0

Support Puppet 6
This commit is contained in:
Garrett Honeycutt 2019-01-03 20:02:45 -05:00
parent f57e014f78
commit 56678c4f4a
No known key found for this signature in database
GPG Key ID: 5F92FFE5632AC57B
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
### v3.59.0 - 2018-01-03
* Support Puppet 6
### v3.58.0 - 2018-10-08
* Add RevokedKeys option to `sshd_config`

View File

@ -1,4 +1,4 @@
Copyright (C) 2010-2018 Garrett Honeycutt <code@garretthoneycutt.com>
Copyright (C) 2010-2019 Garrett Honeycutt <code@garretthoneycutt.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
{
"name": "ghoneycutt-ssh",
"version": "3.58.0",
"version": "3.59.0",
"author": "ghoneycutt",
"summary": "Manages SSH",
"license": "Apache-2.0",