From 7785195306daed9418c8546ca7aee23e7efc82ee Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Fri, 24 Jun 2016 15:52:38 -0400 Subject: [PATCH] Release v3.42.0 - Support PermitUserEnvironment and PermitEmptyPasswords Add support for managing sshd_config options PermitUserEnvironment and PermitEmptyPasswords --- CHANGELOG.md | 7 +++++++ metadata.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2107c73..f0024d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v3.42.0 - 2016-06-24 + * Add support for managing sshd_config options PermitUserEnvironment and + PermitEmptyPasswords + +### v3.41.1 - 2016-06-20 + * Update years in LICENSE + ### v3.41.0 - 2016-06-20 * Add ability to specify an array for GlobalKnownHostsFile in ssh_config. * Add support for UserKnownHostsFile in ssh_config. diff --git a/metadata.json b/metadata.json index 53980c1..3d00b0a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.41.0", + "version": "3.42.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache-2.0",