Skip to content

Commit 621dea5

Browse files
committed
1.0.2
fixes #62 Signed-off-by: Dominik Richter <[email protected]>
1 parent c23a1c0 commit 621dea5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
* feature: separate options for server and client configuration
6+
* feature: add back GCM-based ciphers
7+
* feature: remove legacy SSHv1 options
8+
* improvement: add more spec tests
9+
* bugfix: restart ssh service on changes
10+
311
## unreleased
412

513
* new attributes node['ssh']['client']['cbc_required'] and node['ssh']['server']['cbc_required'] replace node['ssh']['cbc_required'], which has been deprecated.

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
license "Apache 2.0"
2222
description "Installs/Configures ssh"
2323
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
24-
version "1.0.1"
24+
version "1.0.2"
2525

2626
recipe 'ssh-hardening::default', 'installs and configures ssh client and server'
2727
recipe 'ssh-hardening::client', 'install and apply security hardening for ssh client'

0 commit comments

Comments
 (0)