Skip to content

Commit 6a37e32

Browse files
author
JJ Asghar
committed
Merge pull request #275 from jjasghar/4.0.1
Changes for 4.0.1 to be pushed.
2 parents 44e8c6e + 68a49f9 commit 6a37e32

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ rabbitmq Cookbook CHANGELOG
22
===========================
33
This 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+
513
v4.0.0 (2015-04-23)
614
--------------------
715
- added #238 for clustering depreciating the [rabbitmq-cluster cookbook](https://supermarket.chef.io/cookbooks/rabbitmq-cluster)

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email 'jj@chef.io'
44
license 'Apache 2.0'
55
description 'Installs and configures RabbitMQ server'
6-
version '4.0.0'
6+
version '4.0.1'
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'

0 commit comments

Comments
 (0)