kitchen-openstack 3.0.0.pre.1 → 3.0.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: 107c030eb921cc95686b8fba8975a0dc334b92cf
4
- data.tar.gz: c25fd06642e32c85345d449ff2299b015aaff3da
3
+ metadata.gz: a9507fa7ef6e5992264a1c247afd51d101a4900d
4
+ data.tar.gz: 89250f568fd53af7606ac13b80b51207c8ced09c
5
5
  SHA512:
6
- metadata.gz: af0616b8cde893ecdc6ff864d84e27e496d74985feccff2d7a89038a22dfa87e5347a77868c13efcd424689fd137d66f97fd19dc67fb7bded8b8e61e0fd939aa
7
- data.tar.gz: 3a0358955de8b5184cb0174c4ff26973ca89aecfc7ba6c66c7f6578cfa49ff16efc6f7601017d6af072d46247f4842654a5fbe0825c7009b99e5f5abbc76f6b7
6
+ metadata.gz: 3f9042d9819e7ded25c59456be4dc786e72565f8ffe1021dc82411c2684d2f6abe5e97c5c1efdef593c435a27182e5b5d6f739dda8234ce2790c57a43e1ef089
7
+ data.tar.gz: 21fd4880c2a0fe69b288da4b39ca04b76018fef140f41aed4e30b0222b8bbe615401e8ae65e53eedcab4b8d4d5deec24386bc0481f5b18f309a7649fa7997f7a
@@ -1,7 +1,27 @@
1
1
  # Change Log
2
2
 
3
- ## [2.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v2.2.0)
3
+ ## [v3.0.0](https://github.com/test-kitchen/kitchen-openstack/tree/v3.0.0) (2016-02-24)
4
4
 
5
+ [Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.0.0.pre.1...v3.0.0)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - 3.0.0 Release of kitchen-openstack [\#136](https://github.com/test-kitchen/kitchen-openstack/pull/136) ([jjasghar](https://github.com/jjasghar))
10
+
11
+ ## [v3.0.0.pre.1](https://github.com/test-kitchen/kitchen-openstack/tree/v3.0.0.pre.1) (2016-02-12)
12
+ [Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.2.0...v3.0.0.pre.1)
13
+
14
+ **Closed issues:**
15
+
16
+ - transport\#username is not working for me [\#135](https://github.com/test-kitchen/kitchen-openstack/issues/135)
17
+ - kitchen-openstack unable to retrieve network information [\#134](https://github.com/test-kitchen/kitchen-openstack/issues/134)
18
+ - Password value in transport is not used in driver [\#133](https://github.com/test-kitchen/kitchen-openstack/issues/133)
19
+ - SSL\_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A \(OpenSSL::SSL::SSLError\) [\#132](https://github.com/test-kitchen/kitchen-openstack/issues/132)
20
+ - Volume: create new, attach existing, make from snapshot \(seems not working\) [\#131](https://github.com/test-kitchen/kitchen-openstack/issues/131)
21
+ - Boot from Image \(into new volume\) [\#130](https://github.com/test-kitchen/kitchen-openstack/issues/130)
22
+ - Put the yml files for each instance in .kitchen/kitchen-openstack [\#116](https://github.com/test-kitchen/kitchen-openstack/issues/116)
23
+
24
+ ## [v2.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v2.2.0) (2015-12-16)
5
25
  [Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.2.0.pre.1...v2.2.0)
6
26
 
7
27
  **Implemented enhancements:**
@@ -22,6 +22,6 @@ module Kitchen
22
22
  #
23
23
  # @author Jonathan Hartman <j@p4nt5.com>
24
24
  module Driver
25
- OPENSTACK_VERSION = '3.0.0.pre.1'.freeze
25
+ OPENSTACK_VERSION = '3.0.0'.freeze
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: 3.0.0.pre.1
4
+ version: 3.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: 2016-02-12 00:00:00.000000000 Z
12
+ date: 2016-02-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: test-kitchen
@@ -237,12 +237,12 @@ 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
- rubygems_version: 2.4.8
245
+ rubygems_version: 2.2.2
246
246
  signing_key:
247
247
  specification_version: 4
248
248
  summary: A Test Kitchen OpenStack Nova driver