Skip to content

Commit 04838c9

Browse files
Release 2.2.0
1 parent 1bc13dc commit 04838c9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [v2.2.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.2.0) (2017-06-18)
4+
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.1.0...v2.2.0)
5+
6+
**Closed issues:**
7+
8+
- Issues on OpenSuse Leap 42.2 [\#177](https://github.com/dev-sec/chef-ssh-hardening/issues/177)
9+
- Chef 13 support [\#174](https://github.com/dev-sec/chef-ssh-hardening/issues/174)
10+
11+
**Merged pull requests:**
12+
13+
- 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))
14+
- 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))
15+
- 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))
16+
- 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))
17+
318
## [v2.1.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.1.0) (2017-04-19)
419
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.0.0...v2.1.0)
520

Diff for: metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
license 'Apache-2.0'
2323
description 'This cookbook installs and provides secure ssh and sshd configurations.'
2424
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
25-
version '2.1.0'
25+
version '2.2.0'
2626

2727
chef_version '>= 12.5' if respond_to?(:chef_version)
2828

0 commit comments

Comments
 (0)