summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
blob: 52e1a19749bf0507c721a14eafac9644135a449c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!---
This file is reset every time a new release is done. The contents of this file are for the currently unreleased version.

Example Note:

## Example Heading
Details about the thing that changed that needs to get included in the Release Notes in markdown.
-->
# Chef Client Release Notes:

#### Signal Regression Fix

CHEF-1761 introduced a regression for signal handling when not in daemon mode
(see CHEF-5172). Chef will now, once again, exit immediately on SIGTERM if it
is not in daemon mode, otherwise it will complete it's current run before
existing.