Skip to content

Commit

Permalink
Merge pull request #166 from jjasghar/release_3.4.2
Browse files Browse the repository at this point in the history
Updated to 3.4.2 release
  • Loading branch information
JJ Asghar committed Dec 2, 2014
2 parents 37e96d2 + fabe798 commit b020d03
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ provisioner:
name: chef_zero

platforms:
- name: centos-5.10
- name: centos-6.5
- name: ubuntu-12.04
- name: ubuntu-14.04
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ rabbitmq Cookbook CHANGELOG
===========================
This file is used to list changes made in each version of the rabbitmq cookbook.

v3.5.0 (2014-11-26)
-------------------
Updated for the new release of RabbitMQ release 3.4.2
Removed the Centos 5.10 from integration testing
Updated the Gemfile for testing

v3.4.0 (2014-11-23)
-------------------
- Updated the RuboCop camel case
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Latest RabbitMQ.com version to install
default['rabbitmq']['version'] = '3.3.5'
default['rabbitmq']['version'] = '3.4.2'
# The distro versions may be more stable and have back-ported patches
default['rabbitmq']['use_distro_version'] = false

Expand Down
1 change: 0 additions & 1 deletion recipes/plugin_management.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@
node['rabbitmq']['disabled_plugins'].each do |plugin|
rabbitmq_plugin plugin do
action :disable
notifies :restart, "service[#{node['rabbitmq']['service_name']}]"
end
end
2 changes: 1 addition & 1 deletion spec/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe 'rabbitmq::default' do

version = '3.3.5-1'
version = '3.4.2-1'

let(:chef_run) do
ChefSpec::ServerRunner.new.converge(described_recipe)
Expand Down

0 comments on commit b020d03

Please sign in to comment.