diff --git a/CHANGELOG.md b/CHANGELOG.md index 2161291..1011a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,3 +83,9 @@ This file is used to list changes made in each version of the system cookbook. ----- - Ensure the crond service is available for restarting in timezone provider - Add mac_os_x to supports in metadata + +0.6.2 +----- +- Fix cron daemon usage for arch linux (uses cronie which is not yet supported in the cron cookbook yet) +- Fix cron_service_name for arch linux (cronie) in default attributes +- Fix supports for arch linux in metadata.rb diff --git a/metadata.rb b/metadata.rb index 21c8b90..2416c2b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ license 'Apache 2.0' description 'Installs/Configures system elements such as the hostname and timezone.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.6.1' +version '0.6.2' recipe 'system::default', "Sets the system's hostname and timezone, updates the system's installed packages." recipe 'system::timezone', "Sets the system's' timezone."