kitchen-digitalocean 0.10.2 → 0.10.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/kitchen/driver/digitalocean_version.rb +1 -1
- metadata +15 -11
- data/CHANGELOG.md +0 -178
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17bca22cdf32e0e77a4b57f9f5188930a553e5783d390d8890b4be8b585120e7
|
4
|
+
data.tar.gz: cd559a935d379b48614f0c7c734c7e2d344b1cfb2a375d2bcdff0a81e4675f9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce443448921b078cc8e6171c5241f00a332bbc6aebb48ad85b5d97242260d809b55dbf7da0767a410c952e4008ef29f4ec47286ed2133059d9787d105efcc4c0
|
7
|
+
data.tar.gz: 79ffddfdd986762619261279ed09dbd83f236d97a4650c9e9fc9849d6194d30524d0139b31621718a38b556b104397e76719899f133ab5c0c6ea84d1ae89d304
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kitchen-digitalocean
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Greg Fitzgerald
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: droplet_kit
|
@@ -28,30 +28,36 @@ dependencies:
|
|
28
28
|
name: test-kitchen
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '1.17'
|
34
|
+
- - "<"
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '3'
|
34
37
|
type: :runtime
|
35
38
|
prerelease: false
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
37
40
|
requirements:
|
38
|
-
- - "
|
41
|
+
- - ">="
|
39
42
|
- !ruby/object:Gem::Version
|
40
43
|
version: '1.17'
|
44
|
+
- - "<"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '3'
|
41
47
|
- !ruby/object:Gem::Dependency
|
42
48
|
name: bundler
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|
44
50
|
requirements:
|
45
|
-
- - "
|
51
|
+
- - ">="
|
46
52
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
53
|
+
version: '0'
|
48
54
|
type: :development
|
49
55
|
prerelease: false
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
51
57
|
requirements:
|
52
|
-
- - "
|
58
|
+
- - ">="
|
53
59
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
60
|
+
version: '0'
|
55
61
|
- !ruby/object:Gem::Dependency
|
56
62
|
name: cane
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -185,7 +191,6 @@ executables: []
|
|
185
191
|
extensions: []
|
186
192
|
extra_rdoc_files: []
|
187
193
|
files:
|
188
|
-
- CHANGELOG.md
|
189
194
|
- LICENSE
|
190
195
|
- lib/kitchen/driver/digitalocean.rb
|
191
196
|
- lib/kitchen/driver/digitalocean_version.rb
|
@@ -208,8 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
208
213
|
- !ruby/object:Gem::Version
|
209
214
|
version: '0'
|
210
215
|
requirements: []
|
211
|
-
|
212
|
-
rubygems_version: 2.7.8
|
216
|
+
rubygems_version: 3.0.3
|
213
217
|
signing_key:
|
214
218
|
specification_version: 4
|
215
219
|
summary: A Test Kitchen Driver for Digital Ocean
|
data/CHANGELOG.md
DELETED
@@ -1,178 +0,0 @@
|
|
1
|
-
# 10.2 / 2019-02-15
|
2
|
-
- Update gem versions
|
3
|
-
- Expose ipv4 address in debug information
|
4
|
-
- Fix rubocop warnings
|
5
|
-
|
6
|
-
# 10.1 / 2018-10-05
|
7
|
-
|
8
|
-
- [@tas50] [PR #64] Slim the size of the Gem and standardize the license file / string
|
9
|
-
- Add new FreeBSD 10.4/11.2 slugs
|
10
|
-
- Make DigitalOcean a single word in logging
|
11
|
-
|
12
|
-
# 0.10.0 / 2018-06-13
|
13
|
-
|
14
|
-
- Bump droplet_kit to latest 2.3 series release
|
15
|
-
- Rubocop fixes
|
16
|
-
- [@tolland] [PR #59] Add tags attribute to the driver config
|
17
|
-
- [@tolland] [PR #58] Add firewalls attribute to driver config
|
18
|
-
- [@tolland] [PR #57] Update image slugs for ubuntu 17, 18, fedora 27, 28
|
19
|
-
|
20
|
-
# 0.9.8 / 2017-09-09
|
21
|
-
|
22
|
-
- After the 0.9.7 release I noticed the nyc2 datacenter we were defaulting to no longer exists, now defaulting to nyc1.
|
23
|
-
|
24
|
-
# 0.9.7 / 2017-09-09
|
25
|
-
|
26
|
-
- Update slug abbrevations
|
27
|
-
- Bump a few testing tools in the gemspec file
|
28
|
-
- Fix some rubocop warnings
|
29
|
-
- Fix tests
|
30
|
-
|
31
|
-
# 0.9.6 / 2017-07-27
|
32
|
-
|
33
|
-
- [@martinisoft] Bump droplet_kit to latest 2.0 series release
|
34
|
-
|
35
|
-
# 0.9.5 / 2015-12-14
|
36
|
-
|
37
|
-
- This release fixes the slugs I accidentally broke in 0.9.4.
|
38
|
-
|
39
|
-
# 0.9.4 / 2015-12-14
|
40
|
-
|
41
|
-
- Update slug mappings.
|
42
|
-
|
43
|
-
# 0.9.3 / 2015-08-21
|
44
|
-
|
45
|
-
- Show user_data option in debug output.
|
46
|
-
- Default to 'nologin' when Etc.getlogin doesn't work (windows).
|
47
|
-
|
48
|
-
# 0.9.2 / 2015-07-20
|
49
|
-
|
50
|
-
- [@joonas](https://github.com/joonas) [PR #41] Add the ability to map well-known platforms to slugs
|
51
|
-
|
52
|
-
# 0.9.1 / 2015-06-19
|
53
|
-
|
54
|
-
- [@olivielpeau](https://github.com/olivielpeau) [PR #40] Destroy properly droplets that are still "new"
|
55
|
-
|
56
|
-
# 0.9.0 / 2015-04-17
|
57
|
-
|
58
|
-
- [@juliandunn](https://github.com/juliandunn) [PR #37] Added the ability to pass user_data into droplet creation.
|
59
|
-
|
60
|
-
# 0.8.3 / 2014-12-29
|
61
|
-
|
62
|
-
- [@RoboticCheese](https://github.com/RoboticCheese) [PR #34] make key IDs always a String
|
63
|
-
|
64
|
-
# 0.8.2 / 2014-11-09
|
65
|
-
|
66
|
-
- Handle API errors more gracefully, closes issue #33.
|
67
|
-
|
68
|
-
# 0.8.1 / 2014-10-13
|
69
|
-
|
70
|
-
- [@sarkis](https://github.com/sarkis) [PR #32] fix driver config example
|
71
|
-
- [@sarkis](https://github.com/sarkis) [PR #31] make sure there are no underscores in hostname
|
72
|
-
- [@sarkis](https://github.com/sarkis) [PR #30] properly split ssh key ids
|
73
|
-
|
74
|
-
# 0.8.0 / 2014-8-21
|
75
|
-
|
76
|
-
- [@RoboticCheese](https://github.com/RoboticCheese) [PR #25] Sanitize default names, limit to 63 chars
|
77
|
-
|
78
|
-
# 0.8.0.pre1 / 2014-08-21
|
79
|
-
|
80
|
-
**_Breaking Changes_**
|
81
|
-
|
82
|
-
From this version on the driver uses API V2, the use of image_id, flavor_id, and region_id has been replaced with image, size, region. You can now rely on slugs instead of uses IDs. Please refer to the readme for additional information.
|
83
|
-
|
84
|
-
- Upgrade to API V2
|
85
|
-
- Drop Fog, for [droplet_kit](https://github.com/digitaloceancloud/droplet_kit)
|
86
|
-
|
87
|
-
# 0.7.3 / 2014-08-19
|
88
|
-
|
89
|
-
- Add id for New York 3
|
90
|
-
- Update various other data id's
|
91
|
-
- [@sample](https://github.com/sample) [PR #23] Fix Debian 7.0 id
|
92
|
-
- [@skottler](https://github.com/skottler) [PR #22] Update the ID for precise
|
93
|
-
- [@RoboticCheese](https://github.com/RoboticCheese) [PR #21] Update README to reflect latest platform list
|
94
|
-
|
95
|
-
# 0.7.2 / 2014-07-24
|
96
|
-
|
97
|
-
- [@RoboticCheese](https://github.com/RoboticCheese) [PR #20] Update to latest image IDs
|
98
|
-
- [@ijin](https://github.com/ijin)[PR #19] Update image id list & readme
|
99
|
-
- [@ishakir](https://github.com/ishakir)[PR #18] Gemfile syntax incorrect
|
100
|
-
- [@alaa](https://github.com/alaa)[PR #17] Update ssh_key API in the README file
|
101
|
-
|
102
|
-
# 0.7.1 / 2014-06-23
|
103
|
-
|
104
|
-
- [@RoboticCheese](https://github.com/RoboticCheese) [PR #16] Use the 64-bit CentOS 6.5 image.
|
105
|
-
|
106
|
-
# 0.7.0 / 2014-05-20
|
107
|
-
|
108
|
-
- [@zhann](https://github.com/Zhann) [PR #15] Makes hostnames RFC compatible
|
109
|
-
- [@coderanger](https://github.com/coderanger) [PR #14] New image ID for centos-6.5
|
110
|
-
- [@coderanger](https://github.com/coderanger) [PR #13] Allow using a correctly name-scoped environment variable for ssh_key_ids
|
111
|
-
|
112
|
-
# 0.6.4 / 2014-05-02
|
113
|
-
|
114
|
-
- Update image list.
|
115
|
-
|
116
|
-
# 0.6.3 / 2014-04-28
|
117
|
-
|
118
|
-
- I messed up the release process for 0.6.2 and yanked it, this is the same as 0.6.2 was meant to be, sorry.
|
119
|
-
|
120
|
-
# 0.6.2 / 2014-04-28
|
121
|
-
|
122
|
-
- [@juliandunn](https://github.com/juliandunn) [PR #11] Updated new image IDs from DigitalOcean.
|
123
|
-
|
124
|
-
# 0.6.1 / 2014-04-12
|
125
|
-
|
126
|
-
- [@juliandunn](https://github.com/juliandunn) [PR #9] DigitalOcean updated some images so the IDs required fixing.
|
127
|
-
|
128
|
-
# 0.6.0 / 2014-03-17
|
129
|
-
|
130
|
-
- Private Networking is now enabled by default. This only works in select regions.
|
131
|
-
- The default region was changed to New York 2, so private networking would work by default.
|
132
|
-
|
133
|
-
# 0.5.2 / 2014-02-20
|
134
|
-
|
135
|
-
- [@lamont-granquist](https://github.com/lamont-granquist) [PR #5] add info on using numeric key ids.
|
136
|
-
- [@mattwhite](https://github.com/mattwhite) [PR #6] Add Ubuntu 12.04 support.
|
137
|
-
|
138
|
-
# 0.5.1 / 2014-02-11
|
139
|
-
|
140
|
-
- Add new Singapore 1 region
|
141
|
-
- Fixed up the readme
|
142
|
-
|
143
|
-
# 0.5.0 / 2013-12-31
|
144
|
-
|
145
|
-
- You can alternatively use region and flavor options instead of their _id counter parts. See the readme for more information.
|
146
|
-
|
147
|
-
# 0.4.0 / 2013-12-31
|
148
|
-
|
149
|
-
- Updated the driver for test kitchen 1.1, fixed some bugs.
|
150
|
-
- Improved documentation
|
151
|
-
- It will now read your api key, client id, and ssh key ids, from environment variables if set.
|
152
|
-
- You can specify the image name rather than the image id
|
153
|
-
|
154
|
-
# 0.3.1 / 2013-12-29
|
155
|
-
|
156
|
-
- [@someara](https://github.com/someara) [PR #2] Relax test-kitchen version dep
|
157
|
-
|
158
|
-
# 0.3.0 / 2013-12-12
|
159
|
-
|
160
|
-
- Fix deprecation warnings from rspec 3
|
161
|
-
- Bump test-kitchen dependency to ~> 1.1.0
|
162
|
-
|
163
|
-
# 0.2.1 / 2013-10-31
|
164
|
-
|
165
|
-
- Update example tables in the readme
|
166
|
-
- Fix warning for public_ip_address
|
167
|
-
- [@dpetzel](https://github.com/dpetzel) [PR #1] flip flavor and image
|
168
|
-
|
169
|
-
# 0.2.0 / 2013-06-19
|
170
|
-
|
171
|
-
- Provide debug output for test-kitchen
|
172
|
-
- Visual feedback during server creation
|
173
|
-
- Use ruby 1.9 hash syntax
|
174
|
-
- Bump fog dependency to 1.12
|
175
|
-
|
176
|
-
# 0.1.0 / 2013-05-12
|
177
|
-
|
178
|
-
- Initial release
|