forked from arunjax/cookbooks-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
62 lines (52 loc) · 1.96 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
========================
Chef-MongoDB Cookbook Changelog
Last-Update: Fri Feb 7 11:35:48 PST 2014
========================
Version 0.15.0 DEVELOPMENTAL RELEASE
---------------------------
* Deprecates setting config values at node['mongodb'] level
Version 0.14.10 DEVELOPMENTAL RELEASE
---------------------------
* Final 0.14 release
* move node['mongodb']['config']['configsrv'] auto update to the top
* Drop using Chef.Version as it is not rc/beta compatible
* installs gem bson_ext
Version 0.14.8 DEVELOPMENTAL RELEASE
---------------------------
* Rubocop (cherry pick of #220)
Version 0.14.7 DEVELOPMENTAL RELEASE
---------------------------
* Automatically install bson_ext gem
* Add check/protection for empty shard
* Force node['mongodb']['config']['configsrv'] == true when set as configserver
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).