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

Commit

Permalink
0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattray committed Mar 6, 2014
2 parents 8e55991 + 259f428 commit 9370388
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.9.1
* KNIFE-460 Remove extraneous flavor reloads
* KNIFE-459 Add support for config-drive
* KNIFE-440 fix two minor typos in the ui.error message
* use {public_ip_address}.xip.io instead of {public_ip_address}.rs-cloud.xip.io

## 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.
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.9.0'
VERSION = '0.9.1'
MAJOR, MINOR, TINY = VERSION.split('.')
end
end

0 comments on commit 9370388

Please sign in to comment.