diff options
author | Tim Smith <tsmith@chef.io> | 2019-10-14 11:25:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 11:25:56 -0700 |
commit | 6c9b01d6d54436ce810f6e954ef770b8540c74b4 (patch) | |
tree | e5acd97c955b7f1346ee755a6a25d47bdba240dd | |
parent | 02abba5b8fc183b3fe63cf16951169e8d541fe98 (diff) | |
download | chef-6c9b01d6d54436ce810f6e954ef770b8540c74b4.tar.gz |
Copy edits
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cbcd370a32..f9e4058171 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,13 +4,13 @@ This file holds "in progress" release notes for the current release under develo ## Bug Fixes -- Resolved a regression introduced in Chef Infra Client 14.14.14 that broke installation of gems via chef gem. -- Fix crash when showing error about missing profile -- Fix knife subcommand --help not working as intended -- Fix knife ssh interactive mode exit error -- Fix for :day option not accepting integer value -- Fix for user resource not handling a GID specified as a string -- Fix ifconfig regex interface matching +- Resolved a regression introduced in Chef Infra Client 14.14.14 that broke installation of gems in some scenarios +- Fixed crash in knife when displaying a missing profile error message +- Fixed knife subcommand --help not working as intended for some commands +- Fixed knife ssh interactive mode exit error +- Fixed for `:day`` option not accepting integer value in the `windows_task` resource +- Fixed for `user` resource not handling a GID if it is specified as a string +- Fixed the `ifconfig` resource to support interfaces with a `-` in the name # Chef Client Release Notes 14.14 |