Skip to content

Commit

Permalink
Version bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 7, 2013
1 parent 06a42ca commit c4f21f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ openssh Cookbook CHANGELOG
This file is used to list changes made in each version of the openssh cookbook.


v1.3.0
------
### Improvement
- **[COOK-3644](https://tickets.opscode.com/browse/COOK-3644)** - Add FreeBSD support
- **[COOK-2517](https://tickets.opscode.com/browse/COOK-2517)** - Add hash support
- **[COOK-2000](https://tickets.opscode.com/browse/COOK-2000)** - Make mode of sshd_config a configurable option

### Bug
- **[COOK-3558](https://tickets.opscode.com/browse/COOK-3558)** - Fix RSA Server Config Options
- **[COOK-3557](https://tickets.opscode.com/browse/COOK-3557)** - Fix PubkeyAuthentication option


v1.2.2
------
### Bug
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs openssh'
version '1.2.3'
version '1.3.0'

recipe 'openssh', 'Installs openssh'
recipe 'openssh::iptables', 'Set up iptables to allow SSH inbound'
Expand Down

0 comments on commit c4f21f5

Please sign in to comment.