From b63e0058a560ea1007fd9057f6f9e7c4635ec81a Mon Sep 17 00:00:00 2001 From: William Yardley Date: Sat, 7 Dec 2024 12:43:09 -0800 Subject: [PATCH] Release 14.0.0 Signed-off-by: William Yardley --- CHANGELOG.md | 19 ++++++++++++++++++- metadata.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf8e13e6..f314da736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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. +## [v14.0.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v14.0.0) (2024-12-07) + +[Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v13.7.0...v14.0.0) + +**Breaking changes:** + +- Add support for CentOS / RHEL 9 and drop support for 7 [\#1027](https://github.com/voxpupuli/puppet-rabbitmq/pull/1027) ([wyardley](https://github.com/wyardley)) +- Drop support for Debian 10, Ubuntu 18, and FreeBSD 12 [\#1026](https://github.com/voxpupuli/puppet-rabbitmq/pull/1026) ([wyardley](https://github.com/wyardley)) + +**Implemented enhancements:** + +- Add client\_renegotiation ssl option, use more ssl options in management plugin [\#1024](https://github.com/voxpupuli/puppet-rabbitmq/pull/1024) ([wyardley](https://github.com/wyardley)) + +**Fixed bugs:** + +- Disallow empty string in `package_apt_pin` [\#1025](https://github.com/voxpupuli/puppet-rabbitmq/pull/1025) ([wyardley](https://github.com/wyardley)) + ## [v13.7.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v13.7.0) (2024-09-06) [Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v13.6.0...v13.7.0) @@ -742,7 +759,7 @@ Debian 8 is EOL since some months now. Release 10.2.0 will be the last one with - \[Bugfix\] convert $ssl\_depth from string to integer [\#539](https://github.com/voxpupuli/puppet-rabbitmq/pull/539) ([bastelfreak](https://github.com/bastelfreak)) - Extend rabbitmqadmin config template with SSL options. [\#526](https://github.com/voxpupuli/puppet-rabbitmq/pull/526) ([justahero](https://github.com/justahero)) - \[MODULES-4223\] don't set NODE\_PORT and NODE\_IP\_ADDRESS if ssl\_only [\#524](https://github.com/voxpupuli/puppet-rabbitmq/pull/524) ([JAORMX](https://github.com/JAORMX)) -- \[MODULES-3733\] rabbitmq provider env\_path does not locate ruby gem installed puppet binary [\#517](https://github.com/voxpupuli/puppet-rabbitmq/pull/517) ([growthstock](https://github.com/growthstock)) +- \[MODULES-3733\] rabbitmq provider env\_path does not locate ruby gem installed puppet binary [\#517](https://github.com/voxpupuli/puppet-rabbitmq/pull/517) ([totalcharge](https://github.com/totalcharge)) **Closed issues:** diff --git a/metadata.json b/metadata.json index 507425139..68d3548e9 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-rabbitmq", - "version": "13.7.1-rc0", + "version": "14.0.0", "author": "Vox Pupuli", "summary": "Installs, configures, and manages RabbitMQ.", "license": "Apache-2.0",