summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-14 11:58:27 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-14 12:01:49 -0700
commit21f563c6f8887283b486e36bdcd15ce63ddaea22 (patch)
tree43d5b0c39c9420317e31b8cc0b99e8b279aedd43
parent8682a635bd5e53d0a29412b728c5a0e6f42c5833 (diff)
downloadchef-21f563c6f8887283b486e36bdcd15ce63ddaea22.tar.gz
Add IAM bit
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 37cd95adc1..c3ea51396b 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -115,6 +115,10 @@ Thanks for adding Windows support to this plugin [@jaymzh](https://github.com/ja
The `Azure` plugin has been improved to better detect Windows hosts running on Azure. The plugin will now look for DHCP with the domain of `reddog.microsoft.com`. Thanks for this improvement [@jasonwbarnett](https://github.com/jasonwbarnett/)!
+### EC2 IAM Role Data
+
+Ohai now collects IAM Role data on EC2 hosts including the role name and info. To address potential security concerns the data we collect is sanitized to ensure we don't report security credentials to the Chef Infra Server. Thanks for this improvement [@kcbraunschweig](https://github.com/kcbraunschweig)
+
## Security
Ruby has been updated to 2.7.2, which includes a fix for [CVE-2020-25613](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25613).