Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 13.5.0 #1000

Merged
merged 1 commit into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v13.5.0](https:/voxpupuli/puppet-rabbitmq/tree/v13.5.0) (2024-05-23)

[Full Changelog](https:/voxpupuli/puppet-rabbitmq/compare/v13.4.0...v13.5.0)

**Implemented enhancements:**

- Add require\_epel parameter, defaulting to `true` [\#997](https:/voxpupuli/puppet-rabbitmq/pull/997) ([wyardley](https:/wyardley))
- Add support for policy definition consumer-timeout [\#991](https:/voxpupuli/puppet-rabbitmq/pull/991) ([wyardley](https:/wyardley))

**Fixed bugs:**

- Handle rabbitmq.config when cluster\_nodes is empty [\#993](https:/voxpupuli/puppet-rabbitmq/pull/993) ([nosrio](https:/nosrio))

**Closed issues:**

- Does not find rabbitmqadmin under ubuntu [\#812](https:/voxpupuli/puppet-rabbitmq/issues/812)

**Merged pull requests:**

- Add unit test to handle bug solved on PR \#993 [\#994](https:/voxpupuli/puppet-rabbitmq/pull/994) ([nosrio](https:/nosrio))
- Use stdlib::ensure\_packages [\#990](https:/voxpupuli/puppet-rabbitmq/pull/990) ([wyardley](https:/wyardley))

## [v13.4.0](https:/voxpupuli/puppet-rabbitmq/tree/v13.4.0) (2024-05-19)

[Full Changelog](https:/voxpupuli/puppet-rabbitmq/compare/v13.3.0...v13.4.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-rabbitmq",
"version": "13.4.1-rc0",
"version": "13.5.0",
"author": "Vox Pupuli",
"summary": "Installs, configures, and manages RabbitMQ.",
"license": "Apache-2.0",
Expand Down
Loading