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