From d64febc6c5db598d8f7f8baf6f58aa987e50e43d Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 13 May 2025 12:43:53 +0200 Subject: [PATCH] Release 16.2.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad5450..5b2b69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [16.2.0](https://github.com/theforeman/puppet-candlepin/tree/16.2.0) (2025-05-13) + +[Full Changelog](https://github.com/theforeman/puppet-candlepin/compare/16.1.0...16.2.0) + +**Implemented enhancements:** + +- Ensure glibc-langpack-en is always installed [\#268](https://github.com/theforeman/puppet-candlepin/pull/268) ([evgeni](https://github.com/evgeni)) + +**Fixed bugs:** + +- Avoid dependency cycles with glibc-langpack-en [\#269](https://github.com/theforeman/puppet-candlepin/pull/269) ([ekohl](https://github.com/ekohl)) + ## [16.1.0](https://github.com/theforeman/puppet-candlepin/tree/16.1.0) (2024-08-08) [Full Changelog](https://github.com/theforeman/puppet-candlepin/compare/16.0.0...16.1.0) diff --git a/metadata.json b/metadata.json index 76c4d99..8c5ff3a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "katello-candlepin", - "version": "16.1.0", + "version": "16.2.0", "author": "katello", "summary": "Configure and install Candlepin entitlement server.", "license": "GPL-3.0+",