Skip to content

Commit

Permalink
Merge pull request voxpupuli#503 from puppetlabs/release
Browse files Browse the repository at this point in the history
Release 5.5.0
  • Loading branch information
DavidS authored Sep 1, 2016
2 parents d45d82d + 86cbf34 commit daed6b3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Version 5.5.0
### Summary
Adds some exciting new features (listed below) for a long awaited release!

### Features
- Updates GPG signing key
- Now add additional config variables with the `config_additional_variable` parameter!
- Configure your management plugin with the new `collect_statistics_interval` parameter!
- Enjoy more robust tuning of your TCP configuration with:
- `tcp_backlog`
- `tcp_sndbuf`
- `tcp_recbuf`

### Bugfixes
- MODULES-3740 - RabbitMQ template missing important config parameter

## Version 5.4.0
### Summary
Adds several new parameters, features, and lots of bugfixes
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,18 @@ An array of nodes for clustering.

Value to set for `cluster_partition_handling` RabbitMQ configuration variable.

####`collect_statistics_interval`

Integer, set the collect_statistics_interval in rabbitmq.config

####`config`

The file to use as the rabbitmq.config template.

####`config_additional_variables`

String, dditional config variables in rabbitmq.config

####`config_cluster`

Boolean to enable or disable clustering support.
Expand Down Expand Up @@ -455,10 +463,22 @@ Requires setting ssl_stomp_port also.

Boolean to install the stomp plugin.

####`tcp_backlog`

Integer, the size of the backlog on TCP connections.

####`tcp_keepalive`

Boolean to enable TCP connection keepalive for RabbitMQ service.

####`tcp_recbuf`

Integer, corresponds to recbuf in RabbitMQ `tcp_listen_options`

####`tcp_sndbuf`

Integer, corresponds to sndbuf in RabbitMQ `tcp_listen_options`

####`version`

Sets the version to install.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-rabbitmq",
"version": "5.4.0",
"version": "5.5.0",
"author": "puppetlabs",
"summary": "Installs, configures, and manages RabbitMQ.",
"license": "Apache-2.0",
Expand Down

0 comments on commit daed6b3

Please sign in to comment.