We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b6ea2 commit 210cf9eCopy full SHA for 210cf9e
CHANGELOG.md
@@ -2,6 +2,11 @@ cron Cookbook CHANGELOG
2
=======================
3
This file is used to list changes made in each version of the cron cookbook.
4
5
+v1.4.2 (2014-09-08)
6
+-------------------
7
+#31 - Fix up validate_month for Fixnums
8
+#32 - Fix upvalidate_dow for Fixnums
9
+
10
v1.4.0 (2014-05-07)
11
-------------------
12
- [COOK-4628] Adding cron_manage to allow or deny users
metadata.rb
@@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs cron'
-version '1.4.1'
+version '1.4.2'
recipe 'cron', 'Installs the cron package and starts the crond service.'
0 commit comments