]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/elasticsearch/CHANGELOG.md
Add new module elasticsearch for listsearch
[dsa-puppet.git] / 3rdparty / modules / elasticsearch / CHANGELOG.md
1 ##0.9.3( Mar 24, 2015 )
2
3 ###Summary
4 Bugfix release 0.9.3
5
6 ####Features
7
8 ####Bugfixes
9 * Not setting repo_version did not give the correct error
10 * Systemd file did not contain User/Group values
11
12 ####Changes
13 * Brand rename from Elasticsearch to Elastic
14
15 ####Testing changes
16 * Moved from multiple Gemfiles to single Gemfile
17
18 ####Known bugs
19 * Possible package conflicts when using ruby/python defines with main package name
20
21 ##0.9.2( Mar 06, 2015 )
22
23 ###Summary
24 Bugfix release 0.9.2
25
26 ####Features
27 * Introducing es_instance_conn_validator resource to verify instance availability
28
29 ####Bugfixes
30 * Fix missing data path when using the path config setting but not setting the data path
31
32 ####Changes
33 None
34
35 ####Testing changes
36 None
37
38 ####Known bugs
39 * Possible package conflicts when using ruby/python defines with main package name
40
41 ##0.9.1 ( Feb 23, 2015 )
42
43 ###Summary
44 This is the first bug fix release for 0.9 version.
45 A bug was reported with the recursive file management.
46
47 ####Features
48 None
49
50 ####Bugfixes
51 * Fix recursive file management
52 * Set undefined variables to work with strict_variables
53
54 ####Changes
55 None
56
57 ####Testing changes
58 None
59
60 ####Known bugs
61 * Possible package conflicts when using ruby/python defines with main package name
62
63 ##0.9.0 ( Feb 02, 2015 )
64
65 ###Summary
66 This release is the first one towards 1.0 release.
67 Our planning is to provide LTS releases with the puppet module
68
69 ####Features
70 * Support for using hiera to define instances and plugins.
71 * Support for OpenSuSE 13.x
72 * Custom facts about the installed Elasticsearch instance(s)
73 * Proxy host/port support for the plugin installation
74 * Ability to supply a custom logging.yml template
75
76 ####Bugfixes
77 * Ensure file owners are correct accross all related files
78 * Fix of possible service name conflict
79 * Empty main config would fail with instances
80 * Removal of standard files from packages we dont use
81 * Ensuring correct sequence of plugin and template defines
82 * Added ES_CLASSPATH export to init scripts
83
84 ####Changes
85 * Java installation to use puppetlabs-java module
86 * Added Support and testing for Puppet 3.7 and PE 3.7
87 * Improve metadata.json based on scoring from Forge
88
89
90 ####Testing changes
91 * Added testing against Puppet 3.7 and PE 3.7
92 * Using rspec3
93 * Using rspec-puppet-facts gem simplifies rspec testing
94
95 ####Known Bugs
96 * Possible package conflicts when using ruby/python defines with main package name
97
98 ##0.4.0 ( Jun 18, 2014 ) - Backwards compatible breaking release
99
100 ###Summary
101 This release introduces instances to facilitate the option to have more then a single instance running on the host system.
102
103 ####Features
104 * Rewrite module to incorperate multi instance support
105 * New readme layout
106
107 ####Bugfixes
108 * None
109
110 ####Changes
111 * Adding ec2-linux osfamily for repo management
112 * Retry behaviour for plugin installation
113
114 ####Testing changes
115 * Adding Puppet 3.6.x testing
116 * Ubuntu 14.04 testing
117 * Using new docker images
118 * Pin rspec to 2.14.x
119
120 ####Known Bugs
121 * No known bugs
122
123 ##0.3.2 ( May 15, 2014 )
124 *  Add support for SLC/Scientific Linux CERN ( PR #121 )
125 *  Add support for custom package names ( PR #122 )
126 *  Fix python and ruby client defines to avoid name clashes.
127 *  Add ability to use stage instead of anchor for repo class
128 *  Minor fixes to system tests
129
130 ##0.3.1 ( April 22, 2014 )
131 *  Ensure we create the plugin directory before installing plugins
132 *  Added Puppet 3.5.x to rspec and system tests
133
134 ##0.3.0 ( April 2, 2014 )
135 *  Fix minor issue with yumrepo in repo class ( PR #92 )
136 *  Implement OpenSuse support
137 *  Implement Junit reporting for tests
138 *  Adding more system tests and convert to Docker images
139 *  Use Augeas for managing the defaults file
140 *  Add retry to package download exec
141 *  Add management to manage the logging.yml file
142 *  Improve inline documentation
143 *  Improve support for Debian 6
144 *  Improve augeas for values with spaces
145 *  Run plugin install as ES user ( PR #108 )
146 *  Fix rights for the plugin directory
147 *  Pin Rake for Ruby 1.8.7
148 *  Adding new metadata for Forge.
149 *  Increase time for retry to insert the template
150
151 ##0.2.4 ( Feb 21, 2014 )
152 *  Set puppetlabs-stdlib dependency version from 3.0.0 to 3.2.0 to be inline with other modules
153 *  Let puppet run fail when template insert fails
154 *  Documentation improvements ( PR #77, #78, #83 )
155 *  Added beaker system tests
156 *  Fixed template define after failing system tests
157 *  Some fixes so variables are more inline with intended structure
158
159 ##0.2.3 ( Feb 06, 2014 )
160 *  Add repository management feature
161 *  Improve testing coverage and implement basic resource coverage reporting
162 *  Add puppet 3.4.x testing
163 *  Fix dependency in template define ( PR #72 )
164 *  For apt repo change from key server to key file
165
166 ##0.2.2 ( Jan 23, 2014 )
167 *  Ensure exec names are unique. This caused issues when using our logstash module
168 *  Add spec tests for plugin define
169
170 ##0.2.1 ( Jan 22, 2014 )
171 *  Simplify the management of the defaults file ( PR #64 )
172 *  Doc improvements for the plugin define ( PR #66 )
173 *  Allow creation of data directory ( PR #68 )
174 *  Fail early when package version and package_url are defined
175
176 ##0.2.0 ( Nov 19, 2013 )
177 *  Large rewrite of the entire module described below
178 *  Make the core more dynamic for different service providers and multi instance capable
179 *  Add better testing and devided into different files
180 *  Fix template function. Replace of template is now only done when the file is changed
181 *  Add different ways to install the package except from the repository ( puppet/http/https/ftp/file )
182 *  Update java class to install openjdk 1.7
183 *  Add tests for python function
184 *  Update config file template to fix scoping issue ( from PR #57 )
185 *  Add validation of templates
186 *  Small changes for preperation for system tests
187 *  Update readme for new functionality
188 *  Added more test scenario's
189 *  Added puppet parser validate task for added checking
190 *  Ensure we don't add stuff when removing the module
191 *  Update python client define
192 *  Add ruby client define
193 *  Add tests for ruby clients and update python client tests
194
195 ##0.1.3 ( Sep 06, 2013 )
196 *  Exec path settings has been updated to fix warnings ( PR #37, #47 )
197 *  Adding define to install python bindings ( PR #43 )
198 *  Scope deprecation fixes ( PR #41 )
199 *  feature to install plugins ( PR #40 )
200
201 ##0.1.2 ( Jun 21, 2013 )
202 *  Update rake file to ignore the param inherit
203 *  Added missing documentation to the template define
204 *  Fix for template define to allow multiple templates ( PR #36 by Bruce Morrison )
205
206 ##0.1.1 ( Jun 14, 2013 )
207 *  Add Oracle Linux to the OS list ( PR #25 by Stas Alekseev )
208 *  Respect the restart_on_change on the defaults ( PR #29 by Simon Effenberg )
209 *  Make sure the config can be empty as advertised in the readme
210 *  Remove dependency cycle when the defaults file is updated ( PR #31 by Bruce Morrison )
211 *  Enable retry on the template insert in case ES isn't started yet ( PR #32 by Bruce Morrison )
212 *  Update templates to avoid deprecation notice with Puppet 3.2.x
213 *  Update template define to avoid auto insert issue with ES
214 *  Update spec tests to reflect changes to template define
215
216 ##0.1.0 ( May 09, 2013 )
217 *  Populate .gitignore ( PR #19 by Igor Galić )
218 *  Add ability to install initfile ( PR #20 by Justin Lambert )
219 *  Add ability to manage default file service parameters ( PR #21 by Mathieu Bornoz )
220 *  Providing complete containment of the module ( PR #24 by Brian Lalor )
221 *  Add ability to specify package version ( PR #25 by Justin Lambert )
222 *  Adding license file
223
224 ##0.0.7 ( Mar 23, 2013 )
225 *  Ensure config directory is created and managed ( PR #13 by Martin Seener )
226 *  Dont backup package if it changes
227 *  Create explicit dependency on template directory ( PR #16 by Igor Galić )
228 *  Make the config directory variable ( PR #17 by Igor Galić and PR #18 by Vincent Janelle )
229 *  Fixing template define
230
231 ##0.0.6 ( Mar 05, 2013 )
232 *  Fixing issue with configuration not printing out arrays
233 *  New feature to write the config hash shorter
234 *  Updated readme to reflect the new feature
235 *  Adding spec tests for config file generation
236
237 ##0.0.5 ( Mar 03, 2013 )
238 *  Option to disable restart on config file change ( PR #10 by Chris Boulton )
239
240 ##0.0.4 ( Mar 02, 2013 )
241 *  Fixed a major issue with the config template ( Issue #9 )
242
243 ##0.0.3 ( Mar 02, 2013 )
244 *  Adding spec tests
245 *  Fixed init issue on Ubuntu ( Issue #6 by Marcus Furlong )
246 *  Fixed config template problem ( Issue #8 by surfchris )
247 *  New feature to manage templates
248
249 ##0.0.2 ( Feb 16, 2013 )
250 *  Feature to supply a package instead of being dependent on the repository
251 *  Feature to install java in case one doesn't manage it externally
252 *  Adding RedHat and Amazon as Operating systems
253 *  fixed a typo - its a shard not a shared :) ( PR #5 by Martin Seener )
254
255 ##0.0.1 ( Jan 13, 2013 )
256 *  Initial release of the module