This repository was archived by the owner on May 20, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11language : ruby
22rvm :
3- - 2.1.0
3+ - 2.3.1
44bundler_args : --without integration
55gemfile :
66 - Gemfile
Original file line number Diff line number Diff line change 11# mongodb3 Cookbook CHANGELOG
22
3+ ## Next
4+
5+ * PR #49 : Test with Chef 12.x
6+
37## 5.3.0
48
59Thank you so much for your huge contribution on this release!
@@ -13,7 +17,7 @@ Thank you so much for your huge contribution on this release!
1317* PR #40 : Allow override of the cookbook used for mongos runit templates. Popsikle([ @popsikle ] ( https://github.com/popsikle ) )
1418* PR #41 : Create and set ownership of data directory for mms-automation-agent. Amsdard([ @amsdard ] ( https://github.com/amsdard ) )
1519* Adding support Ubuntu 15.04 and 16.04 for MMS Automation and Monitoring Agent.
16- * Testing in CentOS 6.8.
20+ * Testing in CentOS 6.8.
1721 * 6.6 was missing in bento.
1822* No longer support Chef Client version 11.
1923 * Chef Client version issue related to Custom Resources
@@ -27,7 +31,7 @@ Thank you so much for your huge contribution on this release!
2731
2832## 5.1.0
2933
30- * Feature request #31 : Creating sysLog directory for mongod
34+ * Feature request #31 : Creating sysLog directory for mongod
3135* Fixing #30 : Changing service provider as ` Chef::Provider::Service::Upstart ` for ubuntu 14.04
3236
3337## 5.0.0
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ group :integration do
99end
1010
1111group :test do
12- gem 'chef' , '11.10 '
12+ gem 'chef' , '~> 12.14 '
1313 gem 'rspec' , '~> 3.1'
1414end
Original file line number Diff line number Diff line change 66
77* Install and configure the mongod (or configure the config server for shard cluster)
88* Install and configure the mongos
9- * Also, mongos configure the mongos service with runit : ` service mongos start|stop|restart|status `
9+ * Also, mongos configure the mongos service with runit : ` service mongos start|stop|restart|status `
1010* Install and configure the MMS Automation Agent
1111* Install and configure the MMS Monitoring Agent
1212
3131* Marcin Skurski - [ @mskurski ] ( https://github.com/mskurski )
3232* Popsikle - [ @popsikle ] ( https://github.com/popsikle )
3333* Amsdard - [ @amsdard ] ( https://github.com/amsdard )
34+ * Grant RIdder - [ @shortdudey123 ] ( https://github.com/shortdudey123 )
3435
3536## Supported Platforms
3637
You can’t perform that action at this time.
0 commit comments