diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d42f02..24ac0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.1.0 + +* feature: UsePrivilegeSeparation = sandbox for ssh >= 5.9 +* feature: Debian 8 support +* feature: UseDNS configuration option +* feature: allow/deny users/groups configuration options +* feature: MOTD configuration option +* bugfix: adjust travis to work with chef12/ruby2 + ## 1.0.3 * improvement: reprioritize EtM-based MACs diff --git a/README.md b/README.md index ad3173d..363c432 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,12 @@ If you find this isn't enough, feel free to activate the attributes `cbc_require * Bernhard Weisshuhn (a.k.a. bernhorst) [bkw](https://github.com/bkw) * Patrick Meier [atomic111](https://github.com/atomic111) * Edmund Haselwanter [ehaselwanter](https://github.com/ehaselwanter) +* Dana Merrick [dmerrick](https://github.com/dmerrick) +* Anton Rieder [aried3r](https://github.com/aried3r) +* Trent Petersen [Rockstar04](https://github.com/Rockstar04) +* Petri Sirkkala [sirkkalap](https://github.com/sirkkalap) * Jan Klare [jklare](https://github.com/jklare) +* Zac Hallett [zhallett](https://github.com/zhallett) * Petri Sirkkala [sirkkalap](https://github.com/sirkkalap) * [stribika](https://github.com/stribika) diff --git a/metadata.rb b/metadata.rb index 7952604..8ce9b23 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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.3" +version "1.1.0" recipe 'ssh-hardening::default', 'installs and configures ssh client and server' recipe 'ssh-hardening::client', 'install and apply security hardening for ssh client'