Skip to content

Commit

Permalink
Merge pull request #337 from jjasghar/4.6.0
Browse files Browse the repository at this point in the history
v4.6.0 prep work
  • Loading branch information
JJ Asghar committed Feb 2, 2016
2 parents 26593d5 + 4c37c37 commit de57b31
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**

Expand Down Expand Up @@ -474,4 +488,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit de57b31

Please sign in to comment.