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

Commit

Permalink
Mongodb3 Chef Cookbook 5.1.0 release.
Browse files Browse the repository at this point in the history
* Feature request #31 : Creating sysLog directory for mongod
* Fixing #30 : Changing service provider as `Chef::Provider::Service::Upstart` for ubuntu 14.04
  • Loading branch information
sunggun-yu committed Feb 16, 2016
1 parent 9f6d482 commit 95395b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# mongodb3 Cookbook CHANGELOG

## 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](https://github.com/dblock)) #21.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### NOTICE :

* Current version 5.0.0 is not supporting automation and monitoring mms agent installation for Debian 7.8
* 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

### Contributors
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.0.0'
version '5.1.0'

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

0 comments on commit 95395b2

Please sign in to comment.