Skip to content

Commit 4431ddf

Browse files
Release 2.6.0
1 parent d8c88d1 commit 4431ddf

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [v2.6.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.6.0) (2018-10-19)
4+
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.5.0...v2.6.0)
5+
6+
**Closed issues:**
7+
8+
- Removal of deprecated options [\#202](https://github.com/dev-sec/chef-ssh-hardening/issues/202)
9+
10+
**Merged pull requests:**
11+
12+
- Update of badges in README [\#205](https://github.com/dev-sec/chef-ssh-hardening/pull/205) ([artem-sidorenko](https://github.com/artem-sidorenko))
13+
- Removal of deprecated options for newer openssh versions [\#203](https://github.com/dev-sec/chef-ssh-hardening/pull/203) ([artem-sidorenko](https://github.com/artem-sidorenko))
14+
315
## [v2.5.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.5.0) (2018-10-10)
416
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.4.0...v2.5.0)
517

Diff for: Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ begin
5757
config.future_release = "v#{metadata.version}"
5858
config.user = 'dev-sec'
5959
config.project = 'chef-ssh-hardening'
60+
config.exclude_labels = ['no changelog', 'question', 'duplicate', 'wontfix', 'invalid']
6061
end
6162
rescue LoadError
6263
puts '>>>>> GitHub Changelog Generator not loaded, omitting tasks'

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.5.0'
25+
version '2.6.0'
2626

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

0 commit comments

Comments
 (0)