kitchen-openstack 2.0.0.dev.4 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb7b43675960e898cdfe9891c2c40f291ef192d2
4
- data.tar.gz: 072ccf848f095397f93eb3f49757ad33c5d998fe
3
+ metadata.gz: 6ffac59814629b9ac383483ecfe3cf01cf682589
4
+ data.tar.gz: 3f6a0e8daba0499e3e0033975757e3640b7e07b6
5
5
  SHA512:
6
- metadata.gz: 932432ed6de594fe189921d70ea1f50237becf93141fcea1302dd3d369dc0ef59b2304e2dd06d5ea18bdf911323f23fe83efc04ef9af3494854e6d96f80d0bcb
7
- data.tar.gz: 3a1722bb3f62cdac4f73f3f7faee7c6fba1c6b4fb103a416c4c1498258302ec28266efbb1f458bf5c2eeb38455549d8fd5d457cfe57970bd0376318d0491b1fa
6
+ metadata.gz: 6fa59ace07457afc636b39a2f3b61af484f8ad8463d47c18ec100bb65ed5959f6cda5b5ac795b5b5196296dec163d177b65aa6ac9de31a3ede2c26cc6e690f44
7
+ data.tar.gz: 2d67d31f55ae30bc95d82d1f94bc9e5d58087f228641567e85484d90d645bb38d65d2b38028dffc588a417dc7e02e9b2c55e20277d97a29a6c54957635a3809d
@@ -1,16 +1,22 @@
1
- # 2.0.0 / ????-??-??
1
+ # 2.0.0 / 2015-09-30
2
2
 
3
3
  ### New Features
4
4
 
5
- * Re-written for the new test-kitchen underlying framework
6
5
  * Windows and WinRM support
7
- * Stole some code from PR [#80][] - from [@jmahowald][]
8
- * Resolve for issue [#96][]
9
- * Don't create instance if name is already created [#100][] - from [@dpetzel][]
10
- * Load openstack_version for plugin_version [#99][] - from [@BobbyRyterski][]
11
- * Support all Fog OpenStack options [#98][] - from [@BobbyRyterski][]
12
- * Fix for ohai running hint not running as root [#104][] - from [@spion06][]
13
- * Updates to the readme [#102][] - from [@BobbyRyterski][]
6
+ * Re-written for the new test-kitchen [1.4](http://kitchen.ci/blog/test-kitchen-1-4-0-release-notes/)
7
+
8
+ ### Bug Fixes
9
+
10
+ * PR [#80][] - Stole some code from [@jmahowald][]
11
+ * PR [#96][] - Resolve for issue PR
12
+ * PR [#100][] - Don't create instance if name is already created - from [@dpetzel][]
13
+ * PR [#99][] - Load openstack_version for plugin_version - from [@BobbyRyterski][]
14
+ * PR [#98][] - Support all Fog OpenStack options PR [#98][] - from [@BobbyRyterski][]
15
+ * PR [#104][] - Fix for ohai running hint not running as root - from [@spion06][]
16
+
17
+ ### Improvements
18
+
19
+ * Updates to the readme PR [#102][] - from [@BobbyRyterski][]
14
20
 
15
21
  # 1.8.1 / 2015-07-22
16
22
 
@@ -165,7 +171,15 @@ certain specified NICs; via [@monsterzz][]
165
171
 
166
172
  * Initial release! Woo!
167
173
 
174
+
175
+ [#104]: https://github.com/test-kitchen/kitchen-openstack/pull/104
176
+ [#102]: https://github.com/test-kitchen/kitchen-openstack/pull/102
177
+ [#100]: https://github.com/test-kitchen/kitchen-openstack/pull/100
178
+ [#99]: https://github.com/test-kitchen/kitchen-openstack/pull/99
179
+ [#98]: https://github.com/test-kitchen/kitchen-openstack/pull/98
180
+ [#96]: https://github.com/test-kitchen/kitchen-openstack/pull/96
168
181
  [#88]: https://github.com/test-kitchen/kitchen-openstack/pull/88
182
+ [#80]: https://github.com/test-kitchen/kitchen-openstack/pull/80
169
183
  [#74]: https://github.com/test-kitchen/kitchen-openstack/pull/74
170
184
  [#70]: https://github.com/test-kitchen/kitchen-openstack/pull/70
171
185
  [#66]: https://github.com/test-kitchen/kitchen-openstack/pull/66
@@ -199,6 +213,10 @@ certain specified NICs; via [@monsterzz][]
199
213
  [#7]: https://github.com/test-kitchen/kitchen-openstack/pull/7
200
214
  [#2]: https://github.com/test-kitchen/kitchen-openstack/pull/2
201
215
 
216
+ [@jmahowald]: https://github.com/jmahowald
217
+ [@dpetzel]: https://github.com/dpetzel
218
+ [@BobbyRyterski]: https://github.com/BobbyRyterski
219
+ [@spion06]: https://github.com/spion06
202
220
  [@LiamHaworth]: https://github.com/LiamHaworth
203
221
  [@ftclausen]: https://github.com/ftclausen
204
222
  [@fortable1999]: https://github.com/fortable1999
@@ -21,6 +21,6 @@ module Kitchen
21
21
  #
22
22
  # @author Jonathan Hartman <j@p4nt5.com>
23
23
  module Driver
24
- OPENSTACK_VERSION = '2.0.0.dev.4'
24
+ OPENSTACK_VERSION = '2.0.0'
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-openstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.dev.4
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Hartman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-23 00:00:00.000000000 Z
12
+ date: 2015-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: test-kitchen
@@ -237,9 +237,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
237
237
  version: 2.0.0
238
238
  required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  requirements:
240
- - - ">"
240
+ - - ">="
241
241
  - !ruby/object:Gem::Version
242
- version: 1.3.1
242
+ version: '0'
243
243
  requirements: []
244
244
  rubyforge_project:
245
245
  rubygems_version: 2.2.2