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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v3.0.0](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/v3.0.0) - 2025-11-25

[Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/v2.1.0...v3.0.0)

### Other

- (PA-7815) Updates for pdk template 3.5.1 [#82](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/82) ([tvpartytonight](https://github.com/tvpartytonight))
- (PA-6856) Add beaker-hostgenerator gem with dynamic version support [#80](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/80) ([skyamgarp](https://github.com/skyamgarp))
- (PA-7366) Use puppetcore for testing [#79](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/79) ([tvpartytonight](https://github.com/tvpartytonight))
- (PA-7215) Add Amazonfips as a supported platform [#78](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/78) ([shubhamshinde360](https://github.com/shubhamshinde360))
- (PA-6139) Drop beaker-puppet_install_helper gem in yumrepo-core module [#73](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/73) ([amitkarsale](https://github.com/amitkarsale))

## [v2.1.0](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/v2.1.0) - 2024-03-06

[Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/v2.0.0...v2.1.0)
Expand All @@ -18,6 +30,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
[Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/v1.2.0...v2.0.0)

### Changed

- (maint) Drop Puppet 6 and PDK Update [#55](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/55) ([mhashizume](https://github.com/mhashizume))

### Added
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-yumrepo_core",
"version": "2.1.0",
"version": "3.0.0",
"author": "puppetlabs",
"summary": "Manage client yum repo configurations by parsing yum INI configuration files.",
"license": "Apache-2.0",
Expand Down