Skip to content

Commit

Permalink
Release 11.1.0
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
wyardley committed Apr 16, 2021
1 parent 4297485 commit 198419d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ 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.

## [v11.0.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v11.0.0) (2021-01-16)
## [Unreleased](https://github.com/voxpupuli/puppet-rabbitmq/tree/HEAD)

[Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v11.0.0...HEAD)

**Implemented enhancements:**

- Add support for oom\_score\_adj [\#877](https://github.com/voxpupuli/puppet-rabbitmq/pull/877) ([jlutran](https://github.com/jlutran))

**Fixed bugs:**

- CLI Environment Fixes [\#876](https://github.com/voxpupuli/puppet-rabbitmq/pull/876) ([bishopbm1](https://github.com/bishopbm1))
- make sure the rabbitmq\_version method actually returns the version. [\#874](https://github.com/voxpupuli/puppet-rabbitmq/pull/874) ([TomRitserveldt](https://github.com/TomRitserveldt))

**Merged pull requests:**

- Use mocked facts in tests [\#873](https://github.com/voxpupuli/puppet-rabbitmq/pull/873) ([ekohl](https://github.com/ekohl))

## [v11.0.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v11.0.0) (2021-01-17)

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

Expand Down
8 changes: 8 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,14 @@ Set rabbitmq file ulimit. Defaults to 16384. Only available on systems with `$::

Default value: 16384

##### `oom_score_adj`

Data type: `Integer[-1000, 1000]`

Set rabbitmq-server process OOM score. Defaults to 0.

Default value: 0

##### `heartbeat`

Data type: `Optional[Integer]`
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": "11.0.1-rc0",
"version": "11.1.0",
"author": "voxpupuli",
"summary": "Installs, configures, and manages RabbitMQ.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 198419d

Please sign in to comment.