File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ rabbitmq Cookbook CHANGELOG
22===========================
33This file is used to list changes made in each version of the rabbitmq cookbook.
44
5+ v4.0.1 (2015-06-16)
6+ --------------------
7+ - Fix single quote and nil issues with cluster recipe #274
8+ - Fixed 'rabbitmqctl eval' command for old rabbitmq versions #272
9+ - Support additional env args #269
10+ - Add patterns to catch where the node name is surrounded by single-quotes #267
11+ - Remove the extra curly braces for format_ssl_ciphers #260
12+
513v4.0.0 (2015-04-23)
614--------------------
715- added #238 for clustering depreciating the [ rabbitmq-cluster cookbook] ( https://supermarket.chef.io/cookbooks/rabbitmq-cluster )
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 '4.0.0 '
6+ version '4.0.1 '
77recipe 'rabbitmq' , 'Install and configure RabbitMQ'
88recipe 'rabbitmq::cluster' , 'Set up RabbitMQ clustering.'
99recipe 'rabbitmq::plugin_management' , 'Manage plugins with node attributes'
You can’t perform that action at this time.
0 commit comments