Skip to content

Commit 3503545

Browse files
authored
Merge pull request #284 from puppetlabs/release-prep
Release prep v2.2.0
2 parents 309622b + bad0734 commit 3503545

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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).
44

5+
## [v2.2.0](https://github.com/puppetlabs/puppetlabs-package/tree/v2.2.0) (2022-05-30)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-package/compare/v2.1.0...v2.2.0)
8+
9+
### Added
10+
11+
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#275](https://github.com/puppetlabs/puppetlabs-package/pull/275) ([david22swan](https://github.com/david22swan))
12+
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#270](https://github.com/puppetlabs/puppetlabs-package/pull/270) ([david22swan](https://github.com/david22swan))
13+
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#269](https://github.com/puppetlabs/puppetlabs-package/pull/269) ([david22swan](https://github.com/david22swan))
14+
- Expose package manager options to task [\#265](https://github.com/puppetlabs/puppetlabs-package/pull/265) ([MartyEwings](https://github.com/MartyEwings))
15+
16+
### Fixed
17+
18+
- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 14.04/16.04 [\#277](https://github.com/puppetlabs/puppetlabs-package/pull/277) ([david22swan](https://github.com/david22swan))
19+
- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#273](https://github.com/puppetlabs/puppetlabs-package/pull/273) ([david22swan](https://github.com/david22swan))
20+
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#268](https://github.com/puppetlabs/puppetlabs-package/pull/268) ([david22swan](https://github.com/david22swan))
21+
522
## [v2.1.0](https://github.com/puppetlabs/puppetlabs-package/tree/v2.1.0) (2021-08-16)
623

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

REFERENCE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Data type: `Optional[String[1]]`
3838

3939
Version numbers must match the full version to install, including release if the provider uses a release moniker. Ranges or semver patterns are not accepted except for the gem package provider. For example, to install the bash package from the rpm bash-4.1.2-29.el6.x86_64.rpm, use the string '4.1.2-29.el6'.
4040

41+
##### `manager_options`
42+
43+
Data type: `Optional[String[1]]`
44+
45+
options to be sent to the package manager
46+
4147
##### `provider`
4248

4349
Data type: `Optional[String[1]]`
@@ -64,6 +70,12 @@ Data type: `String[1]`
6470

6571
The name of the package to be manipulated.
6672

73+
##### `manager_options`
74+
75+
Data type: `Optional[String[1]]`
76+
77+
options to be sent to the package manager
78+
6779
##### `version`
6880

6981
Data type: `Optional[String[1]]`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-package",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"author": "puppetlabs",
55
"summary": "Tasks that manipulate a package",
66
"license": "Apache-2.0",

pdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)