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
22===========================
33This 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+
514v3.12.0 (2015-04-07)
615--------------------
716- Removed yum-epel case statement #236
Original file line number Diff line number Diff line change 33maintainer_email 'jj@chef.io'
44license 'Apache 2.0'
55description 'Installs and configures RabbitMQ server'
6- version '3.12 .0'
6+ version '3.13 .0'
77recipe 'rabbitmq' , 'Install and configure RabbitMQ'
88recipe 'rabbitmq::cluster' , 'Set up RabbitMQ clustering.'
99recipe 'rabbitmq::plugin_management' , 'Manage plugins with node attributes'
1010recipe 'rabbitmq::virtualhost_management' , 'Manage virtualhost with node attributes'
1111recipe 'rabbitmq::user_management' , 'Manage users with node attributes'
1212
13- depends 'erlang' , '>= 0.9 '
13+ depends 'erlang' , '~> 1.5.0 '
1414depends 'yum-epel'
1515depends 'yum-erlang_solutions'
1616
You can’t perform that action at this time.
0 commit comments