kitchen-openstack 2.2.0.pre.1 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 059bf269f5416a2a5a5bcc11a3e68844b487c61b
4
- data.tar.gz: 1c8d23e64ba66875ef55645883c8b08cb8771612
3
+ metadata.gz: 7cc5aec52bdc2147c02da6c0d1b87ec2bc138e54
4
+ data.tar.gz: d224fb8f09f751cf847c5c19fbd5457562019dd7
5
5
  SHA512:
6
- metadata.gz: 542449b370fe53182781a840bd1b3808e8dc3efd4d4ad9e65d0f360ed1fae79f7a01c73ed6d5459cc450f04245995701f9343a92a43a302c77b1af6320db8ad0
7
- data.tar.gz: 6597a4224677f92de822959d5c1483bbf278d17c94c2216de93e74e06947a0342022b9eacc15ed460d2743312cf109ded22591a350581f82dae96e5237b4968e
6
+ metadata.gz: 02e017f2e65efda1f0ed458a626795550f42b6c441f4dfb0e524b09a59abd4bb0c3c294509d8c4280d4edb5eac2d59136d8d98ca2891b935da027849e21e88de
7
+ data.tar.gz: ef9055f193441af5676c90f2572589c4c9c75ad19f0ad30b4cab8166dc88344d679db6f64dc96b9710fc5d9de4beb65db03e2c485b77f86c36145e14dce2fdc1
@@ -1,6 +1,23 @@
1
1
  # Change Log
2
2
 
3
- [Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.1.1...HEAD)
3
+ ## [2.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v2.2.0)
4
+
5
+ [Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.2.0.pre.1...v2.2.0)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Glance Caching sleep time should probably be a configurable option [\#117](https://github.com/test-kitchen/kitchen-openstack/issues/117)
10
+
11
+ **Closed issues:**
12
+
13
+ - cannot change default key [\#129](https://github.com/test-kitchen/kitchen-openstack/issues/129)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - 2.2.0 [\#128](https://github.com/test-kitchen/kitchen-openstack/pull/128) ([jjasghar](https://github.com/jjasghar))
18
+
19
+ ## [v2.2.0.pre.1](https://github.com/test-kitchen/kitchen-openstack/tree/v2.2.0.pre.1) (2015-11-23)
20
+ [Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.1.1...v2.2.0.pre.1)
4
21
 
5
22
  **Merged pull requests:**
6
23
 
@@ -407,3 +424,6 @@
407
424
  [Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.1...v0.5.2)
408
425
 
409
426
  ## [v0.5.1](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.1) (2011-04-05)
427
+
428
+
429
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -22,6 +22,6 @@ module Kitchen
22
22
  #
23
23
  # @author Jonathan Hartman <j@p4nt5.com>
24
24
  module Driver
25
- OPENSTACK_VERSION = '2.2.0.pre.1'
25
+ OPENSTACK_VERSION = '2.2.0'
26
26
  end
27
27
  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.2.0.pre.1
4
+ version: 2.2.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-11-23 00:00:00.000000000 Z
12
+ date: 2015-12-16 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