summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-04 13:23:53 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-04 19:52:19 -0700
commit38949276ae80353d0a9a7da71822934b643993ec (patch)
tree3a4e84d6270e0c39497ebc287c2fc09a3b90fc2c
parent19edec28f46edb4fb66ea7111df6fca6f63e04b9 (diff)
downloadchef-release_notes_16_hotfix.tar.gz
Add release notes for 16.0.273release_notes_16_hotfix
Small hotfix release Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 036d3617e7..1ff519719d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,17 @@
This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes/> for the official Chef release notes.
-# Chef Infra Client 16
+# Chef Infra Client 16.0.275
+
+The Chef Infra Client 16.0.275 includes important regression fixes for the Chef Infra Client 16 release:
+
+- Resolved failures when using the `windows_package` resource. Thanks for reporting this issue [@cookiecurse](https://github.com/cookiecurse).
+- Resolved log warnings when running `execute` resources.
+- The appropriate `cron` or `cron_d` resource call is now called when using the `:delete` action in chef_client_cron. Thanks for reporting this issue [jimwise](https://github.com/jimwise).
+- The `chef_client_cron` resource now creates the log directory with `750` permissions not `640`. Thanks for this fix [DhaneshRaghavan](https://github.com/DhaneshRaghavan).
+- The `knife yaml convert` command now correctly converts symbol values.
+- The `sysctl`, `apt_preference`, and `cron_d` remove actions no longer fail with missing property warnings.
+
+# Chef Infra Client 16.0
## Breaking Changes