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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ebb82e602775e316d08c72e2a79f468ff378e49
4
- data.tar.gz: 1451ce62418adbf49f381b733a42fabfb45ce6c5
3
+ metadata.gz: 0a4eb54bf053b55cf54fc8432b5d8f193d94377c
4
+ data.tar.gz: 9b6d7113215f7ce1f8e53b85eea5a946179aceed
5
5
  SHA512:
6
- metadata.gz: 91a784abd06dffbbbb9d222d2723a59946fcbe45af9eeb0c682236551ede2b313f10fca361bfff586c9bc13c9b1762f64bb2116e6337d18d2444351bffc801ac
7
- data.tar.gz: 346799457ddb91daf2dc30cb1e6c9faaac8070e55273859afd93cf94b1a50245a719021f09921dadfbf6ca026557394a6db1b85c96343da400db73555c5ede97
6
+ metadata.gz: c1686ebcbd4fbb122c550a1d1e2a3cf542a73e6ddc5216a076da5824b2205eda376c7cfe798c244dab9ca1cbc64d404698545079a43793f970ae5f844400ee59
7
+ data.tar.gz: bd142a0abf7a25748b496939460d3903506e03e099a1e6d5cce0ed99323a78da4377349c6eeae191bcd3f27149b0184744c5863065bf6125d1d208853778fa57
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- # 0.6.0 / 2014-3-17
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.
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "images": {
3
3
  "ubuntu-10.04": "14097",
4
- "ubuntu-12.04": "1505447",
5
- "ubuntu-12.10": "473123",
4
+ "ubuntu-12.04": "3101045",
5
+ "ubuntu-12.10": "3101891",
6
6
  "ubuntu-13.04": "350076",
7
- "ubuntu-13.10": "1505699",
7
+ "ubuntu-13.10": "3101918",
8
8
  "centos-5.8": "1601",
9
- "centos-6.5": "1646467",
9
+ "centos-6.5": "3102789",
10
10
  "centos-6.4": "562354",
11
11
  "debian-6.0": "12573",
12
- "debian-7.0": "308287",
12
+ "debian-7.0": "3102387",
13
13
  "fedora-17": "32428",
14
- "fedora-19": "696598",
14
+ "fedora-19": "3102879",
15
15
  "archlinux-2013.05": "350424"
16
16
  },
17
17
  "flavors": {
@@ -19,7 +19,7 @@
19
19
  module Kitchen
20
20
  module Driver
21
21
  # Version string for Digital Ocean Kitchen driver
22
- DIGITALOCEAN_VERSION = '0.6.0'
22
+ DIGITALOCEAN_VERSION = '0.6.1'
23
23
  end
24
24
  end
25
25
 
@@ -87,7 +87,7 @@ describe Kitchen::Driver::Digitalocean do
87
87
  let(:platform_name) { 'ubuntu-12.10' }
88
88
 
89
89
  it 'defaults to the correct image ID' do
90
- expect(driver[:image_id]).to eq('473123')
90
+ expect(driver[:image_id]).to eq('3101891')
91
91
  end
92
92
  end
93
93
 
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.0
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-03-18 00:00:00.000000000 Z
11
+ date: 2014-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen