Update rabbitmq module
[mirror/dsa-puppet.git] / 3rdparty / modules / rabbitmq / HISTORY.md
1 ## 5.5.0 (2016-08-29)
2 ### Summary
3 Adds some exciting new features (listed below) for a long awaited release!
4
5 ### Features
6 - Updates GPG signing key
7 - Now add additional config variables with the `config_additional_variable` parameter!
8 - Configure your management plugin with the new `collect_statistics_interval` parameter!
9 - Enjoy more robust tuning of your TCP configuration with:
10   - `tcp_backlog`
11   - `tcp_sndbuf`
12   - `tcp_recbuf`
13
14 ### Bugfixes
15 - MODULES-3740 - RabbitMQ template missing important config parameter
16
17 ## 5.4.0 (2016-05-11)
18 ### Summary
19 Adds several new parameters, features, and lots of bugfixes
20
21 #### Features
22 - Adds configuration for rabbitmq\_shovel plugin including static shovels
23 - (MODULE-2040) Add configuration of `auth_backends`
24 - Adds the `config_management_variables` parameter
25 - Adds `heartbeat` parameter
26 - Adds `rabbitmq_version` fact
27 - Adds ipv6 support to `rabbitmqadmin`
28 - MODULES-3148: Allow shards-per-node for rabbitmq\_policy definition to be integer
29 - Adds `rabbitmq_nodename` fact
30 - Allow passing architecture to `apt::source`
31
32 #### Bugfixes
33 - MODULES-2252 - fix "Command execution expired" issue
34 - Fixes an issue with Puppet 4+ when run from a cron job
35 - Updates RedHat to use yum instead of rpm
36 - Fixes the `$file_limit` parameter to allow integers
37 - MODULES-2252 - fix "Could not prefetch rabbitmq\_exchange provider 'rabbitmqadmin': 757: unexpected token at 'fanout'" issue
38 - Improves error message when policy definition value is not a string
39 - MODULES-2645 add apt::update requirement for Debian
40 - Fixes pinning for apt on Debian based distros
41 - Updates install.pp to ensure that mnesia\_base directory exists
42 - Fixes rabbitmqadmin url
43 - Updates default `$package_gpg_key` to https
44 - Fixes `curl --noproxy` command to set host dynamically
45 - Ignore system umask when generating enabled\_plugins file
46 - Fix to skip federated queues in the output
47 - Updates module dependencies to use `puppet-staging` instead of `nanliu-staging`
48 - Fixes bug where `rabbitmq_management` block is created twice
49 - Fixes `rabbitmq_parameter` type check for `add-forward-headers` to require boolean.
50 - Fixes an issue when `$node_ip_address` is 'UNSET'
51 - Fixes package installation on OpenBSD
52 - Fixes bug that shows new user password changes on noop runs
53 - (MODULES-3295) Allow ssl => false without warning
54
55 ## 5.3.1 (2015-10-07)
56 ### Summary
57 Adds a new resource type and a few ssl management parameters
58
59 #### Features
60 - Add rabbitmq\_parameter type
61 - Add management\_ssl parameter to rabbitmq class
62 - Add stomp\_ssl\_only parameter to rabbitmq class
63
64 #### Bugfixes
65 - file\_limit validation and el7 management
66 - Fix mnesia dir not getting wiped
67 - Fix message-ttl and max-length integer conversion in rabbitmq\_policy
68 - Allow managing erlang cookie without config\_cluster
69
70 ## 5.3.0 (2015-05-26) [YANKED]
71 ### Summary
72 This is a deleted release. It did not follow semver.
73
74 ## 5.2.3 (2015-06-23)
75 ### Summary
76 This is a patch release that updates the dependency requirements in the metadata.
77
78 ## 5.2.2 (2015-06-09)
79 ### Summary
80 This is a bugfix to allow the rabbitmq\_exchange type's internal/durable/auto\_delete attributes work when they are not explicitly passed.
81
82 ### Bugfixes
83 - Fix rabbitmq\_exchange create when internal/durable/auto\_delete are not specified
84 - Start unit testing on puppet 4
85 - Add default value to tcp\_listen\_options
86
87 ## 5.2.1 (2015-05-26)
88 ### Summary
89 This release includes a fix for idempotency between puppet runs, as well as Readme updates
90
91 #### Features
92 - Readme updates
93 - Testing updates
94
95 #### Bugfixes
96 - Ensure idempotency between Puppet runs
97
98 ## 5.2.0 (2015-04-28)
99 ### Summary
100 This release adds several new features for expanded configuration, support for SSL Ciphers, several bugfixes, and improved tests.
101
102 #### Features
103 - New parameters to class `rabbitmq`
104   - `ssl_ciphers`
105 - New parameters to class `rabbitmq::config`
106   - `interface`
107   - `ssl_interface`
108 - New parameters to type `rabbitmq_exchange`
109   - `internal`
110   - `auto_delete`
111   - `durable`
112 - Adds syncing with Modulesync
113 - Adds support for SSL Ciphers
114 - Adds `file_limit` support for RedHat platforms
115
116 #### Bugfixes
117 - Will not create `rabbitmqadmin.conf` if admin is disabled
118 - Fixes `check_password`
119 - Fix to allow bindings and queues to be created when non-default management port is being used by rabbitmq. (MODULES-1856)
120 - `rabbitmq_policy` converts known parameters to integers
121 - Updates apt key for full fingerprint compliance.
122 - Adds a missing `routing_key` param to rabbitmqadmin absent binding call.
123
124 ## 5.1.0 (2015-03-10)
125 ### Summary
126 This release adds several features for greater flexibility in configuration of rabbitmq, includes a number of bug fixes, and bumps the minimum required version of puppetlabs-stdlib to 3.0.0.
127
128 #### Changes to defaults
129 - The default environment variables in `rabbitmq::config` have been renamed from `RABBITMQ_NODE_PORT` and `RABBITMQ_NODE_IP_ADDRESS` to `NODE_PORT` and `NODE_IP_ADDRESS` (MODULES-1673)
130
131 #### Features
132 - New parameters to class `rabbitmq`
133   - `file_limit`
134   - `interface`
135   - `ldap_other_bind`
136   - `ldap_config_variables`
137   - `ssl_interface`
138   - `ssl_versions`
139   - `rabbitmq_group`
140   - `rabbitmq_home`
141   - `rabbitmq_user`
142 - Add `rabbitmq_queue` and `rabbitmq_binding` types
143 - Update the providers to be able to retry commands
144
145 #### Bugfixes
146 - Cleans up the formatting for rabbitmq.conf for readability
147 - Update tag splitting in the `rabbitmqctl` provider for `rabbitmq_user` to work with comma or space separated tags
148 - Do not enforce the source value for the yum provider (MODULES-1631)
149 - Fix conditional around `$pin`
150 - Remove broken SSL option in rabbitmqadmin.conf (MODULES-1691)
151 - Fix issues in `rabbitmq_user` with admin and no tags
152 - Fix issues in `rabbitmq_user` with tags not being sorted
153 - Fix broken check for existing exchanges in `rabbitmq_exchange`
154
155 ## 5.0.0 (2014-12-22)
156 ### Summary
157
158 This release fixes a longstanding security issue where the rabbitmq
159 erlang cookie was exposed as a fact by managing the cookie with a
160 provider. It also drops support for Puppet 2.7, adds many features
161 and fixes several bugs.
162
163 #### Backwards-incompatible Changes
164
165 - Removed the rabbitmq\_erlang\_cookie fact and replaced the logic to
166   manage that cookie with a provider.
167 - Dropped official support for Puppet 2.7 (EOL 9/30/2014
168   https://groups.google.com/forum/#!topic/puppet-users/QLguMcLraLE )
169 - Changed the default value of $rabbitmq::params::ldap\_user\_dn\_pattern
170   to not contain a variable
171 - Removed deprecated parameters: $rabbitmq::cluster\_disk\_nodes,
172   $rabbitmq::server::manage\_service, and
173   $rabbitmq::server::config\_mirrored\_queues
174
175 #### Features
176
177 - Add tcp\_keepalive parameter to enable TCP keepalive
178 - Use https to download rabbitmqadmin tool when $rabbitmq::ssl is true
179 - Add key\_content parameter for offline Debian package installations
180 - Use 16 character apt key to avoid potential collisions
181 - Add rabbitmq\_policy type, including support for rabbitmq <3.2.0
182 - Add rabbitmq::ensure\_repo parameter
183 - Add ability to change rabbitmq\_user password
184 - Allow disk as a valid cluster node type
185
186 #### Bugfixes
187
188 - Avoid attempting to install rabbitmqadmin via a proxy (since it is
189   downloaded from localhost)
190 - Optimize check for RHEL GPG key
191 - Configure ssl\_listener in stomp only if using ssl
192 - Use rpm as default package provider for RedHat, bringing the module in
193   line with the documented instructions to manage erlang separately and allowing
194   the default version and source parameters to become meaningful
195 - Configure cacertfile only if verify\_none is not set
196 - Use -q flag for rabbitmqctl commands to avoid parsing inconsistent
197   debug output
198 - Use the -m flag for rabbitmqplugins commands, again to avoid parsing
199   inconsistent debug output
200 - Strip backslashes from the rabbitmqctl output to avoid parsing issues
201 - Fix limitation where version parameter was ignored
202 - Add /etc/rabbitmq/rabbitmqadmin.conf to fix rabbitmqadmin port usage
203   when ssl is on
204 - Fix linter errors and warnings
205 - Add, update, and fix tests
206 - Update docs
207
208 ## 4.1.0 (2014-08-20)
209 ### Summary
210
211 This release adds several new features, fixes bugs, and improves tests and
212 documentation.
213
214 #### Features
215 - Autorequire the rabbitmq-server service in the rabbitmq\_vhost type
216 - Add credentials to rabbitmqadmin URL
217 - Added $ssl\_only parameter to rabbitmq, rabbitmq::params, and
218 rabbitmq::config
219 - Added property tags to rabbitmq\_user provider
220
221 #### Bugfixes
222 - Fix erroneous commas in rabbitmq::config
223 - Use correct ensure value for the rabbitmq\_stomp rabbitmq\_plugin
224 - Set HOME env variable to nil when leveraging rabbitmq to remove type error
225 from Python script
226 - Fix location for rabbitmq-plugins for RHEL
227 - Remove validation for package\_source to allow it to be set to false
228 - Allow LDAP auth configuration without configuring stomp
229 - Added missing $ssl\_verify and $ssl\_fail\_if\_no\_peer\_cert to rabbitmq::config
230
231 ## 4.0.0 (2014-05-16)
232 ### Summary
233
234 This release includes many new features and bug fixes.  With the exception of
235 erlang management this should be backwards compatible with 3.1.0.
236
237 #### Backwards-incompatible Changes
238 - erlang\_manage was removed.  You will need to manage erlang separately. See
239 the README for more information on how to configure this.
240
241 #### Features
242 - Improved SSL support
243 - Add LDAP support
244 - Add ability to manage RabbitMQ repositories
245 - Add ability to manage Erlang kernel configuration options
246 - Improved handling of user tags
247 - Use nanliu-staging module instead of hardcoded 'curl'
248 - Switch to yum or zypper provider instead of rpm
249 - Add ability to manage STOMP plugin installation.
250 - Allow empty permission fields
251 - Convert existing system tests to beaker acceptance tests.
252
253 #### Bugfixes
254 - exchanges no longer recreated on each puppet run if non-default vhost is used
255 - Allow port to be UNSET
256 - Re-added rabbitmq::server class
257 - Deprecated previously unused manage\_service variable in favor of 
258   service\_manage
259 - Use correct key for rabbitmq apt::source
260 - config\_mirrored\_queues variable removed
261   - It previously did nothing, will now at least throw a warning if you try to
262     use it
263 - Remove unnecessary dependency on Class['rabbitmq::repo::rhel'] in
264   rabbitmq::install
265
266
267 ## 3.1.0 (2013-09-14)
268 ### Summary
269
270 This release focuses on a few small (but critical) bugfixes as well as extends
271 the amount of custom RabbitMQ configuration you can do with the module.
272
273 #### Features
274 - You can now change RabbitMQ 'Config Variables' via the parameter `config_variables`.
275 - You can now change RabbitMQ 'Environment Variables' via the parameter `environment_variables`.
276 - ArchLinux support added.
277
278 #### Fixes
279 - Make use of the user/password parameters in rabbitmq\_exchange{}
280 - Correct the read/write parameter order on set\_permissions/list\_permissions as
281   they were reversed.
282 - Make the module pull down 3.1.5 by default.
283
284 ## 3.0.0 (2013-07-18)
285 ### Summary
286
287 This release heavily refactors the RabbitMQ and changes functionality in
288 several key ways.  Please pay attention to the new README.md file for
289 details of how to interact with the class now.  Puppet 3 and RHEL are
290 now fully supported.  The default version of RabbitMQ has changed to
291 a 3.x release.
292
293 #### Bugfixes
294
295 - Improve travis testing options.
296 - Stop reimporting the GPG key on every run on RHEL and Debian.
297 - Fix documentation to make it clear you don't have to set provider => each time.
298 - Reference the standard rabbitmq port in the documentation instead of a custom port.
299 - Fixes to the README formatting.
300
301 #### Features
302 - Refactor the module to fix RHEL support.  All interaction with the module
303 is now done through the main rabbitmq class.
304 - Add support for mirrored queues (Only on Debian family distributions currently)
305 - Add rabbitmq\_exchange provider (using rabbitmqadmin)
306 - Add new `rabbitmq` class parameters:
307   - `manage_service`: Boolean to choose if Puppet should manage the service. (For pacemaker/HA setups)
308 - Add SuSE support.
309
310 #### Incompatible Changes
311
312 - Rabbitmq::server has been removed and is now rabbitmq::config.  You should
313 not use this class directly, only via the main rabbitmq class.
314
315 ## 2.1.0 (2013-04-11)
316
317 - remove puppetversion from rabbitmq.config template
318 - add cluster support
319 - escape resource names in regexp
320
321 ## 2.0.2 (2012-07-31)
322 - Re-release 2.0.1 with $EDITOR droppings cleaned up
323
324 ## 2.0.0 (2012-05-03)
325 - added support for new-style admin users
326 - added support for rabbitmq 2.7.1
327
328 ## 2.0.0rc1 (2011-06-14)
329 - Massive refactor:
330   - added native types for user/vhost/user\_permissions
331   - added apt support for vendor packages
332   - added smoke tests
333
334 ## 1.0.4 (2011-04-08)
335 - Update module for RabbitMQ 2.4.1 and rabbitmq-plugin-stomp package.
336
337 ## 1.0.3 (2011-03-24)
338 - Initial release to the forge.  Reviewed by Cody.  Whitespace is good.
339
340 ## 1.0.2 (2011-03-22)
341 - Whitespace only fix again...  ack '\t' is my friend...
342
343 ## 1.0.1 (2011-03-22)
344 - Whitespace only fix.
345
346 ## 1.0.0 (2011-03-22)
347 - Initial Release.  Manage the package, file and service.