Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Commit 1b6565c

Browse files
committed
Release v5.3.0
1 parent 8925432 commit 1b6565c

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
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

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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

@@ -26,15 +26,19 @@
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

3337
The 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

metadata.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
supports 'ubuntu', '>= 12.04'
1010
supports 'debian', '= 7.8'
1111
supports 'redhat', '= 6.6'
12-
supports 'centos', '= 6.6'
12+
supports 'centos', '= 6.8'
13+
supports 'centos', '= 7.2'
1314
supports 'oracle', '= 6.6'
1415
supports 'amazon'
1516

0 commit comments

Comments
 (0)