This repository was archived by the owner on May 20, 2020. It is now read-only.
File tree 3 files changed +26
-8
lines changed
3 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 1
1
# mongodb3 Cookbook CHANGELOG
2
2
3
- ## Next ( 5.3.0)
3
+ ## 5.3.0
4
4
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.
5
10
* 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.
8
21
9
22
## 5.2.0
10
23
Original file line number Diff line number Diff line change 13
13
### NOTICE :
14
14
15
15
* 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.
18
18
19
19
### Contributors
20
20
26
26
* Julien Pervillé - [ @jperville ] ( https://github.com/jperville )
27
27
* Daniel Doubrov - [ @dblock ] ( https://github.com/dblock )
28
28
* 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 )
30
34
31
35
## Supported Platforms
32
36
33
37
The following platforms have been tested with Test Kitchen
34
38
35
39
* Ubuntu 12.04, 14.04, 15.04, 16.04
36
40
* Debian 7.8
37
- * CentOS 6.6 , 7.2
41
+ * CentOS 6.8 , 7.2
38
42
* Oralce 6.6
39
43
* Amazon Linux
40
44
Original file line number Diff line number Diff line change 9
9
supports 'ubuntu' , '>= 12.04'
10
10
supports 'debian' , '= 7.8'
11
11
supports 'redhat' , '= 6.6'
12
- supports 'centos' , '= 6.6'
12
+ supports 'centos' , '= 6.8'
13
+ supports 'centos' , '= 7.2'
13
14
supports 'oracle' , '= 6.6'
14
15
supports 'amazon'
15
16
You can’t perform that action at this time.
0 commit comments