From 95395b2fe45ca8c1738dac51c344c76a6cc8a59f Mon Sep 17 00:00:00 2001 From: Sunggun Yu Date: Mon, 15 Feb 2016 21:55:56 -0500 Subject: [PATCH] Mongodb3 Chef Cookbook 5.1.0 release. * Feature request #31 : Creating sysLog directory for mongod * Fixing #30 : Changing service provider as `Chef::Provider::Service::Upstart` for ubuntu 14.04 --- CHANGELOG.md | 5 +++++ README.md | 2 +- metadata.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1796b47..abf5d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # mongodb3 Cookbook CHANGELOG +## 5.1.0 + +* Feature request #31 : Creating sysLog directory for mongod +* Fixing #30 : Changing service provider as `Chef::Provider::Service::Upstart` for ubuntu 14.04 + ## 5.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. diff --git a/README.md b/README.md index 3236300..d1d7886 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### NOTICE : -* Current version 5.0.0 is not supporting automation and monitoring mms agent installation for Debian 7.8 +* Current version is not supporting automation and monitoring mms agent installation for Debian 7.8 * MongoDB 3.2.1 is default version of mongodb3 cookbook ### Contributors diff --git a/metadata.rb b/metadata.rb index 62e215f..3e0bd7f 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 '5.0.0' +version '5.1.0' supports 'ubuntu', '= 12.04' supports 'debian', '= 7.8'