From cd06141ad4272852b7805cda6f9f93b7963489c2 Mon Sep 17 00:00:00 2001 From: Chris Fordham Date: Sat, 25 Apr 2015 23:46:58 +1000 Subject: [PATCH] Bump to 0.6.0. --- CHANGELOG.md | 12 ++++++++++++ metadata.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d1bfa..c1a8bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,3 +66,15 @@ This file is used to list changes made in each version of the system cookbook. - Add support for hostnamectl (mostly for EL 7) - Fix missing trailing line return for /etc/hostname - Test Debian and CentOS with test-kitchen + +0.6.0 +----- +- Mac OS X support (including NetBIOS and Workgroup names)! +- Pull request #11 (default timezone is now 'Etc/UTC') +- Fail when an invalid timezone is provided +- Support providing a zone with a space instead of underscore (for the humans) +- Make before and after tz-info log resources debug log level +- update_package_list recipe will now sync MacPorts tree +- upgrade_packages recipe will now upgrade installed ports for MacPorts +- Improved test suite including use of chef_zero with test-kitchen, more platforms/versions +- Add a good handful of Serverspec tests diff --git a/metadata.rb b/metadata.rb index 9f5a751..1ab6d33 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.5.0' +version '0.6.0' recipe 'system::default', "Sets the system's hostname and timezone, updates the system's installed packages." recipe 'system::timezone', "Sets the system's' timezone."