diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-01 08:29:10 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-01 08:29:10 -0700 |
commit | 5c7afb6fc445241c3dcd5767a90215b6a74deda9 (patch) | |
tree | a535772ed4a3085f97a8499d5aafb46e67bfc718 /RELEASE_NOTES.md | |
parent | e06ff54100ca557e639658b0ac1d1084e0784d4a (diff) | |
download | chef-5c7afb6fc445241c3dcd5767a90215b6a74deda9.tar.gz |
Fix typo in release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
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 cc511aa678..468fc72484 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1540,7 +1540,7 @@ Chef InSpec has been updated from 4.24.8 to 4.29.3. - The `apt` resource now correctly fetches all package repositories using the `-name` flag in an environment where ZSH is the user's default shell. - The `--controls` option in `inspec exec` now correctly filters the controls by name. - Updates how InSpec profiles are created with GCP or AWS providers so they use `inputs` instead of `attributes`. -- `inspec exec` will now fetch profiles via Git regardless of the name of the default branch.rces now correctly use the first value when a setting is repeated. +- `inspec exec` will now fetch profiles via Git regardless of the name of the default branches now correctly use the first value when a setting is repeated. - Updated the `oracledb_session` to use more general invocation options. Thanks [@pacopal](https://github.com/pacopal)! - Fixed an error with the `http` resource in Chef Infra Client by including `faraday_middleware` in the gemspec. - Fixed an incompatibility between `parslet` and `toml` in Chef Infra Client. |