From 1b6565c6d94186e712911eab4b2a0ab219ef327f Mon Sep 17 00:00:00 2001 From: Sunggun Yu Date: Fri, 5 Aug 2016 15:43:32 -0400 Subject: [PATCH] Release v5.3.0 --- CHANGELOG.md | 19 ++++++++++++++++--- README.md | 12 ++++++++---- metadata.rb | 3 ++- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fba53..754f72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,23 @@ # mongodb3 Cookbook CHANGELOG -## Next (5.3.0) +## 5.3.0 +Thank you so much for your huge contribution on this release! + +* PR #36 : The mongos service shall be restarted to pick the new config. Jose Olcese([@jolcese](https://github.com/jolcese)) +* PR #38 : Enable/Disable Transparent Huge Pages if needed. Dennis Pattmann([@dpattmann](https://github.com/dpattmann)) + * The cookbook disable the Transparent Huge Pages by default. * PR #39 : Adding support for ubuntu 15.04 and 16.04. Marcin Skurski([@mskurski](https://github.com/mskurski)) -* Adding support for ubuntu 15.04 and 16.04 -* Changing service provider to `Chef::Provider::Service::Systemd` for ubuntu >= 15.04 + * Changing service provider to `Chef::Provider::Service::Systemd` for ubuntu >= 15.04 + * Fix #44 +* PR #40 : Allow override of the cookbook used for mongos runit templates. Popsikle([@popsikle](https://github.com/popsikle)) +* PR #41 : Create and set ownership of data directory for mms-automation-agent. Amsdard([@amsdard](https://github.com/amsdard)) +* Adding support Ubuntu 15.04 and 16.04 for MMS Automation and Monitoring Agent. +* Testing in CentOS 6.8. + * 6.6 was missing in bento. +* No longer support Chef Client version 11. + * Chef Client version issue related to Custom Resources + * It is also decision for upcoming LWRP in mongodb3 cookbook. ## 5.2.0 diff --git a/README.md b/README.md index 178c866..4891a28 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ ### NOTICE : * Current version is not supporting automation and monitoring mms agent installation for Debian 7.8. -* MongoDB 3.2.8 is default version of mongodb3 cookbook. -* Mongodb3 cookbook is no longer support Chef Client version 11. +* MongoDB **3.2.8** is default version of mongodb3 cookbook. +* Mongodb3 cookbook is **NO LONGER SUPPORT** Chef Client version 11. ### Contributors @@ -26,7 +26,11 @@ * Julien Pervillé - [@jperville](https://github.com/jperville) * Daniel Doubrov - [@dblock](https://github.com/dblock) * Damien Raude-Morvan - [@drazzib](https://github.com/drazzib) - +* Jose Olcese - [@jolcese](https://github.com/jolcese) +* Dennis Pattmann - [@dpattmann](https://github.com/dpattmann) +* Marcin Skurski - [@mskurski](https://github.com/mskurski) +* Popsikle - [@popsikle](https://github.com/popsikle) +* Amsdard - [@amsdard](https://github.com/amsdard) ## Supported Platforms @@ -34,7 +38,7 @@ The following platforms have been tested with Test Kitchen * Ubuntu 12.04, 14.04, 15.04, 16.04 * Debian 7.8 -* CentOS 6.6, 7.2 +* CentOS 6.8, 7.2 * Oralce 6.6 * Amazon Linux diff --git a/metadata.rb b/metadata.rb index 1d2787a..88556e1 100644 --- a/metadata.rb +++ b/metadata.rb @@ -9,7 +9,8 @@ supports 'ubuntu', '>= 12.04' supports 'debian', '= 7.8' supports 'redhat', '= 6.6' -supports 'centos', '= 6.6' +supports 'centos', '= 6.8' +supports 'centos', '= 7.2' supports 'oracle', '= 6.6' supports 'amazon'