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

Commit

Permalink
Release v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggun-yu committed Aug 5, 2016
1 parent 8925432 commit 1b6565c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

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

Expand Down
3 changes: 2 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 1b6565c

Please sign in to comment.