Skip to content

Commit

Permalink
Writing up the changes and compiling new gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbotman committed Dec 29, 2014
1 parent 4bb1ba7 commit dd9da43
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
= Changes

== 2014-12-29 (0.0.18)
* Chef 12 has been released and installation of the plugin fails on certain components while it tries to install the latest chef-gem.
We are pinning this version on chef 11.0 and we will make the new version 0.1.0 chef 12 compatible.
If you have a urgent need for this, please drop us a line. (Sander Botman 29 Dec 2014)
* Added support for --bootstrap-wget-options for <tt>cs server create</tt> (Deepak Sihag 25 Sep 2014)
* Added subcommand: <tt>cs volume delete</tt> (Muga Nishizawa 7 May 2014)
* Bugfix: within the README (Warren Bain 15 Apr 2014)
* Added support for --size for <tt>cs server create</tt> (Muga Nishizawa 14 Apr 2014)
* Bugfix: list_object method calls by invalid typed parameters (Muga Nishizawa 11 Apr 2014)
* Bugfix: flexibility around ssh port configuration (Warren Bain 9 Apr 2014)
* Bugfix: cosmetic fix to options indenting (Warren Bain 9 Apr 2014)
* Bugfix: remove fqdn from node name when deleting server (Warren Bain 9 Apr 2014)
* Bugfix: fix whitespace (Warren Bain 9 Apr 2014)

== 2014-03-04 (0.0.17)
* Added support for --isdynamicallyscalable for <tt>cs template register</tt> (Sander Botman, 3 Apr 2014)
* Added support for --anti-affinity-groups for <tt>cs server create</tt> (John E. Vincent, 2 Apr 2014)
Expand Down
6 changes: 3 additions & 3 deletions knife-cloudstack.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = %q{knife-cloudstack}
s.version = "0.0.17"
s.date = %q{2014-04-03}
s.version = "0.0.18"
s.date = %q{2014-12-29}
s.authors = ['Ryan Holmes', 'KC Braunschweig', 'John E. Vincent', 'Chirag Jog', 'Sander Botman']
s.email = ['rholmes@edmunds.com', 'kcbraunschweig@gmail.com', 'lusis.org+github.com@gmail.com', 'chirag.jog@me.com', 'sbotman@schubergphilis.com']
s.summary = %q{A knife plugin for the CloudStack API}
Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.has_rdoc = false
s.extra_rdoc_files = ["README.rdoc", "CHANGES.rdoc", "LICENSE" ]

s.add_dependency "chef", ">= 0.10.0"
s.add_dependency "chef", "~> 11.0"
s.add_dependency "knife-windows", ">= 0"
s.require_path = 'lib'
s.files = ["CHANGES.rdoc","README.rdoc", "LICENSE"] + Dir.glob("lib/**/*")
Expand Down

0 comments on commit dd9da43

Please sign in to comment.