Skip to content

Commit 96e5d97

Browse files
author
JJ Asghar
committed
Merge pull request #256 from jjasghar/3.13.0
3.13.0
2 parents 3c0532b + 8ac5096 commit 96e5d97

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ rabbitmq Cookbook CHANGELOG
22
===========================
33
This file is used to list changes made in each version of the rabbitmq cookbook.
44

5+
v3.13.0 (2015-04-23)
6+
--------------------
7+
- Added ssl_ciphers #255
8+
- Fix plugin_enabled not having path appended #253
9+
- Add more support for erlang args #247
10+
- Open file limit not set correctly #127
11+
- Additional rabbit configs #217
12+
- Updated the erlang cookbook dependancy
13+
514
v3.12.0 (2015-04-07)
615
--------------------
716
- Removed yum-epel case statement #236

metadata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
maintainer_email '[email protected]'
44
license 'Apache 2.0'
55
description 'Installs and configures RabbitMQ server'
6-
version '3.12.0'
6+
version '3.13.0'
77
recipe 'rabbitmq', 'Install and configure RabbitMQ'
88
recipe 'rabbitmq::cluster', 'Set up RabbitMQ clustering.'
99
recipe 'rabbitmq::plugin_management', 'Manage plugins with node attributes'
1010
recipe 'rabbitmq::virtualhost_management', 'Manage virtualhost with node attributes'
1111
recipe 'rabbitmq::user_management', 'Manage users with node attributes'
1212

13-
depends 'erlang', '>= 0.9'
13+
depends 'erlang', '~> 1.5.0'
1414
depends 'yum-epel'
1515
depends 'yum-erlang_solutions'
1616

0 commit comments

Comments
 (0)