forked from arunjax/cookbooks-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
45 lines (38 loc) · 1.35 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
========================
Chef-MongoDB Cookbook Changelog
Last-Update: Mon Jan 27 14:14:26 PST 2014
========================
Version 0.15.0 1.0.0-rc1
---------------------------
* TBA
Version 0.14.6 DEVELOPMENTAL RELEASE
---------------------------
* try to autoconfigure 'configsrv' from configserver_nodes
* remove `include 'mongodb::default'` from definition
* allow chef-run without restarting mongo
* comment cleanup
Version 0.14.X DEVELOPMENTAL RELEASES
---------------------------
* Split out install into separate recipe
* Adds more testing
* Fixes mms-agent installation/runtime
* Preliminary Work being done to convert completely to Resource style
* patches to Replicaset
* patches to fix upstart service
* patches to configserver install
Version 0.13.2, RELEASED
---------------------------
add support for chef_gem on newer versions of chef
Version 0.13.1, RELEASED
---------------------------
Add keyfileSupport
Version 0.13.0, RELEASED
---------------------------
Bunch of stuff...
Version 0.1.0
----------------------------
Initial release of the cookbooks for the chef configuration management system
developed at edelight GmbH.
With this first release we publish the mongodb cookbook we use for our systems.
This cookbook helps you to configure single node mongodb instances as well as
more complicated cluster setups (including sharding and replication).