From bf86b73967562a9b6d4eae5e7cad581fdbf40a15 Mon Sep 17 00:00:00 2001 From: Sunggun Yu Date: Wed, 6 Apr 2016 09:57:21 -0400 Subject: [PATCH] Release v5.2.0 --- CHANGELOG.md | 6 ++++++ README.md | 9 +++++---- metadata.rb | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf5d44..d1b9dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mongodb3 Cookbook CHANGELOG +## 5.2.0 + +* PR #35 : bypass dpkg errors about pre-existing init or conf file. Damien Raude-Morvan([@drazzib](https://github.com/drazzib)) +* Fix #34 : Supporting all the MMS Automation/Monitoring agent configuration options. +* Updating default version of MongoDB package installation as 3.2.4 + ## 5.1.0 * Feature request #31 : Creating sysLog directory for mongod diff --git a/README.md b/README.md index b281cef..f218cc3 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ * Install and configure the mongod (or configure the config server for shard cluster) * Install and configure the mongos * Also, mongos configure the mongos service with runit : `service mongos start|stop|restart|status` -* Install the MMS Automation Agent -* Install the MMS Monitoring Agent +* Install and configure the MMS Automation Agent +* Install and configure the MMS Monitoring Agent ### NOTICE : * 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 +* MongoDB 3.2.4 is default version of mongodb3 cookbook ### Contributors @@ -24,6 +24,8 @@ * Constantin Guay - [@Cog-g](https://github.com/Cog-g) * Julien Pervillé - [@jperville](https://github.com/jperville) * Daniel Doubrov - [@dblock](https://github.com/dblock) +* Damien Raude-Morvan - [@drazzib](https://github.com/drazzib) + ## Supported Platforms @@ -314,7 +316,6 @@ default['mongodb3']['config']['mms']['httpProxy'] = nil default['mongodb3']['config']['mms']['krb5ConfigLocation'] = nil default['mongodb3']['config']['mms']['sslTrustedMMSServerCertificate'] = nil default['mongodb3']['config']['mms']['sslRequireValidMMSServerCertificates'] = nil - ``` #### Attributes for automation agent. diff --git a/metadata.rb b/metadata.rb index 3e0bd7f..3c979c1 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.1.0' +version '5.2.0' supports 'ubuntu', '= 12.04' supports 'debian', '= 7.8'