kitchen-digitalocean 0.6.0 → 0.6.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 +4 -4
- data/CHANGELOG.md +5 -1
- data/data/digitalocean.json +6 -6
- data/lib/kitchen/driver/digitalocean_version.rb +1 -1
- data/spec/kitchen/driver/digitalocean_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a4eb54bf053b55cf54fc8432b5d8f193d94377c
|
|
4
|
+
data.tar.gz: 9b6d7113215f7ce1f8e53b85eea5a946179aceed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1686ebcbd4fbb122c550a1d1e2a3cf542a73e6ddc5216a076da5824b2205eda376c7cfe798c244dab9ca1cbc64d404698545079a43793f970ae5f844400ee59
|
|
7
|
+
data.tar.gz: bd142a0abf7a25748b496939460d3903506e03e099a1e6d5cce0ed99323a78da4377349c6eeae191bcd3f27149b0184744c5863065bf6125d1d208853778fa57
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
# 0.6.
|
|
1
|
+
# 0.6.1 / 2014-04-12
|
|
2
|
+
|
|
3
|
+
* [@juliandunn](https://github.com/juliandunn) [PR #9] DigitalOcean updated some images so the IDs required fixing.
|
|
4
|
+
|
|
5
|
+
# 0.6.0 / 2014-03-17
|
|
2
6
|
|
|
3
7
|
* Private Networking is now enabled by default. This only works in select regions.
|
|
4
8
|
* The default region was changed to New York 2, so private networking would work by default.
|
data/data/digitalocean.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"images": {
|
|
3
3
|
"ubuntu-10.04": "14097",
|
|
4
|
-
"ubuntu-12.04": "
|
|
5
|
-
"ubuntu-12.10": "
|
|
4
|
+
"ubuntu-12.04": "3101045",
|
|
5
|
+
"ubuntu-12.10": "3101891",
|
|
6
6
|
"ubuntu-13.04": "350076",
|
|
7
|
-
"ubuntu-13.10": "
|
|
7
|
+
"ubuntu-13.10": "3101918",
|
|
8
8
|
"centos-5.8": "1601",
|
|
9
|
-
"centos-6.5": "
|
|
9
|
+
"centos-6.5": "3102789",
|
|
10
10
|
"centos-6.4": "562354",
|
|
11
11
|
"debian-6.0": "12573",
|
|
12
|
-
"debian-7.0": "
|
|
12
|
+
"debian-7.0": "3102387",
|
|
13
13
|
"fedora-17": "32428",
|
|
14
|
-
"fedora-19": "
|
|
14
|
+
"fedora-19": "3102879",
|
|
15
15
|
"archlinux-2013.05": "350424"
|
|
16
16
|
},
|
|
17
17
|
"flavors": {
|
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.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Greg Fitzgerald
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: test-kitchen
|