Skip to content

Commit f04789e

Browse files
author
Morgan Haskel
committed
Merge pull request voxpupuli#347 from bmjen/5.2.0-prep
Release 5.2.0 prep
2 parents 360705f + fae3715 commit f04789e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 2015-04-28 - Version 5.2.0
2+
###Summary
3+
This release adds several new features for expanded configuration, support for SSL Ciphers, several bugfixes, and improved tests.
4+
5+
####Features
6+
- New parameters to class `rabbitmq`
7+
- `ssl_ciphers`
8+
- New parameters to class `rabbitmq::config`
9+
- `interface`
10+
- `ssl_interface`
11+
- New parameters to type `rabbitmq_exchange`
12+
- `internal`
13+
- `auto_delete`
14+
- `durable`
15+
- Adds syncing with Modulesync
16+
- Adds support for SSL Ciphers
17+
- Adds `file_limit` support for RedHat platforms
18+
19+
####Bugfixes
20+
- Will not create `rabbitmqadmin.conf` if admin is disabled
21+
- Fixes `check_password`
22+
- Fix to allow bindings and queues to be created when non-default management port is being used by rabbitmq. (MODULES-1856)
23+
- `rabbitmq_policy` converts known parameters to integers
24+
- Updates apt key for full fingerprint compliance.
25+
- Adds a missing `routing_key` param to rabbitmqadmin absent binding call.
26+
127
## 2015-03-10 - Version 5.1.0
228
###Summary
329
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.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-rabbitmq",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"author": "puppetlabs",
55
"summary": "Installs, configures, and manages RabbitMQ.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)