File tree Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 11# mongodb3 Cookbook CHANGELOG
22
3- ## Next ( 5.3.0)
3+ ## 5.3.0
44
5+ Thank you so much for your huge contribution on this release!
6+
7+ * PR #36 : The mongos service shall be restarted to pick the new config. Jose Olcese([ @jolcese ] ( https://github.com/jolcese ) )
8+ * PR #38 : Enable/Disable Transparent Huge Pages if needed. Dennis Pattmann([ @dpattmann ] ( https://github.com/dpattmann ) )
9+ * The cookbook disable the Transparent Huge Pages by default.
510* PR #39 : Adding support for ubuntu 15.04 and 16.04. Marcin Skurski([ @mskurski ] ( https://github.com/mskurski ) )
6- * Adding support for ubuntu 15.04 and 16.04
7- * Changing service provider to ` Chef::Provider::Service::Systemd ` for ubuntu >= 15.04
11+ * Changing service provider to ` Chef::Provider::Service::Systemd ` for ubuntu >= 15.04
12+ * Fix #44
13+ * PR #40 : Allow override of the cookbook used for mongos runit templates. Popsikle([ @popsikle ] ( https://github.com/popsikle ) )
14+ * PR #41 : Create and set ownership of data directory for mms-automation-agent. Amsdard([ @amsdard ] ( https://github.com/amsdard ) )
15+ * Adding support Ubuntu 15.04 and 16.04 for MMS Automation and Monitoring Agent.
16+ * Testing in CentOS 6.8.
17+ * 6.6 was missing in bento.
18+ * No longer support Chef Client version 11.
19+ * Chef Client version issue related to Custom Resources
20+ * It is also decision for upcoming LWRP in mongodb3 cookbook.
821
922## 5.2.0
1023
Original file line number Diff line number Diff line change 1313### NOTICE :
1414
1515* Current version is not supporting automation and monitoring mms agent installation for Debian 7.8.
16- * MongoDB 3.2.8 is default version of mongodb3 cookbook.
17- * Mongodb3 cookbook is no longer support Chef Client version 11.
16+ * MongoDB ** 3.2.8** is default version of mongodb3 cookbook.
17+ * Mongodb3 cookbook is ** NO LONGER SUPPORT ** Chef Client version 11.
1818
1919### Contributors
2020
2626* Julien Pervillé - [ @jperville ] ( https://github.com/jperville )
2727* Daniel Doubrov - [ @dblock ] ( https://github.com/dblock )
2828* Damien Raude-Morvan - [ @drazzib ] ( https://github.com/drazzib )
29-
29+ * Jose Olcese - [ @jolcese ] ( https://github.com/jolcese )
30+ * Dennis Pattmann - [ @dpattmann ] ( https://github.com/dpattmann )
31+ * Marcin Skurski - [ @mskurski ] ( https://github.com/mskurski )
32+ * Popsikle - [ @popsikle ] ( https://github.com/popsikle )
33+ * Amsdard - [ @amsdard ] ( https://github.com/amsdard )
3034
3135## Supported Platforms
3236
3337The following platforms have been tested with Test Kitchen
3438
3539* Ubuntu 12.04, 14.04, 15.04, 16.04
3640* Debian 7.8
37- * CentOS 6.6 , 7.2
41+ * CentOS 6.8 , 7.2
3842* Oralce 6.6
3943* Amazon Linux
4044
Original file line number Diff line number Diff line change 99supports 'ubuntu' , '>= 12.04'
1010supports 'debian' , '= 7.8'
1111supports 'redhat' , '= 6.6'
12- supports 'centos' , '= 6.6'
12+ supports 'centos' , '= 6.8'
13+ supports 'centos' , '= 7.2'
1314supports 'oracle' , '= 6.6'
1415supports 'amazon'
1516
You can’t perform that action at this time.
0 commit comments