Skip to content

Commit

Permalink
Updated to 3.4.2 release
Browse files Browse the repository at this point in the history
- Updated for the new release of RabbitMQ release 3.4.2
- Removed the Centos 5.10 from integration testing
- Updated the Gemfile for testing
  • Loading branch information
JJ Asghar committed Nov 26, 2014
1 parent d1bfae8 commit b6008b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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

0 comments on commit b6008b7

Please sign in to comment.