Skip to content

Commit 6ae1f57

Browse files
author
GitHub Actions
committed
Release prep v2.1.0
1 parent 029ee10 commit 6ae1f57

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,25 @@ 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-
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/v2.0.0) - 2023-06-07
8+
## [v2.1.0](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/v2.1.0) - 2024-03-06
99

10-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/v1.2.0...v2.0.0)
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/v2.0.0...v2.1.0)
1111

1212
### Added
1313

14-
- (PA-5187) Add target support [#54](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/54) ([mhashizume](https://github.com/mhashizume))
14+
- (PA-5575) Add Amazon to display support in Puppet forge [#65](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/65) ([shubhamshinde360](https://github.com/shubhamshinde360))
15+
16+
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/v2.0.0) - 2023-06-07
17+
18+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/v1.2.0...v2.0.0)
1519

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

23+
### Added
24+
25+
- (PA-5187) Add target support [#54](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/54) ([mhashizume](https://github.com/mhashizume))
26+
1927
## [v1.2.0](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/v1.2.0) - 2023-02-14
2028

2129
[Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/v1.1.0...v1.2.0)
@@ -80,6 +88,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
8088

8189
- (L10n) Update Japanese translations [#9](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/9) ([melissa](https://github.com/melissa))
8290

91+
### Fixed
92+
93+
- (MODULES-8114) Use old way of defining sensitive params [#6](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/6) ([melissa](https://github.com/melissa))
94+
8395
## [1.0.1](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/1.0.1) - 2018-08-17
8496

8597
[Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/1.0.0...1.0.1)

REFERENCE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ discover the appropriate provider for your platform.
346346

347347
##### <a name="-yumrepo--target"></a>`target`
348348

349-
The target parameter will be enabled in a future release and should not be used.
349+
The filepath of the local repository file, can be either relative or absolute. If a valid filepath is not specified, the
350+
target is created as a new section in `yum.conf(5)`
350351

351352
Default value: `absent`
352353

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.0.0",
3+
"version": "2.1.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)