Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
fixes #62

Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
  • Loading branch information
arlimus committed Jan 12, 2015
1 parent c23a1c0 commit 621dea5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## 1.0.2

* feature: separate options for server and client configuration
* feature: add back GCM-based ciphers
* feature: remove legacy SSHv1 options
* improvement: add more spec tests
* bugfix: restart ssh service on changes

## unreleased

* new attributes node['ssh']['client']['cbc_required'] and node['ssh']['server']['cbc_required'] replace node['ssh']['cbc_required'], which has been deprecated.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -21,7 +21,7 @@
license "Apache 2.0"
description "Installs/Configures ssh"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.1"
version "1.0.2"

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

0 comments on commit 621dea5

Please sign in to comment.