From 04838c966409c4ee575e52df73a89c28599e69e4 Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Sun, 18 Jun 2017 09:26:29 +0200 Subject: [PATCH] Release 2.2.0 --- CHANGELOG.md | 15 +++++++++++++++ metadata.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7272d86..b31ebad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [v2.2.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.2.0) (2017-06-18) +[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.1.0...v2.2.0) + +**Closed issues:** + +- Issues on OpenSuse Leap 42.2 [\#177](https://github.com/dev-sec/chef-ssh-hardening/issues/177) +- Chef 13 support [\#174](https://github.com/dev-sec/chef-ssh-hardening/issues/174) + +**Merged pull requests:** + +- Running rubocop in the 2.1 mode [\#179](https://github.com/dev-sec/chef-ssh-hardening/pull/179) ([artem-sidorenko](https://github.com/artem-sidorenko)) +- CI: update to ruby 2.4.1 and gem update [\#178](https://github.com/dev-sec/chef-ssh-hardening/pull/178) ([artem-sidorenko](https://github.com/artem-sidorenko)) +- CI, Harmonization of tests, Testing of Chef 13 and Chef 12 [\#176](https://github.com/dev-sec/chef-ssh-hardening/pull/176) ([artem-sidorenko](https://github.com/artem-sidorenko)) +- CI: removal of EOL distros from testing and support [\#175](https://github.com/dev-sec/chef-ssh-hardening/pull/175) ([artem-sidorenko](https://github.com/artem-sidorenko)) + ## [v2.1.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.1.0) (2017-04-19) [Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.0.0...v2.1.0) diff --git a/metadata.rb b/metadata.rb index ec060c8..57aa895 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.1.0' +version '2.2.0' chef_version '>= 12.5' if respond_to?(:chef_version)