Skip to content

Commit bc6d53e

Browse files
Release 2.8.0
Signed-off-by: Artem Sidorenko <[email protected]>
1 parent 582c570 commit bc6d53e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [v2.8.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.8.0) (2019-07-17)
4+
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.7.0...v2.8.0)
5+
6+
**Merged pull requests:**
7+
8+
- Support of custom match configuration blocks [\#221](https://github.com/dev-sec/chef-ssh-hardening/pull/221) ([artem-sidorenko](https://github.com/artem-sidorenko))
9+
- Enable CI testing of Debian 10 [\#220](https://github.com/dev-sec/chef-ssh-hardening/pull/220) ([artem-sidorenko](https://github.com/artem-sidorenko))
10+
- Updating supported fedora versions and include Fedora 30 [\#219](https://github.com/dev-sec/chef-ssh-hardening/pull/219) ([artem-sidorenko](https://github.com/artem-sidorenko))
11+
- Removal of Ubuntu 14.04 because of EOL [\#218](https://github.com/dev-sec/chef-ssh-hardening/pull/218) ([artem-sidorenko](https://github.com/artem-sidorenko))
12+
- Switching testing to chef 14&15 [\#217](https://github.com/dev-sec/chef-ssh-hardening/pull/217) ([artem-sidorenko](https://github.com/artem-sidorenko))
13+
- Tests: update of gems [\#213](https://github.com/dev-sec/chef-ssh-hardening/pull/213) ([artem-sidorenko](https://github.com/artem-sidorenko))
14+
- Tests: try to use SoloRunner instead of ServerRunner [\#212](https://github.com/dev-sec/chef-ssh-hardening/pull/212) ([artem-sidorenko](https://github.com/artem-sidorenko))
15+
316
## [v2.7.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.7.0) (2018-11-21)
417
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.6.0...v2.7.0)
518

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.7.0'
25+
version '2.8.0'
2626

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

0 commit comments

Comments
 (0)