Update rabbitmq module
[mirror/dsa-puppet.git] / 3rdparty / modules / rabbitmq / CHANGELOG.md
1 # Changelog
2
3 All notable changes to this project will be documented in this file.
4 Each new release typically also includes the latest modulesync defaults.
5 These should not affect the functionality of the module.
6
7 ## [v8.2.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v8.2.0) (2018-03-24)
8
9 [Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v8.1.0...v8.2.0)
10
11 **Implemented enhancements:**
12
13 - Add archive\_options parameter for Archive download of rabbitmqadmin [\#681](https://github.com/voxpupuli/puppet-rabbitmq/pull/681) ([paebersold](https://github.com/paebersold))
14
15 **Fixed bugs:**
16
17 - puppet package install error when running on SLES 12 [\#684](https://github.com/voxpupuli/puppet-rabbitmq/issues/684)
18 - Allow dash as valid character for regex [\#687](https://github.com/voxpupuli/puppet-rabbitmq/pull/687) ([crazymind1337](https://github.com/crazymind1337))
19 - Install package via title, not name \(\#684\) [\#686](https://github.com/voxpupuli/puppet-rabbitmq/pull/686) ([wyardley](https://github.com/wyardley))
20
21 **Closed issues:**
22
23 - Failure to install rabbitmq admin via curl when proxy set [\#663](https://github.com/voxpupuli/puppet-rabbitmq/issues/663)
24
25 **Merged pull requests:**
26
27 - Fixes for Archlinux and modulesync 1.8 [\#685](https://github.com/voxpupuli/puppet-rabbitmq/pull/685) ([bastelfreak](https://github.com/bastelfreak))
28
29 ## [v8.1.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v8.1.0) (2018-01-11)
30
31 [Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v8.0.0...v8.1.0)
32
33 **Implemented enhancements:**
34
35 - Add options for ssl verify and 'fail\_if\_no\_peer\_cert' for the managem… [\#657](https://github.com/voxpupuli/puppet-rabbitmq/pull/657) ([paebersold](https://github.com/paebersold))
36 - add ability to have array as package name [\#656](https://github.com/voxpupuli/puppet-rabbitmq/pull/656) ([tampakrap](https://github.com/tampakrap))
37
38 **Fixed bugs:**
39
40 - Support policy format change in v3.7.0 - \#671 \(Replaces \#674\) [\#676](https://github.com/voxpupuli/puppet-rabbitmq/pull/676) ([fatmcgav](https://github.com/fatmcgav))
41 - Remove `archive require` in rabbitmqadmin class [\#669](https://github.com/voxpupuli/puppet-rabbitmq/pull/669) ([lzecca78](https://github.com/lzecca78))
42
43 **Closed issues:**
44
45 - Rabbitmq crashing with config\_ranch = true [\#668](https://github.com/voxpupuli/puppet-rabbitmq/issues/668)
46 - puppet/rabbitmq 8.0.0 - /etc/apt/sources.list.d/rabbitmq.list not updated/created [\#662](https://github.com/voxpupuli/puppet-rabbitmq/issues/662)
47 - rabbitmqadmin install has no way of continuing to use staging in environments using an incompatible archive module [\#659](https://github.com/voxpupuli/puppet-rabbitmq/issues/659)
48 - RabbitMQ Admin Package should work with Puppet-Archive module, or explicitly depend on camptocamp's archive module [\#658](https://github.com/voxpupuli/puppet-rabbitmq/issues/658)
49
50 **Merged pull requests:**
51
52 - Do not use defaultfor to choose the only existing provider [\#672](https://github.com/voxpupuli/puppet-rabbitmq/pull/672) ([mbaldessari](https://github.com/mbaldessari))
53 - regenerate puppet-strings docs [\#667](https://github.com/voxpupuli/puppet-rabbitmq/pull/667) ([bastelfreak](https://github.com/bastelfreak))
54 - Remove EOL operatingsystems [\#666](https://github.com/voxpupuli/puppet-rabbitmq/pull/666) ([ekohl](https://github.com/ekohl))
55 - Update README to specify voxpupuli/archive dependency vs. staging [\#660](https://github.com/voxpupuli/puppet-rabbitmq/pull/660) ([wyardley](https://github.com/wyardley))
56
57 ## [v8.0.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v8.0.0) (2017-10-18)
58
59 [Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v7.1.0...v8.0.0)
60
61 **Breaking changes:**
62
63 - BREAKING: Remove deprecated manage\_repos parameter and disallow strings for integer parameters [\#649](https://github.com/voxpupuli/puppet-rabbitmq/pull/649) ([wyardley](https://github.com/wyardley))
64
65 **Implemented enhancements:**
66
67 - allow installation of rabbitmqadmin via package [\#654](https://github.com/voxpupuli/puppet-rabbitmq/pull/654) ([bastelfreak](https://github.com/bastelfreak))
68
69 **Fixed bugs:**
70
71 - Error on using puppet resource rabbitmq\_binding [\#650](https://github.com/voxpupuli/puppet-rabbitmq/issues/650)
72 - use correct datatype for $package\_gpg\_key [\#653](https://github.com/voxpupuli/puppet-rabbitmq/pull/653) ([bastelfreak](https://github.com/bastelfreak))
73 - Fix 'puppet resource rabbitmq\_binding' and add tests \(\#650\) [\#651](https://github.com/voxpupuli/puppet-rabbitmq/pull/651) ([wyardley](https://github.com/wyardley))
74
75 **Closed issues:**
76
77 - admin\_enable throws Server Error: no parameter named 'allow\_insecure' [\#646](https://github.com/voxpupuli/puppet-rabbitmq/issues/646)
78 - Add variable to rabbitmq.config [\#644](https://github.com/voxpupuli/puppet-rabbitmq/issues/644)
79
80 **Merged pull requests:**
81
82 - use correct datatype for port param in README.md [\#652](https://github.com/voxpupuli/puppet-rabbitmq/pull/652) ([bastelfreak](https://github.com/bastelfreak))
83 - Make ldap\_user\_dn\_pattern optional [\#645](https://github.com/voxpupuli/puppet-rabbitmq/pull/645) ([sfhardman](https://github.com/sfhardman))
84 - Add tags to metadata [\#643](https://github.com/voxpupuli/puppet-rabbitmq/pull/643) ([wyardley](https://github.com/wyardley))
85
86 ## [v7.1.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v7.1.0) (2017-10-03)
87
88 [Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v7.0.0...v7.1.0)
89
90 **Implemented enhancements:**
91
92 - Rework apt to use packagecloud repos as well \(\#640\) [\#641](https://github.com/voxpupuli/puppet-rabbitmq/pull/641) ([wyardley](https://github.com/wyardley))
93 - Refactor rabbitmq\_user provider \(mpolenchuk\) [\#598](https://github.com/voxpupuli/puppet-rabbitmq/pull/598) ([wyardley](https://github.com/wyardley))
94
95 **Closed issues:**
96
97 - Please switch to Package Cloud apt repository; rabbitmq.com's one becomes read-only in a few months [\#640](https://github.com/voxpupuli/puppet-rabbitmq/issues/640)
98
99 **Merged pull requests:**
100
101 - Switch back to "include foo" \(without leading colons\) syntax [\#639](https://github.com/voxpupuli/puppet-rabbitmq/pull/639) ([wyardley](https://github.com/wyardley))
102 - Lower required Puppet version from 4.8.0 to 4.7.1 [\#637](https://github.com/voxpupuli/puppet-rabbitmq/pull/637) ([wyardley](https://github.com/wyardley))
103
104 ## [v7.0.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v7.0.0) (2017-09-14)
105
106 [Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v6.0.0...v7.0.0)
107
108 **Breaking changes:**
109
110 - BREAKING: Ensure python package \(adds manage\_python option\) [\#623](https://github.com/voxpupuli/puppet-rabbitmq/pull/623) ([wyardley](https://github.com/wyardley))
111 - BREAKING: Adds config\_ranch parameter \(default: true\) to suppress config lines \(\#618\) [\#621](https://github.com/voxpupuli/puppet-rabbitmq/pull/621) ([wyardley](https://github.com/wyardley))
112
113 **Implemented enhancements:**
114
115 - Add additional SSL configuration options \(original PR from xepa\) [\#632](https://github.com/voxpupuli/puppet-rabbitmq/pull/632) ([wyardley](https://github.com/wyardley))
116 - Add support for max-length-bytes as an integer \(\#557\), patch by zhianliu [\#628](https://github.com/voxpupuli/puppet-rabbitmq/pull/628) ([wyardley](https://github.com/wyardley))
117 - Add official support for Ubuntu 16.04 [\#624](https://github.com/voxpupuli/puppet-rabbitmq/pull/624) ([wyardley](https://github.com/wyardley))
118 - Move examples and params to puppet strings style docs [\#562](https://github.com/voxpupuli/puppet-rabbitmq/pull/562) ([wyardley](https://github.com/wyardley))
119
120 **Fixed bugs:**
121
122 - Extra newline in SSL section of rabbitmq.config [\#634](https://github.com/voxpupuli/puppet-rabbitmq/issues/634)
123 - Idempotency problems with rabbitmq 3.6.5 and puppet 4.8.2 [\#618](https://github.com/voxpupuli/puppet-rabbitmq/issues/618)
124 - Enabling new plugin fails [\#566](https://github.com/voxpupuli/puppet-rabbitmq/issues/566)
125 - Rabbitmq\_user\_permissions parser fails for empty string [\#172](https://github.com/voxpupuli/puppet-rabbitmq/issues/172)
126 - Error on using puppet resource rabbitmq\_user [\#147](https://github.com/voxpupuli/puppet-rabbitmq/issues/147)
127 - Resolve issue with "puppet resource rabbitmq\_user" failing \(\#147\) [\#629](https://github.com/voxpupuli/puppet-rabbitmq/pull/629) ([wyardley](https://github.com/wyardley))
128 - Switch back to using rabbitmq-plugins from system path \(\#566\) [\#570](https://github.com/voxpupuli/puppet-rabbitmq/pull/570) ([wyardley](https://github.com/wyardley))
129
130 **Closed issues:**
131
132 - Add support for max-length-bytes as a integer [\#557](https://github.com/voxpupuli/puppet-rabbitmq/issues/557)
133 - 'provider rabbitmqplugins not functional on this host' [\#150](https://github.com/voxpupuli/puppet-rabbitmq/issues/150)
134 - Doesn't require curl, fails when it isn't installed [\#145](https://github.com/voxpupuli/puppet-rabbitmq/issues/145)
135 - EPEL RPM does not install /usr/sbin/rabbitmq-plugins [\#134](https://github.com/voxpupuli/puppet-rabbitmq/issues/134)
136 - Parameter config\_mirrored\_queues has no effect [\#125](https://github.com/voxpupuli/puppet-rabbitmq/issues/125)
137
138 **Merged pull requests:**
139
140 - Switch string to symbol for erl\_ssl\_path fact definition [\#631](https://github.com/voxpupuli/puppet-rabbitmq/pull/631) ([wyardley](https://github.com/wyardley))
141 - Fix test cases for \#623 \(manage\_python\) [\#626](https://github.com/voxpupuli/puppet-rabbitmq/pull/626) ([wyardley](https://github.com/wyardley))
142 - Add back a few examples removed in \#562 [\#625](https://github.com/voxpupuli/puppet-rabbitmq/pull/625) ([wyardley](https://github.com/wyardley))
143 - Update 'require' statements and mock types to fix spec tests [\#620](https://github.com/voxpupuli/puppet-rabbitmq/pull/620) ([wyardley](https://github.com/wyardley))
144 - Update fixtures to voxpupuli/archive \(from puppet-community\) [\#619](https://github.com/voxpupuli/puppet-rabbitmq/pull/619) ([wyardley](https://github.com/wyardley))
145
146 ## [v6.0.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v6.0.0) (2017-09-07)
147
148 [Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/5.6.0...v6.0.0)
149
150 **Breaking changes:**
151
152 - BREAKING: Drop Ruby 1.8 support. Rubocop auto-fixes in preparation for modulesync [\#575](https://github.com/voxpupuli/puppet-rabbitmq/pull/575) ([wyardley](https://github.com/wyardley))
153 - BREAKING: Switch from 'UNSET' to undef, rename management\_ip to management\_ip\_address [\#559](https://github.com/voxpupuli/puppet-rabbitmq/pull/559) ([wyardley](https://github.com/wyardley))
154 - BREAKING: Drop Puppet 3 support. Replace validate\_\* with datatypes [\#536](https://github.com/voxpupuli/puppet-rabbitmq/pull/536) ([bastelfreak](https://github.com/bastelfreak))
155 - Updated app.pp to address deprecation warnings [\#497](https://github.com/voxpupuli/puppet-rabbitmq/pull/497) ([ilium007](https://github.com/ilium007))
156 - BREAKING: manage\_repos is now repos\_ensure \(default false\), version is now unused, switch to RabbitMQ's "packagecloud" repos [\#493](https://github.com/voxpupuli/puppet-rabbitmq/pull/493) ([wyardley](https://github.com/wyardley))
157
158 **Implemented enhancements:**
159
160 - Convert to use 'archive' instead of 'staging' for rabbitmqadmin install [\#604](https://github.com/voxpupuli/puppet-rabbitmq/pull/604) ([wyardley](https://github.com/wyardley))
161 - Update dependencies, name, and required Puppet version [\#589](https://github.com/voxpupuli/puppet-rabbitmq/pull/589) ([wyardley](https://github.com/wyardley))
162 - Add official archlinux support [\#583](https://github.com/voxpupuli/puppet-rabbitmq/pull/583) ([bastelfreak](https://github.com/bastelfreak))
163 - Enable configuring SSL for Erlang distribution [\#574](https://github.com/voxpupuli/puppet-rabbitmq/pull/574) ([JAORMX](https://github.com/JAORMX))
164 - Add FreeBSD support [\#567](https://github.com/voxpupuli/puppet-rabbitmq/pull/567) ([wyardley](https://github.com/wyardley))
165 - Add options for IPv6 and inetrc [\#552](https://github.com/voxpupuli/puppet-rabbitmq/pull/552) ([jeckersb](https://github.com/jeckersb))
166 - Extra ssl options to harden rabbitmq listener [\#547](https://github.com/voxpupuli/puppet-rabbitmq/pull/547) ([xepa](https://github.com/xepa))
167 - \[MODULES-4555\] allow list values to ha-params when ha-mode=nodes [\#537](https://github.com/voxpupuli/puppet-rabbitmq/pull/537) ([eserte](https://github.com/eserte))
168 - Add ssl\_depth and password params for configuration [\#530](https://github.com/voxpupuli/puppet-rabbitmq/pull/530) ([bostrowski13](https://github.com/bostrowski13))
169 - Allow Configuring Management IP Binding [\#506](https://github.com/voxpupuli/puppet-rabbitmq/pull/506) ([naftulikay](https://github.com/naftulikay))
170 - Support multiple routing keys for bindings using separate parameters [\#504](https://github.com/voxpupuli/puppet-rabbitmq/pull/504) ([wyardley](https://github.com/wyardley))
171
172 **Fixed bugs:**
173
174 - Look into "error while resolving custom fact" error [\#614](https://github.com/voxpupuli/puppet-rabbitmq/issues/614)
175 - repos\_ensure and version on RHEL 7 [\#573](https://github.com/voxpupuli/puppet-rabbitmq/issues/573)
176 - Avoid error when rabbitmqctl is not present\), update spec syntax \(\#614\) [\#615](https://github.com/voxpupuli/puppet-rabbitmq/pull/615) ([wyardley](https://github.com/wyardley))
177 - fix a couple of problems with erl\_ssl\_path fact [\#609](https://github.com/voxpupuli/puppet-rabbitmq/pull/609) ([costela](https://github.com/costela))
178 - Switch $releasevar to ${::os\[release\]\[major\]} [\#577](https://github.com/voxpupuli/puppet-rabbitmq/pull/577) ([wyardley](https://github.com/wyardley))
179 - Fix regex double escaping of rabbitmqctl list\_policies [\#561](https://github.com/voxpupuli/puppet-rabbitmq/pull/561) ([wyardley](https://github.com/wyardley))
180 - Update file / directory permissions [\#560](https://github.com/voxpupuli/puppet-rabbitmq/pull/560) ([wyardley](https://github.com/wyardley))
181 - Update regexp for rabbitmq\_nodename fact [\#545](https://github.com/voxpupuli/puppet-rabbitmq/pull/545) ([SergK](https://github.com/SergK))
182 - \[Bugfix\] convert $ssl\_depth from string to integer [\#539](https://github.com/voxpupuli/puppet-rabbitmq/pull/539) ([bastelfreak](https://github.com/bastelfreak))
183 - Extend rabbitmqadmin config template with SSL options. [\#526](https://github.com/voxpupuli/puppet-rabbitmq/pull/526) ([justahero](https://github.com/justahero))
184 - \[MODULES-4223\] don't set NODE\_PORT and NODE\_IP\_ADDRESS if ssl\_only [\#524](https://github.com/voxpupuli/puppet-rabbitmq/pull/524) ([JAORMX](https://github.com/JAORMX))
185 - \[MODULES-3733\] rabbitmq provider env\_path does not locate ruby gem installed puppet binary [\#517](https://github.com/voxpupuli/puppet-rabbitmq/pull/517) ([nzverev](https://github.com/nzverev))
186
187 **Closed issues:**
188
189 - use of new 6.0.0 module on new installation fails [\#611](https://github.com/voxpupuli/puppet-rabbitmq/issues/611)
190 - Problem with erl\_ssl\_path fact on RHEL 7.x, erlang 18.3 [\#610](https://github.com/voxpupuli/puppet-rabbitmq/issues/610)
191 - Update to support puppet/staging 2 [\#587](https://github.com/voxpupuli/puppet-rabbitmq/issues/587)
192 - Update to support puppetlabs/apt 3 or 4 [\#586](https://github.com/voxpupuli/puppet-rabbitmq/issues/586)
193 - puppet resource rabbitmq\_exchange does not work [\#174](https://github.com/voxpupuli/puppet-rabbitmq/issues/174)
194 - exchanges will be recreated in every puppet run if the vhost is not / [\#173](https://github.com/voxpupuli/puppet-rabbitmq/issues/173)
195 - Illegal cluster node name [\#163](https://github.com/voxpupuli/puppet-rabbitmq/issues/163)
196 - version parameter does not work [\#154](https://github.com/voxpupuli/puppet-rabbitmq/issues/154)
197 - Error message when creating an exchange with rabbitmq\_exchange [\#137](https://github.com/voxpupuli/puppet-rabbitmq/issues/137)
198 - rabbitmqadmin fails with puppet 2.7.21 with master  \(code from master branch\) [\#121](https://github.com/voxpupuli/puppet-rabbitmq/issues/121)
199 - Add support for exchanges [\#51](https://github.com/voxpupuli/puppet-rabbitmq/issues/51)
200 - invalid parameter provider [\#49](https://github.com/voxpupuli/puppet-rabbitmq/issues/49)
201
202 **Merged pull requests:**
203
204 - Replace 'anchor's with 'contain' in server.pp [\#616](https://github.com/voxpupuli/puppet-rabbitmq/pull/616) ([alexjfisher](https://github.com/alexjfisher))
205 - Switch to 'contain' vs. anchor pattern, and use Class\['foo'\] vs Class\['::foo'\] [\#613](https://github.com/voxpupuli/puppet-rabbitmq/pull/613) ([wyardley](https://github.com/wyardley))
206 - Fix typo \(.git =\> .github\) in README link [\#608](https://github.com/voxpupuli/puppet-rabbitmq/pull/608) ([wyardley](https://github.com/wyardley))
207 - Update README, and remove old CONTRIBUTING.md [\#607](https://github.com/voxpupuli/puppet-rabbitmq/pull/607) ([wyardley](https://github.com/wyardley))
208 - Ignore remaining multiple expectations warnings [\#602](https://github.com/voxpupuli/puppet-rabbitmq/pull/602) ([wyardley](https://github.com/wyardley))
209 - Eliminate more "multiple expectations" warnings and remove some redundant specs [\#601](https://github.com/voxpupuli/puppet-rabbitmq/pull/601) ([wyardley](https://github.com/wyardley))
210 - Migrate changelog [\#599](https://github.com/voxpupuli/puppet-rabbitmq/pull/599) ([alexjfisher](https://github.com/alexjfisher))
211 - Move old CHANGELOG.md to HISTORY.md [\#597](https://github.com/voxpupuli/puppet-rabbitmq/pull/597) ([wyardley](https://github.com/wyardley))
212 - update more lint warnings for relative classname inclusion in examples [\#595](https://github.com/voxpupuli/puppet-rabbitmq/pull/595) ([wyardley](https://github.com/wyardley))
213 - Remove redundant specs, rework others to avoid multiple expectation warnings [\#594](https://github.com/voxpupuli/puppet-rabbitmq/pull/594) ([wyardley](https://github.com/wyardley))
214 - move these tests to a context block, and use 'let\(:foo\)' syntax [\#593](https://github.com/voxpupuli/puppet-rabbitmq/pull/593) ([wyardley](https://github.com/wyardley))
215 - Fix stdlib requirement [\#592](https://github.com/voxpupuli/puppet-rabbitmq/pull/592) ([alexjfisher](https://github.com/alexjfisher))
216 - More Rubocop fixes and README.md badges [\#590](https://github.com/voxpupuli/puppet-rabbitmq/pull/590) ([alexjfisher](https://github.com/alexjfisher))
217 - Typo in .fixtures.yml breaking unit tests [\#588](https://github.com/voxpupuli/puppet-rabbitmq/pull/588) ([TraGicCode](https://github.com/TraGicCode))
218 - Rewrite the spec testing case [\#585](https://github.com/voxpupuli/puppet-rabbitmq/pull/585) ([ekohl](https://github.com/ekohl))
219 - Fix namevar parameter documentation in types [\#584](https://github.com/voxpupuli/puppet-rabbitmq/pull/584) ([alexjfisher](https://github.com/alexjfisher))
220 - Rubocop fixes: Update hash syntax and some formatting [\#582](https://github.com/voxpupuli/puppet-rabbitmq/pull/582) ([wyardley](https://github.com/wyardley))
221 - Switch to rspec-puppet-facts [\#581](https://github.com/voxpupuli/puppet-rabbitmq/pull/581) ([ekohl](https://github.com/ekohl))
222 - update various small warnings [\#580](https://github.com/voxpupuli/puppet-rabbitmq/pull/580) ([wyardley](https://github.com/wyardley))
223 - switch to structured facts for os\* and rabbitmq\_version [\#579](https://github.com/voxpupuli/puppet-rabbitmq/pull/579) ([wyardley](https://github.com/wyardley))
224 - move facter unit tests to the proper place [\#578](https://github.com/voxpupuli/puppet-rabbitmq/pull/578) ([wyardley](https://github.com/wyardley))
225 - Switch to 'let\(:foo\)' syntax \(resolves rubocop warnings\) [\#576](https://github.com/voxpupuli/puppet-rabbitmq/pull/576) ([wyardley](https://github.com/wyardley))
226 - removed package\_provider var from readme and added deprecation check â€¦ [\#571](https://github.com/voxpupuli/puppet-rabbitmq/pull/571) ([bostrowski13](https://github.com/bostrowski13))
227 - don't "touch" hiera.yaml in spec\_helper\_acceptance [\#558](https://github.com/voxpupuli/puppet-rabbitmq/pull/558) ([wyardley](https://github.com/wyardley))
228 - \(MODULES-5187\) mysnc puppet 5 and ruby 2.4 [\#554](https://github.com/voxpupuli/puppet-rabbitmq/pull/554) ([eputnam](https://github.com/eputnam))
229 - \(MODULES-5144\) Prep for puppet 5 [\#553](https://github.com/voxpupuli/puppet-rabbitmq/pull/553) ([hunner](https://github.com/hunner))
230 - Fix unit tests on \#535 [\#550](https://github.com/voxpupuli/puppet-rabbitmq/pull/550) ([hunner](https://github.com/hunner))
231 - Fix error text in `rabbitmq\_vhost` provider [\#549](https://github.com/voxpupuli/puppet-rabbitmq/pull/549) ([hybby](https://github.com/hybby))
232 - Improve distro fact handling in tests [\#548](https://github.com/voxpupuli/puppet-rabbitmq/pull/548) ([jeckersb](https://github.com/jeckersb))
233 - Simplify "all\_vhosts" in rabbitmq\_queue provider [\#544](https://github.com/voxpupuli/puppet-rabbitmq/pull/544) ([KarolisL](https://github.com/KarolisL))
234 - Upstream staging module released 2.2.0. Allow using it. [\#543](https://github.com/voxpupuli/puppet-rabbitmq/pull/543) ([vStone](https://github.com/vStone))
235 - Scope config\_variables for Puppet 4 [\#541](https://github.com/voxpupuli/puppet-rabbitmq/pull/541) ([jarro2783](https://github.com/jarro2783))
236 - \[msync\] 786266 Implement puppet-module-gems, a45803 Remove metadata.json from locales config [\#540](https://github.com/voxpupuli/puppet-rabbitmq/pull/540) ([wilson208](https://github.com/wilson208))
237 - \[MODULES-4528\] Replace Puppet.version.to\_f version comparison from spec\_helper.rb [\#538](https://github.com/voxpupuli/puppet-rabbitmq/pull/538) ([wilson208](https://github.com/wilson208))
238 - Systemd open files limit [\#535](https://github.com/voxpupuli/puppet-rabbitmq/pull/535) ([arteal](https://github.com/arteal))
239 - \[MODULES-4450\] don't set ssl depth if undef [\#534](https://github.com/voxpupuli/puppet-rabbitmq/pull/534) ([JAORMX](https://github.com/JAORMX))
240 - moved username:password to separate parameter [\#532](https://github.com/voxpupuli/puppet-rabbitmq/pull/532) ([vdmkenny](https://github.com/vdmkenny))
241 - \(maint\) parallel\_spec maintenance: spec\_helper [\#531](https://github.com/voxpupuli/puppet-rabbitmq/pull/531) ([eputnam](https://github.com/eputnam))
242 - \(MODULES-4098\) Sync the rest of the files [\#528](https://github.com/voxpupuli/puppet-rabbitmq/pull/528) ([hunner](https://github.com/hunner))
243 - \(MODULES-4097\) Sync travis.yml [\#527](https://github.com/voxpupuli/puppet-rabbitmq/pull/527) ([hunner](https://github.com/hunner))
244 - \(FM-5972\) gettext and spec.opts [\#525](https://github.com/voxpupuli/puppet-rabbitmq/pull/525) ([eputnam](https://github.com/eputnam))
245 - \(FM-5939\) removes spec.opts [\#523](https://github.com/voxpupuli/puppet-rabbitmq/pull/523) ([eputnam](https://github.com/eputnam))
246 - \(MODULES-3631\) msync Gemfile for 1.9 frozen strings [\#522](https://github.com/voxpupuli/puppet-rabbitmq/pull/522) ([hunner](https://github.com/hunner))
247 - Designate former tests files as examples [\#521](https://github.com/voxpupuli/puppet-rabbitmq/pull/521) ([DavidS](https://github.com/DavidS))
248 - Fixed lint on README.md snippets [\#520](https://github.com/voxpupuli/puppet-rabbitmq/pull/520) ([mvisonneau](https://github.com/mvisonneau))
249 - \(MODULES-3704\) Update gemfile template to be identical [\#519](https://github.com/voxpupuli/puppet-rabbitmq/pull/519) ([hunner](https://github.com/hunner))
250 - Fix sync [\#518](https://github.com/voxpupuli/puppet-rabbitmq/pull/518) ([hunner](https://github.com/hunner))
251 - Allows deprecation errors [\#516](https://github.com/voxpupuli/puppet-rabbitmq/pull/516) ([pmcmaw](https://github.com/pmcmaw))
252 - Bug fix for when queue names include spaces [\#512](https://github.com/voxpupuli/puppet-rabbitmq/pull/512) ([Bubbad](https://github.com/Bubbad))
253 - Do not check cert when acquiring rabbitmqadmin with wget. [\#478](https://github.com/voxpupuli/puppet-rabbitmq/pull/478) ([modax](https://github.com/modax))
254 - Cleanup void tcp options [\#464](https://github.com/voxpupuli/puppet-rabbitmq/pull/464) ([mpolenchuk](https://github.com/mpolenchuk))
255
256 ## [5.6.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/5.6.0) (2016-10-25)
257
258 [Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/5.5.0...5.6.0)
259
260 **Implemented enhancements:**
261
262 - Allow ha-sync-batch-size for rabbitmq\_policy definition to be integer  [\#500](https://github.com/voxpupuli/puppet-rabbitmq/pull/500) ([mxftw](https://github.com/mxftw))
263 - Ability to set management\_hostname in rabbitmqadmin.conf [\#498](https://github.com/voxpupuli/puppet-rabbitmq/pull/498) ([tampakrap](https://github.com/tampakrap))
264
265 **Merged pull requests:**
266
267 - \(MODULES-3983\) Update parallel\_tests for ruby 2.0.0 moduleSync [\#514](https://github.com/voxpupuli/puppet-rabbitmq/pull/514) ([pmcmaw](https://github.com/pmcmaw))
268 - \[FM-5719\] Release prep for unsupported release 5.6.0 [\#513](https://github.com/voxpupuli/puppet-rabbitmq/pull/513) ([wilson208](https://github.com/wilson208))
269 - set $real\_package\_source to undef instead of empty [\#507](https://github.com/voxpupuli/puppet-rabbitmq/pull/507) ([bastelfreak](https://github.com/bastelfreak))
270 - Update modulesync\_config \[a3fe424\] [\#501](https://github.com/voxpupuli/puppet-rabbitmq/pull/501) ([DavidS](https://github.com/DavidS))
271 - use unless instead of if, and empty? instead of !='' [\#491](https://github.com/voxpupuli/puppet-rabbitmq/pull/491) ([wyardley](https://github.com/wyardley))
272
273 ## 5.5.0 (2016-08-29)
274 ### Summary
275 Adds some exciting new features (listed below) for a long awaited release!
276
277 ### Features
278 - Updates GPG signing key
279 - Now add additional config variables with the `config_additional_variable` parameter!
280 - Configure your management plugin with the new `collect_statistics_interval` parameter!
281 - Enjoy more robust tuning of your TCP configuration with:
282   - `tcp_backlog`
283   - `tcp_sndbuf`
284   - `tcp_recbuf`
285
286 ### Bugfixes
287 - MODULES-3740 - RabbitMQ template missing important config parameter
288
289 ## 5.4.0 (2016-05-11)
290 ### Summary
291 Adds several new parameters, features, and lots of bugfixes
292
293 #### Features
294 - Adds configuration for rabbitmq\_shovel plugin including static shovels
295 - (MODULE-2040) Add configuration of `auth_backends`
296 - Adds the `config_management_variables` parameter
297 - Adds `heartbeat` parameter
298 - Adds `rabbitmq_version` fact
299 - Adds ipv6 support to `rabbitmqadmin`
300 - MODULES-3148: Allow shards-per-node for rabbitmq\_policy definition to be integer
301 - Adds `rabbitmq_nodename` fact
302 - Allow passing architecture to `apt::source`
303
304 #### Bugfixes
305 - MODULES-2252 - fix "Command execution expired" issue
306 - Fixes an issue with Puppet 4+ when run from a cron job
307 - Updates RedHat to use yum instead of rpm
308 - Fixes the `$file_limit` parameter to allow integers
309 - MODULES-2252 - fix "Could not prefetch rabbitmq\_exchange provider 'rabbitmqadmin': 757: unexpected token at 'fanout'" issue
310 - Improves error message when policy definition value is not a string
311 - MODULES-2645 add apt::update requirement for Debian
312 - Fixes pinning for apt on Debian based distros
313 - Updates install.pp to ensure that mnesia\_base directory exists
314 - Fixes rabbitmqadmin url
315 - Updates default `$package_gpg_key` to https
316 - Fixes `curl --noproxy` command to set host dynamically
317 - Ignore system umask when generating enabled\_plugins file
318 - Fix to skip federated queues in the output
319 - Updates module dependencies to use `puppet-staging` instead of `nanliu-staging`
320 - Fixes bug where `rabbitmq_management` block is created twice
321 - Fixes `rabbitmq_parameter` type check for `add-forward-headers` to require boolean.
322 - Fixes an issue when `$node_ip_address` is 'UNSET'
323 - Fixes package installation on OpenBSD
324 - Fixes bug that shows new user password changes on noop runs
325 - (MODULES-3295) Allow ssl => false without warning
326
327 ## 5.3.1 (2015-10-07)
328 ### Summary
329 Adds a new resource type and a few ssl management parameters
330
331 #### Features
332 - Add rabbitmq\_parameter type
333 - Add management\_ssl parameter to rabbitmq class
334 - Add stomp\_ssl\_only parameter to rabbitmq class
335
336 #### Bugfixes
337 - file\_limit validation and el7 management
338 - Fix mnesia dir not getting wiped
339 - Fix message-ttl and max-length integer conversion in rabbitmq\_policy
340 - Allow managing erlang cookie without config\_cluster
341
342 ## 5.3.0 (2015-05-26) [YANKED]
343 ### Summary
344 This is a deleted release. It did not follow semver.
345
346 ## 5.2.3 (2015-06-23)
347 ### Summary
348 This is a patch release that updates the dependency requirements in the metadata.
349
350 ## 5.2.2 (2015-06-09)
351 ### Summary
352 This is a bugfix to allow the rabbitmq\_exchange type's internal/durable/auto\_delete attributes work when they are not explicitly passed.
353
354 ### Bugfixes
355 - Fix rabbitmq\_exchange create when internal/durable/auto\_delete are not specified
356 - Start unit testing on puppet 4
357 - Add default value to tcp\_listen\_options
358
359 ## 5.2.1 (2015-05-26)
360 ### Summary
361 This release includes a fix for idempotency between puppet runs, as well as Readme updates
362
363 #### Features
364 - Readme updates
365 - Testing updates
366
367 #### Bugfixes
368 - Ensure idempotency between Puppet runs
369
370 ## 5.2.0 (2015-04-28)
371 ### Summary
372 This release adds several new features for expanded configuration, support for SSL Ciphers, several bugfixes, and improved tests.
373
374 #### Features
375 - New parameters to class `rabbitmq`
376   - `ssl_ciphers`
377 - New parameters to class `rabbitmq::config`
378   - `interface`
379   - `ssl_interface`
380 - New parameters to type `rabbitmq_exchange`
381   - `internal`
382   - `auto_delete`
383   - `durable`
384 - Adds syncing with Modulesync
385 - Adds support for SSL Ciphers
386 - Adds `file_limit` support for RedHat platforms
387
388 #### Bugfixes
389 - Will not create `rabbitmqadmin.conf` if admin is disabled
390 - Fixes `check_password`
391 - Fix to allow bindings and queues to be created when non-default management port is being used by rabbitmq. (MODULES-1856)
392 - `rabbitmq_policy` converts known parameters to integers
393 - Updates apt key for full fingerprint compliance.
394 - Adds a missing `routing_key` param to rabbitmqadmin absent binding call.
395
396 ## 5.1.0 (2015-03-10)
397 ### Summary
398 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.
399
400 #### Changes to defaults
401 - 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)
402
403 #### Features
404 - New parameters to class `rabbitmq`
405   - `file_limit`
406   - `interface`
407   - `ldap_other_bind`
408   - `ldap_config_variables`
409   - `ssl_interface`
410   - `ssl_versions`
411   - `rabbitmq_group`
412   - `rabbitmq_home`
413   - `rabbitmq_user`
414 - Add `rabbitmq_queue` and `rabbitmq_binding` types
415 - Update the providers to be able to retry commands
416
417 #### Bugfixes
418 - Cleans up the formatting for rabbitmq.conf for readability
419 - Update tag splitting in the `rabbitmqctl` provider for `rabbitmq_user` to work with comma or space separated tags
420 - Do not enforce the source value for the yum provider (MODULES-1631)
421 - Fix conditional around `$pin`
422 - Remove broken SSL option in rabbitmqadmin.conf (MODULES-1691)
423 - Fix issues in `rabbitmq_user` with admin and no tags
424 - Fix issues in `rabbitmq_user` with tags not being sorted
425 - Fix broken check for existing exchanges in `rabbitmq_exchange`
426
427 ## 5.0.0 (2014-12-22)
428 ### Summary
429
430 This release fixes a longstanding security issue where the rabbitmq
431 erlang cookie was exposed as a fact by managing the cookie with a
432 provider. It also drops support for Puppet 2.7, adds many features
433 and fixes several bugs.
434
435 #### Backwards-incompatible Changes
436
437 - Removed the rabbitmq\_erlang\_cookie fact and replaced the logic to
438   manage that cookie with a provider.
439 - Dropped official support for Puppet 2.7 (EOL 9/30/2014
440   https://groups.google.com/forum/#!topic/puppet-users/QLguMcLraLE )
441 - Changed the default value of $rabbitmq::params::ldap\_user\_dn\_pattern
442   to not contain a variable
443 - Removed deprecated parameters: $rabbitmq::cluster\_disk\_nodes,
444   $rabbitmq::server::manage\_service, and
445   $rabbitmq::server::config\_mirrored\_queues
446
447 #### Features
448
449 - Add tcp\_keepalive parameter to enable TCP keepalive
450 - Use https to download rabbitmqadmin tool when $rabbitmq::ssl is true
451 - Add key\_content parameter for offline Debian package installations
452 - Use 16 character apt key to avoid potential collisions
453 - Add rabbitmq\_policy type, including support for rabbitmq <3.2.0
454 - Add rabbitmq::ensure\_repo parameter
455 - Add ability to change rabbitmq\_user password
456 - Allow disk as a valid cluster node type
457
458 #### Bugfixes
459
460 - Avoid attempting to install rabbitmqadmin via a proxy (since it is
461   downloaded from localhost)
462 - Optimize check for RHEL GPG key
463 - Configure ssl\_listener in stomp only if using ssl
464 - Use rpm as default package provider for RedHat, bringing the module in
465   line with the documented instructions to manage erlang separately and allowing
466   the default version and source parameters to become meaningful
467 - Configure cacertfile only if verify\_none is not set
468 - Use -q flag for rabbitmqctl commands to avoid parsing inconsistent
469   debug output
470 - Use the -m flag for rabbitmqplugins commands, again to avoid parsing
471   inconsistent debug output
472 - Strip backslashes from the rabbitmqctl output to avoid parsing issues
473 - Fix limitation where version parameter was ignored
474 - Add /etc/rabbitmq/rabbitmqadmin.conf to fix rabbitmqadmin port usage
475   when ssl is on
476 - Fix linter errors and warnings
477 - Add, update, and fix tests
478 - Update docs
479
480 ## 4.1.0 (2014-08-20)
481 ### Summary
482
483 This release adds several new features, fixes bugs, and improves tests and
484 documentation.
485
486 #### Features
487 - Autorequire the rabbitmq-server service in the rabbitmq\_vhost type
488 - Add credentials to rabbitmqadmin URL
489 - Added $ssl\_only parameter to rabbitmq, rabbitmq::params, and
490 rabbitmq::config
491 - Added property tags to rabbitmq\_user provider
492
493 #### Bugfixes
494 - Fix erroneous commas in rabbitmq::config
495 - Use correct ensure value for the rabbitmq\_stomp rabbitmq\_plugin
496 - Set HOME env variable to nil when leveraging rabbitmq to remove type error
497 from Python script
498 - Fix location for rabbitmq-plugins for RHEL
499 - Remove validation for package\_source to allow it to be set to false
500 - Allow LDAP auth configuration without configuring stomp
501 - Added missing $ssl\_verify and $ssl\_fail\_if\_no\_peer\_cert to rabbitmq::config
502
503 ## 4.0.0 (2014-05-16)
504 ### Summary
505
506 This release includes many new features and bug fixes.  With the exception of
507 erlang management this should be backwards compatible with 3.1.0.
508
509 #### Backwards-incompatible Changes
510 - erlang\_manage was removed.  You will need to manage erlang separately. See
511 the README for more information on how to configure this.
512
513 #### Features
514 - Improved SSL support
515 - Add LDAP support
516 - Add ability to manage RabbitMQ repositories
517 - Add ability to manage Erlang kernel configuration options
518 - Improved handling of user tags
519 - Use nanliu-staging module instead of hardcoded 'curl'
520 - Switch to yum or zypper provider instead of rpm
521 - Add ability to manage STOMP plugin installation.
522 - Allow empty permission fields
523 - Convert existing system tests to beaker acceptance tests.
524
525 #### Bugfixes
526 - exchanges no longer recreated on each puppet run if non-default vhost is used
527 - Allow port to be UNSET
528 - Re-added rabbitmq::server class
529 - Deprecated previously unused manage\_service variable in favor of 
530   service\_manage
531 - Use correct key for rabbitmq apt::source
532 - config\_mirrored\_queues variable removed
533   - It previously did nothing, will now at least throw a warning if you try to
534     use it
535 - Remove unnecessary dependency on Class['rabbitmq::repo::rhel'] in
536   rabbitmq::install
537
538
539 ## 3.1.0 (2013-09-14)
540 ### Summary
541
542 This release focuses on a few small (but critical) bugfixes as well as extends
543 the amount of custom RabbitMQ configuration you can do with the module.
544
545 #### Features
546 - You can now change RabbitMQ 'Config Variables' via the parameter `config_variables`.
547 - You can now change RabbitMQ 'Environment Variables' via the parameter `environment_variables`.
548 - ArchLinux support added.
549
550 #### Fixes
551 - Make use of the user/password parameters in rabbitmq\_exchange{}
552 - Correct the read/write parameter order on set\_permissions/list\_permissions as
553   they were reversed.
554 - Make the module pull down 3.1.5 by default.
555
556 ## 3.0.0 (2013-07-18)
557 ### Summary
558
559 This release heavily refactors the RabbitMQ and changes functionality in
560 several key ways.  Please pay attention to the new README.md file for
561 details of how to interact with the class now.  Puppet 3 and RHEL are
562 now fully supported.  The default version of RabbitMQ has changed to
563 a 3.x release.
564
565 #### Bugfixes
566
567 - Improve travis testing options.
568 - Stop reimporting the GPG key on every run on RHEL and Debian.
569 - Fix documentation to make it clear you don't have to set provider => each time.
570 - Reference the standard rabbitmq port in the documentation instead of a custom port.
571 - Fixes to the README formatting.
572
573 #### Features
574 - Refactor the module to fix RHEL support.  All interaction with the module
575 is now done through the main rabbitmq class.
576 - Add support for mirrored queues (Only on Debian family distributions currently)
577 - Add rabbitmq\_exchange provider (using rabbitmqadmin)
578 - Add new `rabbitmq` class parameters:
579   - `manage_service`: Boolean to choose if Puppet should manage the service. (For pacemaker/HA setups)
580 - Add SuSE support.
581
582 #### Incompatible Changes
583
584 - Rabbitmq::server has been removed and is now rabbitmq::config.  You should
585 not use this class directly, only via the main rabbitmq class.
586
587 ## 2.1.0 (2013-04-11)
588
589 - remove puppetversion from rabbitmq.config template
590 - add cluster support
591 - escape resource names in regexp
592
593 ## 2.0.2 (2012-07-31)
594 - Re-release 2.0.1 with $EDITOR droppings cleaned up
595
596 ## 2.0.0 (2012-05-03)
597 - added support for new-style admin users
598 - added support for rabbitmq 2.7.1
599
600 ## 2.0.0rc1 (2011-06-14)
601 - Massive refactor:
602   - added native types for user/vhost/user\_permissions
603   - added apt support for vendor packages
604   - added smoke tests
605
606 ## 1.0.4 (2011-04-08)
607 - Update module for RabbitMQ 2.4.1 and rabbitmq-plugin-stomp package.
608
609 ## 1.0.3 (2011-03-24)
610 - Initial release to the forge.  Reviewed by Cody.  Whitespace is good.
611
612 ## 1.0.2 (2011-03-22)
613 - Whitespace only fix again...  ack '\t' is my friend...
614
615 ## 1.0.1 (2011-03-22)
616 - Whitespace only fix.
617
618 ## 1.0.0 (2011-03-22)
619 - Initial Release.  Manage the package, file and service.
620
621
622 \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*