Skip to content

Commit 738eb50

Browse files
authored
Merge pull request #922 from wyardley/wyardley/release_12_1_0
Release 12.1.0
2 parents a61c4b9 + 1491402 commit 738eb50

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v12.1.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v12.1.0) (2023-02-11)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v12.0.2...v12.1.0)
10+
11+
**Implemented enhancements:**
12+
13+
- bump puppet/systemd to \< 5.0.0 [\#919](https://github.com/voxpupuli/puppet-rabbitmq/pull/919) ([jhoblitt](https://github.com/jhoblitt))
14+
- Enable usage of custom list of plugins when using static config file [\#917](https://github.com/voxpupuli/puppet-rabbitmq/pull/917) ([enothen](https://github.com/enothen))
15+
16+
**Closed issues:**
17+
18+
- rabbitmq clustering status needs manual intervention if cluster partners aren't reachable at time of creation [\#130](https://github.com/voxpupuli/puppet-rabbitmq/issues/130)
19+
20+
**Merged pull requests:**
21+
22+
- docs: fix minor grammar & typo [\#921](https://github.com/voxpupuli/puppet-rabbitmq/pull/921) ([MindTooth](https://github.com/MindTooth))
23+
724
## [v12.0.2](https://github.com/voxpupuli/puppet-rabbitmq/tree/v12.0.2) (2022-08-13)
825

926
[Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v12.0.1...v12.0.2)

REFERENCE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The following parameters are available in the `rabbitmq` class.
198198
Data type: `Boolean`
199199

200200
If enabled sets up the management interface/plugin for RabbitMQ.
201-
This also install the rabbitmqadmin command line tool.
201+
This will also install the rabbitmqadmin command line tool.
202202

203203
Default value: `true`
204204

@@ -220,6 +220,14 @@ replacing the use of the rabbitmqplugins provider to enable plugins.
220220

221221
Default value: `false`
222222

223+
##### `plugins`
224+
225+
Data type: `Array`
226+
227+
Additional list of plugins to start, or to add to /etc/rabbitmq/enabled_plugins, if use_config_file_for_plugins is enabled.
228+
229+
Default value: []
230+
223231
##### `auth_backends`
224232

225233
Data type: `Optional[Array]`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-rabbitmq",
3-
"version": "12.0.3-rc0",
3+
"version": "12.1.0",
44
"author": "voxpupuli",
55
"summary": "Installs, configures, and manages RabbitMQ.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)