kitchen-microwave 0.5.2 → 0.6.0

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: a0fdef922960f04b81f0a063fdb70cfc6607e022a9022fbdf1b65d526e5eb7df
4
- data.tar.gz: d89bb0befe991af20e03b717d1bccd713e80e7ea48b82152278cd81b594bdd9a
3
+ metadata.gz: 64119b1e6ff2f43acaca7caf5b65e321f96179e97aca40446ed238cbef5335a3
4
+ data.tar.gz: 2b94dc1780cfd3bc229d5ab73ececc01faf6d42aa5a6cf184365e5caba22beef
5
5
  SHA512:
6
- metadata.gz: 59da72d9afd9740542e046f6097f68effc0c8119765870cbde9c397abdce8d660aad5145f920e18a4cc842e4aacf172ae9c6330cbd6558f50ce308a9a33b40f0
7
- data.tar.gz: ae4f87363d74e38596fb847d900c57150004870b13a7cdd7342c6c8c802801d0cc2ec6d1f87e531a1ae97ffd128568fee68443892906572b1d50b833761d880c
6
+ metadata.gz: 1de03d055f0fec035e80496cbf1ca62cb9a2bc8e5981760dae976c1edd86773ee40701f24e244fc0812cec105f9a97f4ab0920f9aab04841dfa88679ec95d873
7
+ data.tar.gz: 885e3aa66b544910ef2b7176f4a1201c925ae9b958824d5fccf92cb4ed1530e99301049a3b1c8ac60f5396837140892c6884d82c0b08446b0ef2da9be1dd45ed
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file is used to list changes made in each version of the kitchen-microwave gem.
4
4
 
5
+ ## 0.6.0 (2019-05-03)
6
+
7
+ - Update to Fedora 30
8
+ - Install the libxcrypt-compat package in Fedora
5
9
 
6
10
  ## 0.5.2 (2019-04-25)
7
11
 
data/README.md CHANGED
@@ -96,7 +96,7 @@ Only certain platforms, versions, and Chefs are supported:
96
96
  - Amazon Linux (2, 1)
97
97
  - CentOS (7, 6)
98
98
  - Debian (9, 8)
99
- - Fedora (28)
99
+ - Fedora (30)
100
100
  - Ubuntu (18.04, 16.04, 14.04)
101
101
 
102
102
  - Chef (14, 13, 12)
@@ -40,7 +40,7 @@ module Kitchen
40
40
  'debian' => %w[9 8],
41
41
  'centos' => %w[7 6],
42
42
  'amazonlinux' => %w[2 1],
43
- 'fedora' => %w[28]
43
+ 'fedora' => %w[30]
44
44
  }.freeze
45
45
 
46
46
  #
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "driver": {
3
3
  "intermediate_instructions": [
4
- "RUN dnf -y install procps sudo iproute"
4
+ "RUN dnf -y install procps sudo iproute libxcrypt-compat"
5
5
  ],
6
6
  "pid_one_command": "/lib/systemd/systemd"
7
7
  }
@@ -22,8 +22,8 @@ module Kitchen
22
22
  # Microwave's VERSION information.
23
23
  module Microwave
24
24
  MAJOR = 0
25
- MINOR = 5
26
- PATCH = 2
25
+ MINOR = 6
26
+ PATCH = 0
27
27
  VERSION = [MAJOR, MINOR, PATCH].join('.')
28
28
  end
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-microwave
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Hartman
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-25 00:00:00.000000000 Z
11
+ date: 2019-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef
@@ -209,7 +209,7 @@ files:
209
209
  - lib/kitchen/microwave/platforms/centos/7.json
210
210
  - lib/kitchen/microwave/platforms/debian/8.json
211
211
  - lib/kitchen/microwave/platforms/debian/9.json
212
- - lib/kitchen/microwave/platforms/fedora/28.json
212
+ - lib/kitchen/microwave/platforms/fedora/30.json
213
213
  - lib/kitchen/microwave/platforms/ubuntu/14.04.json
214
214
  - lib/kitchen/microwave/platforms/ubuntu/16.04.json
215
215
  - lib/kitchen/microwave/platforms/ubuntu/18.04.json
@@ -238,8 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
238
238
  - !ruby/object:Gem::Version
239
239
  version: '0'
240
240
  requirements: []
241
- rubyforge_project:
242
- rubygems_version: 2.7.7
241
+ rubygems_version: 3.0.3
243
242
  signing_key:
244
243
  specification_version: 4
245
244
  summary: An automatic config generator for Test Kitchen+Dokken+Inspec