Skip to content

Commit 834cb40

Browse files
authored
Merge pull request #83 from puppetlabs/release-prep
Release prep v3.0.0
2 parents 3783252 + d17d648 commit 834cb40

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/v3.0.0) - 2025-11-25
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/v2.1.0...v3.0.0)
11+
12+
### Other
13+
14+
- (PA-7815) Updates for pdk template 3.5.1 [#82](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/82) ([tvpartytonight](https://github.com/tvpartytonight))
15+
- (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))
16+
- (PA-7366) Use puppetcore for testing [#79](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/79) ([tvpartytonight](https://github.com/tvpartytonight))
17+
- (PA-7215) Add Amazonfips as a supported platform [#78](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/78) ([shubhamshinde360](https://github.com/shubhamshinde360))
18+
- (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))
19+
820
## [v2.1.0](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/v2.1.0) - 2024-03-06
921

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

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

2336
### Added

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-yumrepo_core",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"author": "puppetlabs",
55
"summary": "Manage client yum repo configurations by parsing yum INI configuration files.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)