Skip to content

Commit dd9da43

Browse files
committed
Writing up the changes and compiling new gem.
1 parent 4bb1ba7 commit dd9da43

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGES.rdoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
= Changes
22

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

knife-cloudstack.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = %q{knife-cloudstack}
3-
s.version = "0.0.17"
4-
s.date = %q{2014-04-03}
3+
s.version = "0.0.18"
4+
s.date = %q{2014-12-29}
55
s.authors = ['Ryan Holmes', 'KC Braunschweig', 'John E. Vincent', 'Chirag Jog', 'Sander Botman']
66
s.email = ['rholmes@edmunds.com', 'kcbraunschweig@gmail.com', 'lusis.org+github.com@gmail.com', 'chirag.jog@me.com', 'sbotman@schubergphilis.com']
77
s.summary = %q{A knife plugin for the CloudStack API}
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.has_rdoc = false
1212
s.extra_rdoc_files = ["README.rdoc", "CHANGES.rdoc", "LICENSE" ]
1313

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

0 commit comments

Comments
 (0)