From 5c0035b54a497e29835f4aeb2db8dec41ea18674 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 23 Apr 2015 12:42:50 -0700 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 10 ++++++++++ metadata.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fc360..2e799d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ nscd Cookbook CHANGELOG ======================= This file is used to list changes made in each version of the nscd cookbook. +v0.13.0 +------- +* Template the nscd config before starting the service so we don't have to start then restart +* Added a chefignore file +* Added Fedora as supported in metadata / Readme +* Update testing and contributing docs to match JIRA-free process +* Update development dependencies to current versions (chefspec, berkshelf, foodcritic, test kitchen, and rubocop) +* Update chefspec / server spec to work with the newer releases +* Add Trusty to the test kitchen config + v0.12.0 ------- - Manage /etc/nscd.conf with a template diff --git a/metadata.rb b/metadata.rb index 26218bd..96f16dc 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@chef.io' license 'Apache 2.0' description 'Installs and configures nscd' -version '0.12.0' +version '0.13.0' recipe 'nscd', 'Installs and configures nscd'