From fc95082a08fdd77dbfd21881e2453cf4729b4487 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 11 Jan 2021 16:30:44 +0100 Subject: [PATCH] Release 11.1.0 --- CHANGELOG.md | 10 ++++++++++ metadata.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2e701..74dfdd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [11.1.0](https://github.com/theforeman/puppet-candlepin/tree/11.1.0) (2021-01-12) + +[Full Changelog](https://github.com/theforeman/puppet-candlepin/compare/11.0.0...11.1.0) + +**Implemented enhancements:** + +- Fixes [\#31607](https://projects.theforeman.org/issues/31607) - Increase Artemis disk usage limit [\#172](https://github.com/theforeman/puppet-candlepin/pull/172) ([jturel](https://github.com/jturel)) +- Fixes [\#31497](https://projects.theforeman.org/issues/31497) - set default-consumer-window-size for jobs queue [\#170](https://github.com/theforeman/puppet-candlepin/pull/170) ([jturel](https://github.com/jturel)) +- Refs [\#31346](https://projects.theforeman.org/issues/31346) - Expose java\_package parameter [\#169](https://github.com/theforeman/puppet-candlepin/pull/169) ([jturel](https://github.com/jturel)) + ## [11.0.0](https://github.com/theforeman/puppet-candlepin/tree/11.0.0) (2020-10-27) [Full Changelog](https://github.com/theforeman/puppet-candlepin/compare/10.0.0...11.0.0) diff --git a/metadata.json b/metadata.json index bbe425c..5490973 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "katello-candlepin", - "version": "11.0.0", + "version": "11.1.0", "author": "katello", "summary": "Configure and install Candlepin entitlement server.", "license": "GPL-3.0+",