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

Commit 95395b2

Browse files
committed
Mongodb3 Chef Cookbook 5.1.0 release.
* Feature request #31 : Creating sysLog directory for mongod * Fixing #30 : Changing service provider as `Chef::Provider::Service::Upstart` for ubuntu 14.04
1 parent 9f6d482 commit 95395b2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# mongodb3 Cookbook CHANGELOG
22

3+
## 5.1.0
4+
5+
* Feature request #31 : Creating sysLog directory for mongod
6+
* Fixing #30 : Changing service provider as `Chef::Provider::Service::Upstart` for ubuntu 14.04
7+
38
## 5.0.0
49

510
* 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
### NOTICE :
1414

15-
* Current version 5.0.0 is not supporting automation and monitoring mms agent installation for Debian 7.8
15+
* Current version is not supporting automation and monitoring mms agent installation for Debian 7.8
1616
* MongoDB 3.2.1 is default version of mongodb3 cookbook
1717

1818
### Contributors

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures mongodb3'
66
long_description 'Installs/Configures mongodb3'
7-
version '5.0.0'
7+
version '5.1.0'
88

99
supports 'ubuntu', '= 12.04'
1010
supports 'debian', '= 7.8'

0 commit comments

Comments
 (0)