From 04d645e0c5cf3955cb6de52009313b509c81ee8d Mon Sep 17 00:00:00 2001 From: Sunggun Yu Date: Wed, 10 Feb 2016 16:05:05 -0500 Subject: [PATCH] Release v5.0.0 * Fixed Chef::Mixin::Template::TemplateError: Node attributes are read-only when you do not specify which precedence level to set with Chef 11.10 - Daniel Doubrovkine([@dblock](https://github.com/dblock)) #21. * Adding test for chef client 11.18.12 as 11.x : testing for #21 * Adding kitchen test for ubuntu 14.04 : #13 * Using `/var/run/mongodb/mongod.pid` for centos7 : #25 * Moving attribute setter to recipe in order to support install 3.0.x in wrapper cookbook. : #23 * Adding the mongodb 3.0.x version testing in test wrapper cookbook : #23 * Adding key file directory creation * Fixing for yum and apt repo name * Update default version as 3.2.1 : #24 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index bdd2ca4..62e215f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures mongodb3' long_description 'Installs/Configures mongodb3' -version '4.0.0' +version '5.0.0' supports 'ubuntu', '= 12.04' supports 'debian', '= 7.8'