We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5fc7d commit 15e0caaCopy full SHA for 15e0caa
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.9.3 / 2015-08-21
2
+
3
+* Show user_data option in debug output.
4
+* Default to 'nologin' when Etc.getlogin doesn't work (windows).
5
6
# 0.9.2 / 2015-07-20
7
8
* [@joonas](https://github.com/joonas) [PR #41] Add the ability to map well-known platforms to slugs
lib/kitchen/driver/digitalocean_version.rb
@@ -19,7 +19,7 @@
19
module Kitchen
20
module Driver
21
# Version string for Digital Ocean Kitchen driver
22
- DIGITALOCEAN_VERSION = '0.9.2'
+ DIGITALOCEAN_VERSION = '0.9.3'
23
end
24
25
0 commit comments