Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattray committed Jan 24, 2014
1 parent 975bd0e commit c47e193
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.9.0
* KNIFE-398 support secret/secret_file in knife.rb
* KNIFE-420 Add --ssh-keypair for using ssh keys already registered with nova.
* KNIFE-437 remove default region and make region required
* replace static.cloud-ips with xip (cloud-ips was deprecated https://community.rackspace.com/general/f/34/t/623)
* updated Fog dependency to 1.16

## v0.8.4
* KNIFE-408 TypeError: wrong argument type Symbol (expected Module)

Expand Down
2 changes: 1 addition & 1 deletion lib/knife-rackspace/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Knife
module Rackspace
VERSION = "0.8.4"
VERSION = '0.9.0'
MAJOR, MINOR, TINY = VERSION.split('.')
end
end

0 comments on commit c47e193

Please sign in to comment.