Skip to content

Commit

Permalink
Update changelog and metadata for 0.6.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fordham committed Apr 26, 2015
1 parent 97b5e65 commit 095a4d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 095a4d3

Please sign in to comment.