kitchen-google 2.0.0 → 2.0.1

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
  SHA256:
3
- metadata.gz: 3c5874afc2f62cd96ad13e7fe9d6c06df8fcfbde871fb4acf7e79c67a487b8db
4
- data.tar.gz: 8bcd73921c384133d9713f826f8c7339b8af9f94931c150e7d568139f628d3ab
3
+ metadata.gz: f7c141067ea1834ac95cca930609e6250db49bf1bf6a8322c892196150f2dee2
4
+ data.tar.gz: d7905be8235af74ea4d6ab70e5aed7b0ae8bdaea4ca9b60fb9e6bbec9487b429
5
5
  SHA512:
6
- metadata.gz: 0b1fec07ef7d37baeee30da6147060777cd22fcf64079d2359b971f0c539d60122b6489f2e8b9af54b07a2b4843c4e3be1faa4effddd81f55700650fc8c93dd1
7
- data.tar.gz: 25dbb7779b0a5a00f1425561cf053da466876012697d9108abe4a857c8d953abb0733e25d9867d6e1bc2347d827e0d73898b154bc9a11f28e31e18620162a3d1
6
+ metadata.gz: b03d62fa8449ce6c8d49f02049bf1a0f59a1a1a7a7e950fefbd8c0dfa1d40175b22c705169428d24de68866870554051e9048e7e4676e27a1846d4ca384f3561
7
+ data.tar.gz: 8cfde5e13c6cb3613ca273e4049a0e3b3667f6c0d73d3f134a09226d7f3aea18820bc498fea3c9b78c7b0653bb6f0955b41267282e3a5f6c8905293e3ba6d585
@@ -18,6 +18,6 @@
18
18
 
19
19
  module Kitchen
20
20
  module Driver
21
- GCE_VERSION = "2.0.0".freeze
21
+ GCE_VERSION = "2.0.1".freeze
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-google
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Leonard
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-10-05 00:00:00.000000000 Z
12
+ date: 2018-12-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gcewinpass
@@ -131,7 +131,6 @@ executables: []
131
131
  extensions: []
132
132
  extra_rdoc_files: []
133
133
  files:
134
- - CHANGELOG.md
135
134
  - LICENSE
136
135
  - lib/kitchen/driver/gce.rb
137
136
  - lib/kitchen/driver/gce_version.rb
@@ -155,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
154
  version: '0'
156
155
  requirements: []
157
156
  rubyforge_project:
158
- rubygems_version: 2.7.6
157
+ rubygems_version: 2.7.7
159
158
  signing_key:
160
159
  specification_version: 4
161
160
  summary: Kitchen::Driver::Gce
@@ -1,161 +0,0 @@
1
- ## [v2.0.0](https://github.com/test-kitchen/kitchen-google/tree/v2.0.0)
2
-
3
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v1.5.0...v2.0.0)
4
-
5
- * #59: Add support for GCE instance labels
6
- * Require Ruby 2.3 or later
7
- * Reduced the number of files we ship in the Gem to reduce install size
8
- * Resolve minor Chefstyle warnings
9
- * Simplify and loosen dev deps
10
-
11
- ## [v1.5.0](https://github.com/test-kitchen/kitchen-google/tree/v1.5.0)
12
-
13
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v1.4.0...v1.5.0)
14
-
15
- **Closed issues:**
16
-
17
- - Driver waits forever after creating instance [\#49](https://github.com/test-kitchen/kitchen-google/issues/49)
18
-
19
- **Merged pull requests:**
20
-
21
- - Added support for additional disks; Windows Server 2008R2 support; Ad… [\#62](https://github.com/test-kitchen/kitchen-google/pull/62) ([stiller-leser](https://github.com/stiller-leser))
22
- - Updated README [\#60](https://github.com/test-kitchen/kitchen-google/pull/60) ([jjasghar](https://github.com/jjasghar))
23
-
24
- ## [v1.4.0](https://github.com/test-kitchen/kitchen-google/tree/v1.4.0) (2017-09-28)
25
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v1.3.0...v1.4.0)
26
-
27
- **Merged pull requests:**
28
-
29
- - release 1.4.0 [\#56](https://github.com/test-kitchen/kitchen-google/pull/56) ([robbkidd](https://github.com/robbkidd))
30
- - Add support for Google Shared VPC Networks \(XPN\) [\#47](https://github.com/test-kitchen/kitchen-google/pull/47) ([zbikmarc](https://github.com/zbikmarc))
31
-
32
- ## [v1.3.0](https://github.com/test-kitchen/kitchen-google/tree/v1.3.0) (2017-09-15)
33
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v1.2.0...v1.3.0)
34
-
35
- **Closed issues:**
36
-
37
- - Driver not in load path in latest chefdk [\#50](https://github.com/test-kitchen/kitchen-google/issues/50)
38
- - Disable instance\_name suffix generation [\#46](https://github.com/test-kitchen/kitchen-google/issues/46)
39
- - 'Preparing modules for first use' Causing Tests to Fail [\#45](https://github.com/test-kitchen/kitchen-google/issues/45)
40
- - Allow instance\_name prefix to be customizable [\#40](https://github.com/test-kitchen/kitchen-google/issues/40)
41
- - Allow default instance\_name prefix to be customizable [\#39](https://github.com/test-kitchen/kitchen-google/issues/39)
42
- - Sort out ruby-1.9 support [\#25](https://github.com/test-kitchen/kitchen-google/issues/25)
43
- - Unsupported parameters are silently ignored [\#23](https://github.com/test-kitchen/kitchen-google/issues/23)
44
- - setting scope on service accounts [\#20](https://github.com/test-kitchen/kitchen-google/issues/20)
45
- - I can not get your sample .kitchen.yml to work. [\#15](https://github.com/test-kitchen/kitchen-google/issues/15)
46
-
47
- **Merged pull requests:**
48
-
49
- - add example for injecting ssh key to instance\(s\) [\#55](https://github.com/test-kitchen/kitchen-google/pull/55) ([robbkidd](https://github.com/robbkidd))
50
- - Option to override instance names [\#54](https://github.com/test-kitchen/kitchen-google/pull/54) ([robbkidd](https://github.com/robbkidd))
51
- - update Ruby versions to test for in Travis [\#53](https://github.com/test-kitchen/kitchen-google/pull/53) ([robbkidd](https://github.com/robbkidd))
52
- - Changing SSH Command [\#52](https://github.com/test-kitchen/kitchen-google/pull/52) ([rambleraptor](https://github.com/rambleraptor))
53
- - Support configured custom metadata [\#43](https://github.com/test-kitchen/kitchen-google/pull/43) ([dldinternet](https://github.com/dldinternet))
54
-
55
- ## [v1.2.0](https://github.com/test-kitchen/kitchen-google/tree/v1.2.0) (2017-02-03)
56
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v1.1.0...v1.2.0)
57
-
58
- **Closed issues:**
59
-
60
- - Ability to support image-family [\#41](https://github.com/test-kitchen/kitchen-google/issues/41)
61
- - Transition to fog-google [\#24](https://github.com/test-kitchen/kitchen-google/issues/24)
62
-
63
- **Merged pull requests:**
64
-
65
- - Support image\_family [\#44](https://github.com/test-kitchen/kitchen-google/pull/44) ([whiteley](https://github.com/whiteley))
66
-
67
- ## [v1.1.0](https://github.com/test-kitchen/kitchen-google/tree/v1.1.0) (2016-03-17)
68
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v1.0.0...v1.1.0)
69
-
70
- **Merged pull requests:**
71
-
72
- - Adding support for image aliases [\#35](https://github.com/test-kitchen/kitchen-google/pull/35) ([adamleff](https://github.com/adamleff))
73
- - Add support for using subnetworks [\#34](https://github.com/test-kitchen/kitchen-google/pull/34) ([adamleff](https://github.com/adamleff))
74
- - Automatically disable auto-restart and auto-migrate for preemptible instance [\#33](https://github.com/test-kitchen/kitchen-google/pull/33) ([adamleff](https://github.com/adamleff))
75
- - Rake and rubocop fixes [\#32](https://github.com/test-kitchen/kitchen-google/pull/32) ([adamleff](https://github.com/adamleff))
76
-
77
- ## [v1.0.0](https://github.com/test-kitchen/kitchen-google/tree/v1.0.0) (2016-03-10)
78
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v0.3.0...v1.0.0)
79
-
80
- **Closed issues:**
81
-
82
- - Add @erjohnso and @adamleff to kitchen-google repo and gem [\#31](https://github.com/test-kitchen/kitchen-google/issues/31)
83
-
84
- **Merged pull requests:**
85
-
86
- - Rewrite of kitchen-google to use google-api-client [\#30](https://github.com/test-kitchen/kitchen-google/pull/30) ([adamleff](https://github.com/adamleff))
87
-
88
- ## [v0.3.0](https://github.com/test-kitchen/kitchen-google/tree/v0.3.0) (2016-01-24)
89
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v0.2.0...v0.3.0)
90
-
91
- **Closed issues:**
92
-
93
- - Add auto\_restart to tests [\#27](https://github.com/test-kitchen/kitchen-google/issues/27)
94
- - Add docs for Preemptible instances [\#26](https://github.com/test-kitchen/kitchen-google/issues/26)
95
- - GCE Instance created without scoping the service account [\#21](https://github.com/test-kitchen/kitchen-google/issues/21)
96
- - Investigate moving project to test-kitchen organization [\#16](https://github.com/test-kitchen/kitchen-google/issues/16)
97
- - server timeout on custom images. [\#13](https://github.com/test-kitchen/kitchen-google/issues/13)
98
-
99
- **Merged pull requests:**
100
-
101
- - Preemptible documentation [\#28](https://github.com/test-kitchen/kitchen-google/pull/28) ([Temikus](https://github.com/Temikus))
102
- - Add JSON credential file and Preemptible VM support [\#22](https://github.com/test-kitchen/kitchen-google/pull/22) ([marcy-terui](https://github.com/marcy-terui))
103
- - Add code formatting and relative links. [\#18](https://github.com/test-kitchen/kitchen-google/pull/18) ([mbrukman](https://github.com/mbrukman))
104
- - Update badge URLs now that repo moved. [\#17](https://github.com/test-kitchen/kitchen-google/pull/17) ([mbrukman](https://github.com/mbrukman))
105
- - Support service\_accounts option in Fog [\#14](https://github.com/test-kitchen/kitchen-google/pull/14) ([jgoldschrafe](https://github.com/jgoldschrafe))
106
-
107
- ## [v0.2.0](https://github.com/test-kitchen/kitchen-google/tree/v0.2.0) (2014-09-20)
108
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v0.1.2...v0.2.0)
109
-
110
- **Closed issues:**
111
-
112
- - generate\_inst\_name should only produce names that meet Google's requirements [\#12](https://github.com/test-kitchen/kitchen-google/issues/12)
113
- - Add "region" support, deprecate "area" [\#10](https://github.com/test-kitchen/kitchen-google/issues/10)
114
-
115
- **Merged pull requests:**
116
-
117
- - Fix name length. [\#11](https://github.com/test-kitchen/kitchen-google/pull/11) ([pdunnavant](https://github.com/pdunnavant))
118
-
119
- ## [v0.1.2](https://github.com/test-kitchen/kitchen-google/tree/v0.1.2) (2014-04-16)
120
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v0.1.0...v0.1.2)
121
-
122
- **Closed issues:**
123
-
124
- - Support Faraday 1.9 via ridley \>= 3.0.0 [\#9](https://github.com/test-kitchen/kitchen-google/issues/9)
125
-
126
- ## [v0.1.0](https://github.com/test-kitchen/kitchen-google/tree/v0.1.0) (2014-03-29)
127
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v0.6.0...v0.1.0)
128
-
129
- **Closed issues:**
130
-
131
- - Update Copyright [\#8](https://github.com/test-kitchen/kitchen-google/issues/8)
132
- - Support Fog 1.20.0 [\#6](https://github.com/test-kitchen/kitchen-google/issues/6)
133
-
134
- **Merged pull requests:**
135
-
136
- - adding support for using authorized\_keys from a service account [\#7](https://github.com/test-kitchen/kitchen-google/pull/7) ([someara](https://github.com/someara))
137
-
138
- ## [v0.6.0](https://github.com/test-kitchen/kitchen-google/tree/v0.6.0) (2014-02-23)
139
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/0.0.4...v0.6.0)
140
-
141
- **Closed issues:**
142
-
143
- - Network and Tag Support [\#5](https://github.com/test-kitchen/kitchen-google/issues/5)
144
-
145
- ## [0.0.4](https://github.com/test-kitchen/kitchen-google/tree/0.0.4) (2013-12-28)
146
- [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/0.0.1...0.0.4)
147
-
148
- **Fixed bugs:**
149
-
150
- - test-kitchen 1.0.0.rc.1 breaks auto name generation [\#2](https://github.com/test-kitchen/kitchen-google/issues/2)
151
- - Provisioning fails with "Class: Kitchen::ActionFailed" [\#1](https://github.com/test-kitchen/kitchen-google/issues/1)
152
-
153
- **Closed issues:**
154
-
155
- - "kitchen create" duplicates instances [\#4](https://github.com/test-kitchen/kitchen-google/issues/4)
156
- - Intermittent Kitchen::ActionFailed - eventually consistent GCE API? [\#3](https://github.com/test-kitchen/kitchen-google/issues/3)
157
-
158
- ## [0.0.1](https://github.com/test-kitchen/kitchen-google/tree/0.0.1) (2013-10-20)
159
-
160
-
161
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*