This repository has been archived by the owner on May 20, 2020. It is now read-only.
Releases: sunggun-yu/chef-mongodb3
Releases · sunggun-yu/chef-mongodb3
Mongodb3 Chef Cookbook 5.3.0 release.
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)
- PR #38 : Enable/Disable Transparent Huge Pages if needed. Dennis Pattmann(@dpattmann)
- The cookbook disable the Transparent Huge Pages by default.
- PR #39 : Adding support for ubuntu 15.04 and 16.04. Marcin Skurski(@mskurski)
- Changing service provider to
Chef::Provider::Service::Systemd
for ubuntu >= 15.04 - Fix #44
- Changing service provider to
- PR #40 : Allow override of the cookbook used for mongos runit templates. Popsikle(@popsikle)
- PR #41 : Create and set ownership of data directory for mms-automation-agent. Amsdard(@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.
Mongodb3 Chef Cookbook 5.2.0 release.
Mongodb3 Chef Cookbook 5.1.0 release.
Mongodb3 Chef Cookbook 5.0.0 release.
- Fixed Chef::Mixin::Template::TemplateError: Node attributes are read-only when you do not specify which precedence level to set with Chef 11.10 - Daniel Doubrovkine(@dblock) #21.
- Adding test for chef client 11.18.12 as 11.x : testing for #21
- Adding kitchen test for ubuntu 14.04 : #13
- Using
/var/run/mongodb/mongod.pid
for centos7 : #25 - Moving attribute setter to recipe in order to support install 3.0.x in wrapper cookbook. : #23
- Adding the mongodb 3.0.x version testing in test wrapper cookbook : #23
- Adding key file directory creation
- Fixing for yum and apt repo name
- Update default version as 3.2.1 : #24
mongodb3 Chef Cookbook 4.0.0 release.
- Allowed overrides of mongo repo name for debian/ubuntu packages - Dave Augustus(@daugustus)
- Added support for MongoDB 3.2.0 - Constantin Guay(@Cog-g)
- Support for both MongoDB 3.0.x and 3.2.x - Julien Pervillé(@jperville)
mongodb3 Chef Cookbook 3.0.0 release.
- Update the default MongoDB package version to 3.0.7
- Update README.md #8
- Make keyserver configurable and fix faraday (berkshelf version bump) #11
- Adding support for Amazon Linux and Debian 7.8 #10
- Removing support for CentOS 5 : It seems like, there is some issue on package that MongoDB provided.
- Removing kitchen test of mongos for oel-6.6 : There was no 3.0.7-1.el6 of mongos package for Oracle Linux 6.6 (Test failure). I'll keep testing and bring it back later.
NOTICE :
- Current version 3.0.0 is not supporting mongos 3.0.7 for Oracle Linux 6.6. The package version 3.0.7-1.el6 of mongodb-org-shell package wasn't existing (Test failure).
- Current version 3.0.0 is not supporting automation and monitoring mms agent installation for Debian 7.8
mongodb3 Chef Cookbook 2.0.0 release.
- Removing
mongodb-org
package installation :mongodb-org
package installs latest version of mongodb modules such asmongodb-org-server
. so that installing lower version of mongodb-org-server has been failed. - Removing
mms-agent
recipe and divide it asmms-automation-agent
andmms-monitoring-agent
recipe - PR #3 : Bump up the runit dependency version to 1.7.0. Thank you for your contribution @dherges