Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Commit 0ee0ded

Browse files
authored
Merge pull request #3075 from chef/one_last_time
Bump openssl and all other deps
2 parents b1d5880 + 1a1a50d commit 0ee0ded

File tree

4 files changed

+147
-86
lines changed

4 files changed

+147
-86
lines changed

Gemfile.lock

+41-52
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ GEM
3131
artifactory (3.0.15)
3232
ast (2.4.1)
3333
aws-eventstream (1.1.0)
34-
aws-partitions (1.402.0)
35-
aws-sdk-apigateway (1.56.0)
34+
aws-partitions (1.406.0)
35+
aws-sdk-apigateway (1.57.0)
3636
aws-sdk-core (~> 3, >= 3.109.0)
3737
aws-sigv4 (~> 1.1)
3838
aws-sdk-apigatewayv2 (1.29.0)
@@ -59,10 +59,10 @@ GEM
5959
aws-sdk-cloudhsmv2 (1.31.0)
6060
aws-sdk-core (~> 3, >= 3.109.0)
6161
aws-sigv4 (~> 1.1)
62-
aws-sdk-cloudtrail (1.30.0)
62+
aws-sdk-cloudtrail (1.31.0)
6363
aws-sdk-core (~> 3, >= 3.109.0)
6464
aws-sigv4 (~> 1.1)
65-
aws-sdk-cloudwatch (1.46.0)
65+
aws-sdk-cloudwatch (1.47.0)
6666
aws-sdk-core (~> 3, >= 3.109.0)
6767
aws-sigv4 (~> 1.1)
6868
aws-sdk-cloudwatchlogs (1.38.0)
@@ -80,7 +80,7 @@ GEM
8080
aws-sdk-configservice (1.53.0)
8181
aws-sdk-core (~> 3, >= 3.109.0)
8282
aws-sigv4 (~> 1.1)
83-
aws-sdk-core (3.109.3)
83+
aws-sdk-core (3.110.0)
8484
aws-eventstream (~> 1, >= 1.0.2)
8585
aws-partitions (~> 1, >= 1.239.0)
8686
aws-sigv4 (~> 1.1)
@@ -91,10 +91,10 @@ GEM
9191
aws-sdk-dynamodb (1.58.0)
9292
aws-sdk-core (~> 3, >= 3.109.0)
9393
aws-sigv4 (~> 1.1)
94-
aws-sdk-ec2 (1.213.0)
94+
aws-sdk-ec2 (1.217.0)
9595
aws-sdk-core (~> 3, >= 3.109.0)
9696
aws-sigv4 (~> 1.1)
97-
aws-sdk-ecr (1.39.0)
97+
aws-sdk-ecr (1.40.0)
9898
aws-sdk-core (~> 3, >= 3.109.0)
9999
aws-sigv4 (~> 1.1)
100100
aws-sdk-ecs (1.72.0)
@@ -124,13 +124,13 @@ GEM
124124
aws-sdk-firehose (1.35.0)
125125
aws-sdk-core (~> 3, >= 3.109.0)
126126
aws-sigv4 (~> 1.1)
127-
aws-sdk-guardduty (1.42.0)
127+
aws-sdk-guardduty (1.43.0)
128128
aws-sdk-core (~> 3, >= 3.109.0)
129129
aws-sigv4 (~> 1.1)
130130
aws-sdk-iam (1.46.0)
131131
aws-sdk-core (~> 3, >= 3.109.0)
132132
aws-sigv4 (~> 1.1)
133-
aws-sdk-kafka (1.31.0)
133+
aws-sdk-kafka (1.32.0)
134134
aws-sdk-core (~> 3, >= 3.109.0)
135135
aws-sigv4 (~> 1.1)
136136
aws-sdk-kinesis (1.30.0)
@@ -139,16 +139,16 @@ GEM
139139
aws-sdk-kms (1.39.0)
140140
aws-sdk-core (~> 3, >= 3.109.0)
141141
aws-sigv4 (~> 1.1)
142-
aws-sdk-lambda (1.55.0)
142+
aws-sdk-lambda (1.56.0)
143143
aws-sdk-core (~> 3, >= 3.109.0)
144144
aws-sigv4 (~> 1.1)
145145
aws-sdk-organizations (1.17.0)
146146
aws-sdk-core (~> 3, >= 3.39.0)
147147
aws-sigv4 (~> 1.0)
148-
aws-sdk-rds (1.106.0)
148+
aws-sdk-rds (1.107.0)
149149
aws-sdk-core (~> 3, >= 3.109.0)
150150
aws-sigv4 (~> 1.1)
151-
aws-sdk-redshift (1.51.0)
151+
aws-sdk-redshift (1.52.0)
152152
aws-sdk-core (~> 3, >= 3.109.0)
153153
aws-sigv4 (~> 1.1)
154154
aws-sdk-route53 (1.44.0)
@@ -160,9 +160,9 @@ GEM
160160
aws-sdk-route53resolver (1.21.0)
161161
aws-sdk-core (~> 3, >= 3.109.0)
162162
aws-sigv4 (~> 1.1)
163-
aws-sdk-s3 (1.86.0)
163+
aws-sdk-s3 (1.86.2)
164164
aws-sdk-core (~> 3, >= 3.109.0)
165-
aws-sdk-kms (~> 1)
165+
aws-sdk-kms (~> 1.26)
166166
aws-sigv4 (~> 1.1)
167167
aws-sdk-securityhub (1.36.0)
168168
aws-sdk-core (~> 3, >= 3.109.0)
@@ -179,7 +179,7 @@ GEM
179179
aws-sdk-sqs (1.34.0)
180180
aws-sdk-core (~> 3, >= 3.109.0)
181181
aws-sigv4 (~> 1.1)
182-
aws-sdk-ssm (1.98.0)
182+
aws-sdk-ssm (1.99.0)
183183
aws-sdk-core (~> 3, >= 3.109.0)
184184
aws-sigv4 (~> 1.1)
185185
aws-sigv4 (1.2.2)
@@ -382,13 +382,11 @@ GEM
382382
kartograph (~> 0.2.3)
383383
resource_kit (~> 0.1.5)
384384
virtus (~> 1.0.3)
385-
ecma-re-validator (0.2.1)
386-
regexp_parser (~> 1.2)
387385
ed25519 (1.2.4)
388386
equalizer (0.0.11)
389387
erubi (1.10.0)
390388
erubis (2.7.0)
391-
excon (0.78.0)
389+
excon (0.78.1)
392390
faraday (1.0.1)
393391
multipart-post (>= 1.2, < 3)
394392
faraday-cookie_jar (0.0.7)
@@ -454,7 +452,6 @@ GEM
454452
thor (>= 0.18.1)
455453
gyoku (1.3.1)
456454
builder (>= 2.1.2)
457-
hana (1.3.6)
458455
hashie (3.6.0)
459456
highline (1.7.10)
460457
http-cookie (1.0.3)
@@ -465,29 +462,28 @@ GEM
465462
ice_nine (0.11.2)
466463
inifile (3.0.0)
467464
iniparse (1.5.0)
468-
inspec (4.23.15)
465+
inspec (4.24.8)
469466
faraday_middleware (>= 0.12.2, < 1.1)
470-
inspec-core (= 4.23.15)
467+
inspec-core (= 4.24.8)
471468
train (~> 3.0)
472469
train-aws (~> 0.1)
473470
train-habitat (~> 0.1)
474471
train-winrm (~> 0.2)
475-
inspec-bin (4.23.15)
476-
inspec (= 4.23.15)
477-
inspec-core (4.23.15)
472+
inspec-bin (4.24.8)
473+
inspec (= 4.24.8)
474+
inspec-core (4.24.8)
478475
addressable (~> 2.4)
479476
chef-telemetry (~> 1.0)
480477
faraday (>= 0.9.0, < 1.1)
481478
hashie (~> 3.4)
482-
json_schemer (>= 0.2.1, < 0.2.12)
483479
license-acceptance (>= 0.2.13, < 3.0)
484480
method_source (>= 0.8, < 2.0)
485481
mixlib-log (~> 3.0)
486482
multipart-post (~> 2.0)
487483
parallel (~> 1.9)
488484
parslet (~> 1.5)
489485
pry (~> 0.13)
490-
rspec (~> 3.9)
486+
rspec (~> 3.9.0)
491487
rspec-its (~> 1.2)
492488
rubyzip (~> 1.2, >= 1.2.2)
493489
semverse (~> 3.0)
@@ -502,11 +498,6 @@ GEM
502498
jaro_winkler (1.5.4)
503499
jmespath (1.4.0)
504500
json (2.3.1)
505-
json_schemer (0.2.11)
506-
ecma-re-validator (~> 0.2)
507-
hana (~> 1.3)
508-
regexp_parser (~> 1.5)
509-
uri_template (~> 0.7)
510501
jwt (2.2.2)
511502
kartograph (0.2.8)
512503
kitchen-azurerm (1.4.0)
@@ -518,7 +509,7 @@ GEM
518509
kitchen-digitalocean (0.11.2)
519510
droplet_kit (>= 3.7, < 4.0)
520511
test-kitchen (>= 1.17, < 3)
521-
kitchen-dokken (2.11.1)
512+
kitchen-dokken (2.11.2)
522513
docker-api (>= 1.33, < 3)
523514
lockfile (~> 2.1)
524515
test-kitchen (>= 1.15, < 3)
@@ -532,8 +523,8 @@ GEM
532523
test-kitchen
533524
kitchen-hyperv (0.5.5)
534525
test-kitchen (>= 1.4, < 3)
535-
kitchen-inspec (2.2.1)
536-
hashie (~> 3.4)
526+
kitchen-inspec (2.2.2)
527+
hashie (>= 3.4, < 5)
537528
inspec (>= 2.2.64, < 5.0)
538529
test-kitchen (>= 2.7, < 3)
539530
kitchen-vagrant (1.7.2)
@@ -721,7 +712,6 @@ GEM
721712
optimist (~> 3.0)
722713
rchardet (1.8.0)
723714
rdp-ruby-wmi (0.3.1)
724-
regexp_parser (1.8.2)
725715
representable (3.0.4)
726716
declarative (< 0.1.0)
727717
declarative-option (< 0.2.0)
@@ -730,22 +720,22 @@ GEM
730720
addressable (>= 2.3.6, < 3.0.0)
731721
retriable (3.1.2)
732722
retryable (3.0.5)
733-
rspec (3.10.0)
734-
rspec-core (~> 3.10.0)
735-
rspec-expectations (~> 3.10.0)
736-
rspec-mocks (~> 3.10.0)
737-
rspec-core (3.10.0)
738-
rspec-support (~> 3.10.0)
739-
rspec-expectations (3.10.0)
723+
rspec (3.9.0)
724+
rspec-core (~> 3.9.0)
725+
rspec-expectations (~> 3.9.0)
726+
rspec-mocks (~> 3.9.0)
727+
rspec-core (3.9.3)
728+
rspec-support (~> 3.9.3)
729+
rspec-expectations (3.9.4)
740730
diff-lcs (>= 1.2.0, < 2.0)
741-
rspec-support (~> 3.10.0)
731+
rspec-support (~> 3.9.0)
742732
rspec-its (1.3.0)
743733
rspec-core (>= 3.0.0)
744734
rspec-expectations (>= 3.0.0)
745-
rspec-mocks (3.10.0)
735+
rspec-mocks (3.9.1)
746736
diff-lcs (>= 1.2.0, < 2.0)
747-
rspec-support (~> 3.10.0)
748-
rspec-support (3.10.0)
737+
rspec-support (~> 3.9.0)
738+
rspec-support (3.9.4)
749739
rubocop (0.75.1)
750740
jaro_winkler (~> 1.5.1)
751741
parallel (~> 1.10)
@@ -803,7 +793,7 @@ GEM
803793
thread_safe (0.3.6)
804794
timeliness (0.3.10)
805795
tomlrb (1.2.9)
806-
train (3.3.27)
796+
train (3.4.4)
807797
activesupport (>= 5.2.4.3, < 6.0.0)
808798
azure_graph_rbac (~> 0.16)
809799
azure_mgmt_key_vault (~> 0.17)
@@ -814,7 +804,7 @@ GEM
814804
google-api-client (>= 0.23.9, < 0.44.1)
815805
googleauth (>= 0.6.6, < 0.13.1)
816806
inifile (~> 3.0)
817-
train-core (= 3.3.27)
807+
train-core (= 3.4.4)
818808
train-winrm (~> 0.2)
819809
train-aws (0.1.18)
820810
aws-sdk-apigateway (~> 1.0)
@@ -866,7 +856,7 @@ GEM
866856
aws-sdk-sns (~> 1.9)
867857
aws-sdk-sqs (~> 1.10)
868858
aws-sdk-ssm (~> 1.0)
869-
train-core (3.3.27)
859+
train-core (3.4.4)
870860
addressable (~> 2.5)
871861
ffi (!= 1.13.0)
872862
json (>= 1.8, < 3.0)
@@ -886,10 +876,10 @@ GEM
886876
tty-cursor (~> 0.7)
887877
tty-color (0.6.0)
888878
tty-cursor (0.7.1)
889-
tty-prompt (0.22.0)
879+
tty-prompt (0.23.0)
890880
pastel (~> 0.8)
891881
tty-reader (~> 0.8)
892-
tty-reader (0.8.0)
882+
tty-reader (0.9.0)
893883
tty-cursor (~> 0.7)
894884
tty-screen (~> 0.8)
895885
wisper (~> 2.0)
@@ -908,7 +898,6 @@ GEM
908898
unf_ext (0.0.7.7-x86-mingw32)
909899
unicode-display_width (1.6.1)
910900
unicode_utils (1.4.0)
911-
uri_template (0.7.0)
912901
uuidtools (2.1.5)
913902
virtus (1.0.5)
914903
axiom-types (~> 0.1)

RELEASE_NOTES.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,36 @@ The Kitchen Google driver for Test Kitchen was updated from 2.0.3 to 2.1.0. This
2020

2121
The kitchen-vagrant plugin is updated from version 1.7.1 to 1.7.2 with a bug fix to no longer stop with an error when updating a Vagrant box that has not yet been downloaded.
2222

23+
### Kitchen Dokken
24+
25+
Kitchen Dokken has been updated to 2.11.2 to resolve failures from creating containers during the Test Kitchen converge. Thanks for reporting this issue [@emeshuris](https://github.com/emeshuris)!
26+
2327
### Chef InSpec
2428

25-
Chef InSpec is updated from 4.23.11 to 4.23.15. A bug fix included ensuring that waiver expiration data is always populated.
29+
Chef InSpec has been updated to 4.24.8 including the following improvements:
30+
31+
- An unset `HOME` environment variable will not cause execution failures
32+
- You can use wildcards in `platform-name` and `release` in InSpec profiles. Thanks for this improvement [@yarick](https://github.com/yarick)!
33+
- The `WMI` resource now returns an array to support returning multiple WMI objects
34+
- The `package` resource on Windows properly escapes package names. Thanks for this improvement [@ramereth](https://github.com/ramereth)!
35+
- The `grub_conf` resource succeeds even if without a `menuentry` in the grub config
36+
- Loaded plugins won't try to re-load themselves
37+
- Waiver expiration is now always populated
2638

2739
### chef-vault
2840

2941
We've updated the release of chef-vault to 4.1. Chef Vault 4.1 properly handles escape strings in secrets and greatly improves performance for users with large numbers of secrets. Thanks for the performance work [@Annih](https://github.com/Annih)!
3042

43+
### knife-ec2
44+
45+
The knife-ec2 plugin has been updated to 2.1.0, which allows for the creation of instances with ST1 or SC1 EBS volume types
46+
47+
## Security
48+
49+
### openSSL
50+
51+
The openSSL library has been updated to 1.0.2x to resolve [CVE-2020-1971](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971).
52+
3153
# ChefDK 4.12
3254

3355
## Updates Components

0 commit comments

Comments
 (0)