Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 8

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 8
"name": "katello-candlepin",
"version": "16.1.0",
"version": "16.2.0",
"author": "katello",
"summary": "Configure and install Candlepin entitlement server.",
"license": "GPL-3.0+",
Expand Down
Loading