summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-16 09:52:03 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-16 09:52:03 -0700
commitfab830c1417129ffd4e03d4c8909e72d343a7eab (patch)
treeb0cc234a1e8ef8331def6e4bbe1d034ee1b233b4
parent596598bc7c77d43493013a41049f2fe8a48065ab (diff)
downloadchef-fab830c1417129ffd4e03d4c8909e72d343a7eab.tar.gz
Add cron / cron_d
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 45ff3c7f18..2d5199703d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -35,6 +35,10 @@ The `archive_file` resource has been updated with two important fixes. The resou
The `chef_client_scheduled_task` resource has been updated to default the `frequency_modifier` property to `30` if the `frequency` property is set to `minutes` otherwise it still defaults to `1`. This provides a more predictable schedule behavior for users.
+### cron / cron_d
+
+The `cron` and `cron_d` resources have been updated using the new Custom Resource Partials functionality introduced in Chef Infra Client 16. This has allowed us to standardize the properties used to declare cron job timing between the two resources. Timing properties all accept the same types / ranges and include the same validation, which makes moving from `cron` to `cron_d` seemless.
+
### cron_access
The `cron_access` resource has been updated to support Solaris and AIX systems. Thanks [@aklyachkin](http://github.com/aklyachkin).