File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG for ssh
2
2
3
+ ## 0.10.16
4
+ * #58 fix deprication warning in default value of provider (thanks to @CloCkWeRX )
5
+ * #59 - fix known_hosts diretctory creation (thanks to @atward )
6
+
3
7
## 0.10.14
4
8
* #54 fix issues in readme (Thanks to @javierav )
5
9
* #57 remove un-needed conditional (thanks to @elser82 )
6
- * #58 fix deprication warning in default value of provider (thanks to @CloCkWeRX )
7
- * #59 - fix known_hosts diretctory creation (thanks to @atward )
8
10
* several updates to get rubocop and foodcritic happy
9
11
10
12
## 0.10.12
Original file line number Diff line number Diff line change 4
4
license 'Apache 2.0'
5
5
description 'LWRPs for managing SSH known_hosts and config files'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '0.10.14 '
7
+ version '0.10.16 '
8
8
issues_url 'https://github.com/markolson/chef-ssh/issues'
9
9
source_url 'https://github.com/markolson/chef-ssh'
10
10
You can’t perform that action at this time.
0 commit comments