Skip to content

Commit

Permalink
Merge pull request #345 from bastelfreak/rel720
Browse files Browse the repository at this point in the history
Release 7.2.0
  • Loading branch information
bastelfreak authored Dec 12, 2024
2 parents 34f9ef5 + 319dae8 commit 9bab5c6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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 7

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 Fedora 36

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Fedora 37

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Fedora 38

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system RedHat 7
"name": "puppet-yum",
"version": "7.1.1-rc0",
"version": "7.2.0",
"author": "Vox Pupuli",
"summary": "YUM utilities",
"license": "MIT",
Expand Down

0 comments on commit 9bab5c6

Please sign in to comment.