From 6fea6c23d09bc2eb98e8793ad215d93a8e875216 Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Tue, 19 Dec 2017 18:29:54 +0100 Subject: [PATCH] Release 2.3.0 --- CHANGELOG.md | 14 ++++++++++++++ metadata.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a03612f..6033f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [v2.3.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.3.0) (2017-12-19) +[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.2.1...v2.3.0) + +**Closed issues:** + +- remove ripemd from MAC list [\#185](https://github.com/dev-sec/chef-ssh-hardening/issues/185) +- allowtcpforwarding with sftp enabled is declared twice [\#182](https://github.com/dev-sec/chef-ssh-hardening/issues/182) + +**Merged pull requests:** + +- remove ripemd from MAC list [\#186](https://github.com/dev-sec/chef-ssh-hardening/pull/186) ([atomic111](https://github.com/atomic111)) +- Allow password authentification for sftp [\#184](https://github.com/dev-sec/chef-ssh-hardening/pull/184) ([avanier](https://github.com/avanier)) +- Fix Extra Configuration [\#183](https://github.com/dev-sec/chef-ssh-hardening/pull/183) ([bdwyertech](https://github.com/bdwyertech)) + ## [v2.2.1](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.2.1) (2017-08-22) [Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.2.0...v2.2.1) diff --git a/metadata.rb b/metadata.rb index d58f3ae..4f0148a 100644 --- a/metadata.rb +++ b/metadata.rb @@ -22,7 +22,7 @@ license 'Apache-2.0' description 'This cookbook installs and provides secure ssh and sshd configurations.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.2.1' +version '2.3.0' chef_version '>= 12.5' if respond_to?(:chef_version)