chef-dk 3.7.23 → 3.8.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -3
  3. data/Gemfile.lock +26 -26
  4. data/lib/chef-dk/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9e26e189b2cdbb53ee07cec7e580dbd5969ae397a6271ee91cc00592fc6f596
4
- data.tar.gz: d6304cf94b0ce7b455e69bcd06ae2868ff90d16228ad57bda1737a0796536926
3
+ metadata.gz: dbc0a98bc8d958702b898033aeb407361fb426c4745b0c7d20a39ad679295696
4
+ data.tar.gz: f1340cb7694c0e2fd5e859c62382b5dd014fa26404b7bd320fcb9d71c10f5050
5
5
  SHA512:
6
- metadata.gz: 871348c53b01835baf44e0c8d0c7896699969a5363868d728f1284d71d2e3868e23701d63bba97150fbf90f58ebf5f5824a5dd296f5b41961a56187a809673af
7
- data.tar.gz: b1b754f0e0b2dab91f8210bab15f85668f6456a12092a9e76e98cc170261c3e69b8f098a4049a61f4871847b04aa5527d4f72452313c87bd58c38eeb25b529aa
6
+ metadata.gz: 58ccf7ab3ad95a825a102e79f77ada64f1936f347038ae37c35a28eff2b8e5047eaba499c9fe2bdc74dbd4c7e1e50d6c7954f16271dff7ff11ffebcfd557e327
7
+ data.tar.gz: 45592928b867f93410fe2e3438addcb3f484e01b8334567f31b648ac706f581deb687768a3c746949569689ba1f6dce6c621e7399349b8f1d44e8abfc6a04451
data/Gemfile CHANGED
@@ -32,8 +32,7 @@ group(:omnibus_package, :development, :test) do
32
32
  gem "pry"
33
33
  gem "yard"
34
34
  gem "guard"
35
- # Cookstyle 4.0 includes non-backwards compatable changes so we need to pin to 3.x.
36
- gem "cookstyle", "~> 3.0"
35
+ gem "cookstyle", "~> 3.0" # bump this on the next DK major release
37
36
  gem "foodcritic", ">= 12.1"
38
37
  gem "ffi-libarchive"
39
38
  end
@@ -61,7 +60,7 @@ group(:omnibus_package) do
61
60
  gem "chef", "= 14.10.9"
62
61
  gem "cheffish", ">= 14.0.1"
63
62
  gem "chefspec", ">= 7.3.0"
64
- gem "fauxhai", ">= 6.7"
63
+ gem "fauxhai", "~> 6.11" # bump this on the next DK major release
65
64
  gem "inspec", ">= 2.3"
66
65
  gem "kitchen-azurerm", ">= 0.14"
67
66
  gem "kitchen-ec2", ">= 2.3"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chef-dk (3.7.23)
4
+ chef-dk (3.8.14)
5
5
  addressable (>= 2.3.5, < 2.6)
6
6
  chef (~> 14.0)
7
7
  chef-provisioning (~> 2.0)
@@ -30,13 +30,13 @@ GEM
30
30
  mixlib-shellout (~> 2.0)
31
31
  artifactory (3.0.0)
32
32
  ast (2.4.0)
33
- aws-sdk (2.11.212)
34
- aws-sdk-resources (= 2.11.212)
35
- aws-sdk-core (2.11.212)
33
+ aws-sdk (2.11.229)
34
+ aws-sdk-resources (= 2.11.229)
35
+ aws-sdk-core (2.11.229)
36
36
  aws-sigv4 (~> 1.0)
37
37
  jmespath (~> 1.0)
38
- aws-sdk-resources (2.11.212)
39
- aws-sdk-core (= 2.11.212)
38
+ aws-sdk-resources (2.11.229)
39
+ aws-sdk-core (= 2.11.229)
40
40
  aws-sigv4 (1.0.3)
41
41
  axiom-types (0.1.1)
42
42
  descendants_tracker (~> 0.0.4)
@@ -46,11 +46,11 @@ GEM
46
46
  ms_rest_azure (~> 0.11.0)
47
47
  azure_mgmt_key_vault (0.17.2)
48
48
  ms_rest_azure (~> 0.11.0)
49
- azure_mgmt_network (0.18.3)
49
+ azure_mgmt_network (0.18.4)
50
50
  ms_rest_azure (~> 0.11.0)
51
51
  azure_mgmt_resources (0.17.2)
52
52
  ms_rest_azure (~> 0.11.0)
53
- backports (3.11.4)
53
+ backports (3.12.0)
54
54
  berkshelf (7.0.7)
55
55
  chef (>= 13.6.52)
56
56
  chef-config
@@ -67,7 +67,7 @@ GEM
67
67
  binding_of_caller (0.8.0)
68
68
  debug_inspector (>= 0.0.1)
69
69
  builder (3.2.3)
70
- byebug (10.0.2)
70
+ byebug (11.0.0)
71
71
  chef (14.10.9)
72
72
  addressable
73
73
  bundler (>= 1.10)
@@ -274,7 +274,7 @@ GEM
274
274
  http-cookie (~> 1.0.0)
275
275
  faraday_middleware (0.12.2)
276
276
  faraday (>= 0.7.4, < 1.0)
277
- fauxhai (6.10.0)
277
+ fauxhai (6.11.0)
278
278
  net-ssh
279
279
  ffi (1.10.0)
280
280
  ffi (1.10.0-x64-mingw32)
@@ -392,7 +392,7 @@ GEM
392
392
  ice_nine (0.11.2)
393
393
  inifile (3.0.0)
394
394
  iniparse (1.4.4)
395
- inspec (3.4.1)
395
+ inspec (3.6.6)
396
396
  addressable (~> 2.4)
397
397
  faraday (>= 0.9.0)
398
398
  faraday_middleware (~> 0.12.2)
@@ -413,13 +413,13 @@ GEM
413
413
  term-ansicolor
414
414
  thor (~> 0.20)
415
415
  tomlrb (~> 1.2)
416
- train (~> 1.5, >= 1.7.0)
416
+ train (~> 1.5, >= 1.7.2)
417
417
  tty-prompt (~> 0.17)
418
418
  tty-table (~> 0.10)
419
419
  ipaddress (0.8.3)
420
420
  iso8601 (0.12.1)
421
421
  jmespath (1.4.0)
422
- json (2.1.0)
422
+ json (2.2.0)
423
423
  jwt (2.1.0)
424
424
  kartograph (0.2.7)
425
425
  kitchen-azurerm (0.14.8)
@@ -427,8 +427,8 @@ GEM
427
427
  azure_mgmt_resources (~> 0.17, >= 0.17.2)
428
428
  inifile (~> 3.0, >= 3.0.0)
429
429
  sshkey (~> 1, >= 1.0.0)
430
- kitchen-digitalocean (0.10.1)
431
- droplet_kit (~> 2.3)
430
+ kitchen-digitalocean (0.10.2)
431
+ droplet_kit (~> 2.8)
432
432
  test-kitchen (~> 1.17)
433
433
  kitchen-dokken (2.6.7)
434
434
  docker-api (~> 1.33)
@@ -472,7 +472,7 @@ GEM
472
472
  chef (>= 11.0.0)
473
473
  diffy (>= 3.0.1)
474
474
  git (>= 1.2.5)
475
- knife-tidy (2.0.0)
475
+ knife-tidy (2.0.1)
476
476
  knife-vsphere (2.1.1)
477
477
  chef-vault (>= 2.6.0)
478
478
  filesize (~> 0.1.1)
@@ -502,15 +502,15 @@ GEM
502
502
  mini_portile2 (2.4.0)
503
503
  minitar (0.8)
504
504
  minitest (5.10.3)
505
- mixlib-archive (0.4.19)
505
+ mixlib-archive (0.4.20)
506
506
  mixlib-log
507
- mixlib-archive (0.4.19-universal-mingw32)
507
+ mixlib-archive (0.4.20-universal-mingw32)
508
508
  mixlib-log
509
509
  mixlib-authentication (2.1.1)
510
510
  mixlib-cli (1.7.0)
511
511
  mixlib-config (2.2.18)
512
512
  tomlrb
513
- mixlib-install (3.11.5)
513
+ mixlib-install (3.11.11)
514
514
  mixlib-shellout
515
515
  mixlib-versioning
516
516
  thor
@@ -578,7 +578,7 @@ GEM
578
578
  uuidtools
579
579
  os (1.0.0)
580
580
  paint (1.0.1)
581
- parallel (1.13.0)
581
+ parallel (1.14.0)
582
582
  parser (2.6.0.0)
583
583
  ast (~> 2.4.0)
584
584
  parslet (1.8.2)
@@ -592,8 +592,8 @@ GEM
592
592
  pry (0.12.2)
593
593
  coderay (~> 1.1.0)
594
594
  method_source (~> 0.9.0)
595
- pry-byebug (3.6.0)
596
- byebug (~> 10.0)
595
+ pry-byebug (3.7.0)
596
+ byebug (~> 11.0)
597
597
  pry (~> 0.10)
598
598
  pry-remote (0.1.8)
599
599
  pry (~> 0.9)
@@ -712,13 +712,13 @@ GEM
712
712
  winrm-fs (~> 1.1)
713
713
  thor (0.20.3)
714
714
  thread_safe (0.3.6)
715
- timeliness (0.3.8)
715
+ timeliness (0.4.0)
716
716
  timers (4.3.0)
717
717
  tins (1.20.2)
718
718
  toml-rb (1.1.2)
719
719
  citrus (~> 3.0, > 3.0)
720
720
  tomlrb (1.2.8)
721
- train (1.7.1)
721
+ train (1.7.2)
722
722
  aws-sdk (~> 2)
723
723
  azure_graph_rbac (~> 0.16)
724
724
  azure_mgmt_key_vault (~> 0.17)
@@ -775,7 +775,7 @@ GEM
775
775
  descendants_tracker (~> 0.0, >= 0.0.3)
776
776
  equalizer (~> 0.0, >= 0.0.9)
777
777
  win32-api (1.5.3-universal-mingw32)
778
- win32-certstore (0.2.3)
778
+ win32-certstore (0.2.4)
779
779
  ffi
780
780
  mixlib-shellout
781
781
  win32-dir (0.5.1)
@@ -851,7 +851,7 @@ DEPENDENCIES
851
851
  dco
852
852
  dep-selector-libgecode
853
853
  dep_selector
854
- fauxhai (>= 6.7)
854
+ fauxhai (~> 6.11)
855
855
  ffi-libarchive
856
856
  ffi-rzmq-core
857
857
  foodcritic (>= 12.1)
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module ChefDK
19
- VERSION = "3.7.23".freeze
19
+ VERSION = "3.8.14".freeze
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-dk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.23
4
+ version: 3.8.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel DeLeo
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-01-30 00:00:00.000000000 Z
13
+ date: 2019-02-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: mixlib-cli