From 319dae8260f76529fd3a3d2b8478629b0148a1e4 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 12 Dec 2024 14:36:54 +0100 Subject: [PATCH] Release 7.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f0793..6058e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ 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. +## [v7.2.0](https://github.com/voxpupuli/puppet-yum/tree/v7.2.0) (2024-12-12) + +[Full Changelog](https://github.com/voxpupuli/puppet-yum/compare/v7.1.0...v7.2.0) + +**Implemented enhancements:** + +- Add Fedora 40, OracleLinux 9, Rocky 9 [\#342](https://github.com/voxpupuli/puppet-yum/pull/342) ([jay7x](https://github.com/jay7x)) +- allow RpmNameGlob for versionlock entries [\#335](https://github.com/voxpupuli/puppet-yum/pull/335) ([kBite](https://github.com/kBite)) +- Support dnf module management - Fix \#310 [\#320](https://github.com/voxpupuli/puppet-yum/pull/320) ([EmersonPrado](https://github.com/EmersonPrado)) + +**Fixed bugs:** + +- yum::copr is not always idempotent [\#340](https://github.com/voxpupuli/puppet-yum/issues/340) +- Replace legacy facts [\#344](https://github.com/voxpupuli/puppet-yum/pull/344) ([bastelfreak](https://github.com/bastelfreak)) +- Improve yum::copr idempotency [\#341](https://github.com/voxpupuli/puppet-yum/pull/341) ([jay7x](https://github.com/jay7x)) + +**Merged pull requests:** + +- Drop support for Oracle 7 [\#325](https://github.com/voxpupuli/puppet-yum/pull/325) ([traylenator](https://github.com/traylenator)) + ## [v7.1.0](https://github.com/voxpupuli/puppet-yum/tree/v7.1.0) (2023-06-26) [Full Changelog](https://github.com/voxpupuli/puppet-yum/compare/v7.0.0...v7.1.0) diff --git a/metadata.json b/metadata.json index 6b510b9..5a4114e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-yum", - "version": "7.1.1-rc0", + "version": "7.2.0", "author": "Vox Pupuli", "summary": "YUM utilities", "license": "MIT",