Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
chef-cron
Commits
7b6bb126
Commit
7b6bb126
authored
Jul 24, 2018
by
Tim Smith
Browse files
Release 6.2.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
01d24cee
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
7b6bb126
# cron Cookbook CHANGELOG
This file is used to list changes made in each version of the cron cookbook.
## 6.2.0 (2018-07-24)
-
Finish the random_delay property begun in https://github.com/chef-cookbooks/cron/pull/103
## 6.1.1 (2018-05-11)
-
Add missing type for cron_name property
...
...
metadata.rb
View file @
7b6bb126
...
...
@@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io'
license
'Apache-2.0'
description
'Installs cron'
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
'6.
1.1
'
version
'6.
2.0
'
recipe
'cron'
,
'Installs the cron package and starts the crond service.'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment