diff options
author | Tim Smith <tsmith@chef.io> | 2021-02-02 16:21:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 16:21:06 -0800 |
commit | f80c586628c85edbd62668f6c1273883180d2367 (patch) | |
tree | 1789661a6dec514bab278ab510d31a99dcad41f0 /RELEASE_NOTES.md | |
parent | 1d056b9c12610e8569204e70bcc4f56590c5c52d (diff) | |
download | chef-f80c586628c85edbd62668f6c1273883180d2367.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fe2b4ffa9f..18d9adb1e9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -22,7 +22,7 @@ On Linux systems Chef Infra Client now detects all installed NICs on systems wit #### AWS Instance Metadata Service Version 2 (IMDSv2) support -Chef Infra Client now supports latest generation of AWS metadata services (IMDSv2). This allows you to secure the contents of the metadata endpoint while still exposing this data for use in Chef Infra cookbooks. Thanks for this new functionality [@wilkosz](https://github.com/wilkosz) and [@sawanoboly](https://github.com/sawanoboly)! +Chef Infra Client now supports the latest generation of AWS metadata services (IMDSv2). This allows you to secure the contents of the metadata endpoint while still exposing this data for use in Chef Infra cookbooks. Thanks for this new functionality [@wilkosz](https://github.com/wilkosz) and [@sawanoboly](https://github.com/sawanoboly)! #### Improved AWS Metadata Gathering |