Skip to content

Commit 25420cb

Browse files
author
Ashley Penney
committed
Merge pull request #132 from apenney/310-release
Prepare 3.1.0 release.
2 parents 328f000 + 5f668e1 commit 25420cb

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2013-09-14 - Version 3.1.0
2+
3+
Summary:
4+
5+
This release focuses on a few small (but critical) bugfixes as well as extends
6+
the amount of custom RabbitMQ configuration you can do with the module.
7+
8+
Features:
9+
- You can now change RabbitMQ 'Config Variables' via the parameter `config_variables`.
10+
- You can now change RabbitMQ 'Environment Variables' via the parameter `environment_variables`.
11+
- ArchLinux support added.
12+
13+
Fixes:
14+
- Make use of the user/password parameters in rabbitmq_exchange{}
15+
- Correct the read/write parameter order on set_permissions/list_permissions as
16+
they were reversed.
17+
- Make the module pull down 3.1.5 by default.
18+
119
* 2013-07-18 3.0.0
220
Summary:
321
This release heavily refactors the RabbitMQ and changes functionality in

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-rabbitmq'
2-
version '3.0.0'
2+
version '3.1.0'
33
source 'git://github.com/puppetlabs/puppetlabs-rabbitmq.git'
44
author 'puppetlabs'
55
license 'Apache'

0 commit comments

Comments
 (0)