Skip to content

Commit 198419d

Browse files
committed
Release 11.1.0
- Add support for oom_score_adj (#877) - CLI Environment Fixes (#876) - make sure the rabbitmq_version method actually returns the version (#874) - Use mocked facts in tests (#873)
1 parent 4297485 commit 198419d

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,24 @@ 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-
## [v11.0.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v11.0.0) (2021-01-16)
7+
## [Unreleased](https://github.com/voxpupuli/puppet-rabbitmq/tree/HEAD)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v11.0.0...HEAD)
10+
11+
**Implemented enhancements:**
12+
13+
- Add support for oom\_score\_adj [\#877](https://github.com/voxpupuli/puppet-rabbitmq/pull/877) ([jlutran](https://github.com/jlutran))
14+
15+
**Fixed bugs:**
16+
17+
- CLI Environment Fixes [\#876](https://github.com/voxpupuli/puppet-rabbitmq/pull/876) ([bishopbm1](https://github.com/bishopbm1))
18+
- make sure the rabbitmq\_version method actually returns the version. [\#874](https://github.com/voxpupuli/puppet-rabbitmq/pull/874) ([TomRitserveldt](https://github.com/TomRitserveldt))
19+
20+
**Merged pull requests:**
21+
22+
- Use mocked facts in tests [\#873](https://github.com/voxpupuli/puppet-rabbitmq/pull/873) ([ekohl](https://github.com/ekohl))
23+
24+
## [v11.0.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v11.0.0) (2021-01-17)
825

926
[Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v10.3.0...v11.0.0)
1027

REFERENCE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,14 @@ Set rabbitmq file ulimit. Defaults to 16384. Only available on systems with `$::
375375

376376
Default value: 16384
377377

378+
##### `oom_score_adj`
379+
380+
Data type: `Integer[-1000, 1000]`
381+
382+
Set rabbitmq-server process OOM score. Defaults to 0.
383+
384+
Default value: 0
385+
378386
##### `heartbeat`
379387

380388
Data type: `Optional[Integer]`

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": "11.0.1-rc0",
3+
"version": "11.1.0",
44
"author": "voxpupuli",
55
"summary": "Installs, configures, and manages RabbitMQ.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)