You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+23-1
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,36 @@ The Kitchen Google driver for Test Kitchen was updated from 2.0.3 to 2.1.0. This
20
20
21
21
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.
22
22
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
+
23
27
### Chef InSpec
24
28
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
26
38
27
39
### chef-vault
28
40
29
41
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)!
30
42
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).
0 commit comments