Skip to content

Commit b020d03

Browse files
author
JJ Asghar
committedDec 2, 2014
Merge pull request #166 from jjasghar/release_3.4.2
Updated to 3.4.2 release
2 parents 37e96d2 + fabe798 commit b020d03

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed
 

‎.kitchen.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ provisioner:
55
name: chef_zero
66

77
platforms:
8-
- name: centos-5.10
98
- name: centos-6.5
109
- name: ubuntu-12.04
1110
- name: ubuntu-14.04

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ rabbitmq Cookbook CHANGELOG
22
===========================
33
This file is used to list changes made in each version of the rabbitmq cookbook.
44

5+
v3.5.0 (2014-11-26)
6+
-------------------
7+
Updated for the new release of RabbitMQ release 3.4.2
8+
Removed the Centos 5.10 from integration testing
9+
Updated the Gemfile for testing
10+
511
v3.4.0 (2014-11-23)
612
-------------------
713
- Updated the RuboCop camel case

‎attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Latest RabbitMQ.com version to install
2-
default['rabbitmq']['version'] = '3.3.5'
2+
default['rabbitmq']['version'] = '3.4.2'
33
# The distro versions may be more stable and have back-ported patches
44
default['rabbitmq']['use_distro_version'] = false
55

‎recipes/plugin_management.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@
3131
node['rabbitmq']['disabled_plugins'].each do |plugin|
3232
rabbitmq_plugin plugin do
3333
action :disable
34-
notifies :restart, "service[#{node['rabbitmq']['service_name']}]"
3534
end
3635
end

‎spec/default_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
describe 'rabbitmq::default' do
44

5-
version = '3.3.5-1'
5+
version = '3.4.2-1'
66

77
let(:chef_run) do
88
ChefSpec::ServerRunner.new.converge(described_recipe)

0 commit comments

Comments
 (0)