]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/rabbitmq/CHANGELOG.md
move to puppetlabs rabbitmq module
[dsa-puppet.git] / 3rdparty / modules / rabbitmq / CHANGELOG.md
1 ## 2015-05-26 - Version 5.2.1
2 ###Summary
3 This release includes a fix for idempotency between puppet runs, as well as Readme updates
4
5 ####Features
6 - Readme updates
7 - Testing updates
8
9 ####Bugfixes
10 - Ensure idempotency between Puppet runs
11
12 ## 2015-04-28 - Version 5.2.0
13 ###Summary
14 This release adds several new features for expanded configuration, support for SSL Ciphers, several bugfixes, and improved tests.
15
16 ####Features
17 - New parameters to class `rabbitmq`
18   - `ssl_ciphers`
19 - New parameters to class `rabbitmq::config`
20   - `interface`
21   - `ssl_interface`
22 - New parameters to type `rabbitmq_exchange`
23   - `internal`
24   - `auto_delete`
25   - `durable`
26 - Adds syncing with Modulesync
27 - Adds support for SSL Ciphers
28 - Adds `file_limit` support for RedHat platforms
29
30 ####Bugfixes
31 - Will not create `rabbitmqadmin.conf` if admin is disabled
32 - Fixes `check_password`
33 - Fix to allow bindings and queues to be created when non-default management port is being used by rabbitmq. (MODULES-1856)
34 - `rabbitmq_policy` converts known parameters to integers
35 - Updates apt key for full fingerprint compliance.
36 - Adds a missing `routing_key` param to rabbitmqadmin absent binding call.
37
38 ## 2015-03-10 - Version 5.1.0
39 ###Summary
40 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.
41
42 ####Changes to defaults
43 - 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)
44
45 ####Features
46 - New parameters to class `rabbitmq`
47   - `file_limit`
48   - `interface`
49   - `ldap_other_bind`
50   - `ldap_config_variables`
51   - `ssl_interface`
52   - `ssl_versions`
53   - `rabbitmq_group`
54   - `rabbitmq_home`
55   - `rabbitmq_user`
56 - Add `rabbitmq_queue` and `rabbitmq_binding` types
57 - Update the providers to be able to retry commands
58
59 ####Bugfixes
60 - Cleans up the formatting for rabbitmq.conf for readability
61 - Update tag splitting in the `rabbitmqctl` provider for `rabbitmq_user` to work with comma or space separated tags
62 - Do not enforce the source value for the yum provider (MODULES-1631)
63 - Fix conditional around `$pin`
64 - Remove broken SSL option in rabbitmqadmin.conf (MODULES-1691)
65 - Fix issues in `rabbitmq_user` with admin and no tags
66 - Fix issues in `rabbitmq_user` with tags not being sorted
67 - Fix broken check for existing exchanges in `rabbitmq_exchange`
68
69 ## 2014-12-22 - Version 5.0.0
70 ### Summary
71
72 This release fixes a longstanding security issue where the rabbitmq
73 erlang cookie was exposed as a fact by managing the cookie with a
74 provider. It also drops support for Puppet 2.7, adds many features
75 and fixes several bugs.
76
77 #### Backwards-incompatible Changes
78
79 - Removed the rabbitmq_erlang_cookie fact and replaced the logic to
80   manage that cookie with a provider.
81 - Dropped official support for Puppet 2.7 (EOL 9/30/2014
82   https://groups.google.com/forum/#!topic/puppet-users/QLguMcLraLE )
83 - Changed the default value of $rabbitmq::params::ldap_user_dn_pattern
84   to not contain a variable
85 - Removed deprecated parameters: $rabbitmq::cluster_disk_nodes,
86   $rabbitmq::server::manage_service, and
87   $rabbitmq::server::config_mirrored_queues
88
89 #### Features
90
91 - Add tcp_keepalive parameter to enable TCP keepalive
92 - Use https to download rabbitmqadmin tool when $rabbitmq::ssl is true
93 - Add key_content parameter for offline Debian package installations
94 - Use 16 character apt key to avoid potential collisions
95 - Add rabbitmq_policy type, including support for rabbitmq <3.2.0
96 - Add rabbitmq::ensure_repo parameter
97 - Add ability to change rabbitmq_user password
98 - Allow disk as a valid cluster node type
99
100 #### Bugfixes
101
102 - Avoid attempting to install rabbitmqadmin via a proxy (since it is
103   downloaded from localhost)
104 - Optimize check for RHEL GPG key
105 - Configure ssl_listener in stomp only if using ssl
106 - Use rpm as default package provider for RedHat, bringing the module in
107   line with the documented instructions to manage erlang separately and allowing
108   the default version and source parameters to become meaningful
109 - Configure cacertfile only if verify_none is not set
110 - Use -q flag for rabbitmqctl commands to avoid parsing inconsistent
111   debug output
112 - Use the -m flag for rabbitmqplugins commands, again to avoid parsing
113   inconsistent debug output
114 - Strip backslashes from the rabbitmqctl output to avoid parsing issues
115 - Fix limitation where version parameter was ignored
116 - Add /etc/rabbitmq/rabbitmqadmin.conf to fix rabbitmqadmin port usage
117   when ssl is on
118 - Fix linter errors and warnings
119 - Add, update, and fix tests
120 - Update docs
121
122 ## 2014-08-20 - Version 4.1.0
123 ### Summary
124
125 This release adds several new features, fixes bugs, and improves tests and
126 documentation.
127
128 #### Features
129 - Autorequire the rabbitmq-server service in the rabbitmq_vhost type
130 - Add credentials to rabbitmqadmin URL
131 - Added $ssl_only parameter to rabbitmq, rabbitmq::params, and
132 rabbitmq::config
133 - Added property tags to rabbitmq_user provider
134
135 #### Bugfixes
136 - Fix erroneous commas in rabbitmq::config
137 - Use correct ensure value for the rabbitmq_stomp rabbitmq_plugin
138 - Set HOME env variable to nil when leveraging rabbitmq to remove type error
139 from Python script
140 - Fix location for rabbitmq-plugins for RHEL
141 - Remove validation for package_source to allow it to be set to false
142 - Allow LDAP auth configuration without configuring stomp
143 - Added missing $ssl_verify and $ssl_fail_if_no_peer_cert to rabbitmq::config
144
145 ## 2014-05-16 - Version 4.0.0
146 ### Summary
147
148 This release includes many new features and bug fixes.  With the exception of
149 erlang management this should be backwards compatible with 3.1.0.
150
151 #### Backwards-incompatible Changes
152 - erlang_manage was removed.  You will need to manage erlang separately. See
153 the README for more information on how to configure this.
154
155 #### Features
156 - Improved SSL support
157 - Add LDAP support
158 - Add ability to manage RabbitMQ repositories
159 - Add ability to manage Erlang kernel configuration options
160 - Improved handling of user tags
161 - Use nanliu-staging module instead of hardcoded 'curl'
162 - Switch to yum or zypper provider instead of rpm
163 - Add ability to manage STOMP plugin installation.
164 - Allow empty permission fields
165 - Convert existing system tests to beaker acceptance tests.
166
167 #### Bugfixes
168 - exchanges no longer recreated on each puppet run if non-default vhost is used
169 - Allow port to be UNSET
170 - Re-added rabbitmq::server class
171 - Deprecated previously unused manage_service variable in favor of 
172   service_manage
173 - Use correct key for rabbitmq apt::source
174 - config_mirrored_queues variable removed
175   - It previously did nothing, will now at least throw a warning if you try to
176     use it
177 - Remove unnecessary dependency on Class['rabbitmq::repo::rhel'] in
178   rabbitmq::install
179
180
181 ## 2013-09-14 - Version 3.1.0
182 ### Summary
183
184 This release focuses on a few small (but critical) bugfixes as well as extends
185 the amount of custom RabbitMQ configuration you can do with the module.
186
187 #### Features
188 - You can now change RabbitMQ 'Config Variables' via the parameter `config_variables`.
189 - You can now change RabbitMQ 'Environment Variables' via the parameter `environment_variables`.
190 - ArchLinux support added.
191
192 #### Fixes
193 - Make use of the user/password parameters in rabbitmq_exchange{}
194 - Correct the read/write parameter order on set_permissions/list_permissions as
195   they were reversed.
196 - Make the module pull down 3.1.5 by default.
197
198 ## 2013-07-18 3.0.0
199 ### Summary
200
201 This release heavily refactors the RabbitMQ and changes functionality in
202 several key ways.  Please pay attention to the new README.md file for
203 details of how to interact with the class now.  Puppet 3 and RHEL are
204 now fully supported.  The default version of RabbitMQ has changed to
205 a 3.x release.
206
207 #### Bugfixes
208
209 - Improve travis testing options.
210 - Stop reimporting the GPG key on every run on RHEL and Debian.
211 - Fix documentation to make it clear you don't have to set provider => each time.
212 - Reference the standard rabbitmq port in the documentation instead of a custom port.
213 - Fixes to the README formatting.
214
215 #### Features
216 - Refactor the module to fix RHEL support.  All interaction with the module
217 is now done through the main rabbitmq class.
218 - Add support for mirrored queues (Only on Debian family distributions currently)
219 - Add rabbitmq_exchange provider (using rabbitmqadmin)
220 - Add new `rabbitmq` class parameters:
221   - `manage_service`: Boolean to choose if Puppet should manage the service. (For pacemaker/HA setups)
222 - Add SuSE support.
223
224 #### Incompatible Changes
225
226 - Rabbitmq::server has been removed and is now rabbitmq::config.  You should
227 not use this class directly, only via the main rabbitmq class.
228
229 ## 2013-04-11 2.1.0
230
231 - remove puppetversion from rabbitmq.config template
232 - add cluster support
233 - escape resource names in regexp
234
235 ## 2012-07-31 Jeff McCune <jeff@puppetlabs.com> 2.0.2
236 - Re-release 2.0.1 with $EDITOR droppings cleaned up
237
238 ## 2012-05-03 2.0.0
239 - added support for new-style admin users
240 - added support for rabbitmq 2.7.1
241
242 ## 2011-06-14 Dan Bode <dan@Puppetlabs.com> 2.0.0rc1
243 - Massive refactor:
244 - added native types for user/vhost/user_permissions
245 - added apt support for vendor packages
246 - added smoke tests
247
248 ## 2011-04-08 Jeff McCune <jeff@puppetlabs.com> 1.0.4
249 - Update module for RabbitMQ 2.4.1 and rabbitmq-plugin-stomp package.
250
251 ## 2011-03-24 1.0.3
252 - Initial release to the forge.  Reviewed by Cody.  Whitespace is good.
253
254 ## 2011-03-22 1.0.2
255 - Whitespace only fix again...  ack '\t' is my friend...
256
257 ## 2011-03-22 1.0.1
258 - Whitespace only fix.
259
260 ## 2011-03-22 1.0.0
261 - Initial Release.  Manage the package, file and service.