Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

66 lines (44 loc) · 2.85 KB

mongodb3 Cookbook CHANGELOG

5.2.0

  • PR #35 : bypass dpkg errors about pre-existing init or conf file. Damien Raude-Morvan(@drazzib)
  • Fix #34 : Supporting all the MMS Automation/Monitoring agent configuration options.
  • Updating default version of MongoDB package installation as 3.2.4

5.1.0

  • Feature request #31 : Creating sysLog directory for mongod
  • Fixing #30 : Changing service provider as Chef::Provider::Service::Upstart for ubuntu 14.04

5.0.0

  • 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

4.0.0

Thank you so much for your contribution!

  • 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)

3.0.0

  • 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

2.0.0

WARNING : mms-agent recipe has been deprecated at this version.

  • Removing mongodb-org package installation : mongodb-org package installs latest version of mongodb modules such as mongodb-org-server. so that installing lower version of mongodb-org-server has been failed.
  • Removing mms-agent recipe and divide it as mms-automation-agent and mms-monitoring-agent recipe
  • PR #3 : Bump up the runit dependency version to 1.7.0. Thank you for your contribution @dherges

1.0.0

mongodb3 Chef Cookbook 1.0.0 release.

0.2.0

Bug fixes.

0.1.0

Initial release of mongodb3