From 4c37c370dbc33a77a15fbe60d7c493250fcbdb31 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Tue, 2 Feb 2016 12:47:24 +0100 Subject: [PATCH] v4.6.0 prep work --- CHANGELOG.md | 20 +++++++++++++++++--- metadata.rb | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 648118e3..a17f707b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,22 @@ # Change Log -## [Unreleased](https://github.com/jjasghar/rabbitmq/tree/HEAD) +## [v4.6.0](https://github.com/jjasghar/rabbitmq/tree/v4.6.0) (2016-02-02) +[Full Changelog](https://github.com/jjasghar/rabbitmq/compare/v4.5.1...v4.6.0) -[Full Changelog](https://github.com/jjasghar/rabbitmq/compare/v4.5.0...HEAD) +**Closed issues:** + +- Problems getting erlang 1.5.x version on Ubuntu 14.04 [\#336](https://github.com/jjasghar/rabbitmq/issues/336) +- node type is being ignored when joining a cluster [\#326](https://github.com/jjasghar/rabbitmq/issues/326) +- Chef restarts RabbitMQ because it always set the permissions to all the users when it runs [\#197](https://github.com/jjasghar/rabbitmq/issues/197) + +**Merged pull requests:** + +- Fix user grep command to match whitespace [\#331](https://github.com/jjasghar/rabbitmq/pull/331) ([gerr1t](https://github.com/gerr1t)) +- fix hardcoded --ram node type for cluster join [\#327](https://github.com/jjasghar/rabbitmq/pull/327) ([scalp42](https://github.com/scalp42)) +- NO-REF Check chef client version before calling sensitive [\#317](https://github.com/jjasghar/rabbitmq/pull/317) ([XiangYao](https://github.com/XiangYao)) + +## [v4.5.1](https://github.com/jjasghar/rabbitmq/tree/v4.5.1) (2015-11-24) +[Full Changelog](https://github.com/jjasghar/rabbitmq/compare/v4.5.0...v4.5.1) **Merged pull requests:** @@ -474,4 +488,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/metadata.rb b/metadata.rb index 072c6aaa..7866a153 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'jj@chef.io' license 'Apache 2.0' description 'Installs and configures RabbitMQ server' -version '4.5.1' +version '4.6.0' recipe 'rabbitmq', 'Install and configure RabbitMQ' recipe 'rabbitmq::cluster', 'Set up RabbitMQ clustering.' recipe 'rabbitmq::plugin_management', 'Manage plugins with node attributes'