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

Commit

Permalink
Release v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggun-yu committed Apr 6, 2016
1 parent 933155a commit bf86b73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mongodb3 Cookbook CHANGELOG

## 5.2.0

* PR #35 : bypass dpkg errors about pre-existing init or conf file. Damien Raude-Morvan([@drazzib](https://github.com/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
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
* Install and configure the mongod (or configure the config server for shard cluster)
* Install and configure the mongos
* Also, mongos configure the mongos service with runit : `service mongos start|stop|restart|status`
* Install the MMS Automation Agent
* Install the MMS Monitoring Agent
* Install and configure the MMS Automation Agent
* Install and configure the MMS Monitoring Agent

### NOTICE :

* Current version is not supporting automation and monitoring mms agent installation for Debian 7.8
* MongoDB 3.2.1 is default version of mongodb3 cookbook
* MongoDB 3.2.4 is default version of mongodb3 cookbook

### Contributors

Expand All @@ -24,6 +24,8 @@
* Constantin Guay - [@Cog-g](https://github.com/Cog-g)
* Julien Pervillé - [@jperville](https://github.com/jperville)
* Daniel Doubrov - [@dblock](https://github.com/dblock)
* Damien Raude-Morvan - [@drazzib](https://github.com/drazzib)


## Supported Platforms

Expand Down Expand Up @@ -314,7 +316,6 @@ default['mongodb3']['config']['mms']['httpProxy'] = nil
default['mongodb3']['config']['mms']['krb5ConfigLocation'] = nil
default['mongodb3']['config']['mms']['sslTrustedMMSServerCertificate'] = nil
default['mongodb3']['config']['mms']['sslRequireValidMMSServerCertificates'] = nil
```

#### Attributes for automation agent.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures mongodb3'
long_description 'Installs/Configures mongodb3'
version '5.1.0'
version '5.2.0'

supports 'ubuntu', '= 12.04'
supports 'debian', '= 7.8'
Expand Down

0 comments on commit bf86b73

Please sign in to comment.