File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ rabbitmq Cookbook CHANGELOG
2
2
===========================
3
3
This file is used to list changes made in each version of the rabbitmq cookbook.
4
4
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
+
5
14
v3.12.0 (2015-04-07)
6
15
--------------------
7
16
- Removed yum-epel case statement #236
Original file line number Diff line number Diff line change 3
3
maintainer_email '[email protected] '
4
4
license 'Apache 2.0'
5
5
description 'Installs and configures RabbitMQ server'
6
- version '3.12 .0'
6
+ version '3.13 .0'
7
7
recipe 'rabbitmq' , 'Install and configure RabbitMQ'
8
8
recipe 'rabbitmq::cluster' , 'Set up RabbitMQ clustering.'
9
9
recipe 'rabbitmq::plugin_management' , 'Manage plugins with node attributes'
10
10
recipe 'rabbitmq::virtualhost_management' , 'Manage virtualhost with node attributes'
11
11
recipe 'rabbitmq::user_management' , 'Manage users with node attributes'
12
12
13
- depends 'erlang' , '>= 0.9 '
13
+ depends 'erlang' , '~> 1.5.0 '
14
14
depends 'yum-epel'
15
15
depends 'yum-erlang_solutions'
16
16
You can’t perform that action at this time.
0 commit comments