Skip to content

Commit f196b18

Browse files
author
JJ Asghar
committed
v3.9.0 release of the cookbook
1 parent f367338 commit f196b18

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
rabbitmq Cookbook CHANGELOG
22
===========================
33
This file is used to list changes made in each version of the rabbitmq cookbook.
4+
5+
v3.9.0 (2015-01-28)
6+
------------------
7+
Song of this Release: [Cascade](http://www.pandora.com/hyper/we-control/cascade) by Hyper
8+
9+
- Moved the service enable and start to the bottom of the default recipe so you can change variables around. Issue #201
10+
- syntax typos #208
11+
- LWRP for managing RabbitMQ parameters #207
12+
- Distro version pinning #211
13+
414
v3.8.0 (2015-01-07)
515
------------------
6-
Song of this Release:
16+
Song of this Release: Sunlight (2011) by by Modestep
717

818
- Update to `3.4.3` release of rabbitmq
919
- Updated from 12.04 to 14.04 for Ubuntu Specs

attributes/default.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# Allow the distro version to be optionally pinned like the rabbitmq.com version
66
default['rabbitmq']['pin_distro_version'] = false
77

8-
98
# being nil, the rabbitmq defaults will be used
109
default['rabbitmq']['nodename'] = nil
1110
default['rabbitmq']['address'] = nil

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email '[email protected]'
44
license 'Apache 2.0'
55
description 'Installs and configures RabbitMQ server'
6-
version '3.8.0'
6+
version '3.9.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'

0 commit comments

Comments
 (0)