forked from arunjax/cookbooks-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
104 lines (90 loc) · 3.47 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
========================
Chef-MongoDB Cookbook Changelog
Last-Update: Mon Apr 28 01:27:52 PDT 2014
========================
Pending Version 0.16.1
--------------------------
* remove old `mms_agent.rb` and `mms-agent.rb` in favor of new mms_*_agent.rb
* Update mms_*_agent.rb to use template instead of ruby-block, nothing, but call restart
* DEPRECATE '10gen_repo' for 'mongodb_org_repo' #287 (dropping in 0.16.2)
* node['mongodb']['install_method'] can now be '10gen' (DEPRECATE) or 'mongodb_org'
* allow `node['mongodb']['config']['logpath'] to be nil for syslog #288
Version 0.16.0
--------------------------
* BREAKING CHANGE - drop support for Ruby < 1.9, Chef < 11
* cookbook dependency change
- yum >= 3.0
- remove <= limit for all other dep
* update to Berkshelf 3
* #280 fix install for centos (missing build-essentials)
Version 0.15.2 End of Ruby 1.8, Chef 10 support
---------------------------
* update test-kitchen for mongos
* update MMS version
* update rubocop
* minor typo fixes
Version 0.15.1
---------------------------
* 'potentially' BREAKING CHANGES, cookbook dependency pinned
- yum < 3.0
- runit < 1.5
- python < 1.4.5
* DEPRECATION: explicitly drop support for 'unsupported' platforms
- must be freebsd, rhel, fedora, debian
* DEPRECATION: recipe mms-agent.rb/mms_agent.rb
- see #261 for new-recipes
* use node.set to make sure is_* attributes are available for search
* 'key_file' -> 'key_file_content'
* allow pinning for gems, pip packages
* #261 new mms agent recipe based on new packaging in upstream
* #256 Allow mms_agent to be run as non-root user
- replSet is not set automatically
Version 0.15.0
---------------------------
* DEPRECATION: backward compatability for dbconfig variables in node['mongodb']
- use node['mongodb']['config'][variable] = value
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).