Skip to content

Commit ca0773b

Browse files
Merge pull request #212 from puppetlabs/release-prep
Release prep v2.2.1
2 parents 27c4d55 + 3425297 commit ca0773b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.1](https://github.com/puppetlabs/puppetlabs-exec/tree/v2.2.1) (2023-03-23)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/v2.2.0...v2.2.1)
8+
9+
### Fixed
10+
11+
- pdksync - \(CONT-189\) Remove support for RedHat6 / OracleLinux6 [\#203](https://github.com/puppetlabs/puppetlabs-exec/pull/203) ([david22swan](https://github.com/david22swan))
12+
- pdksync - \(CONT-130\) - Dropping Support for Debian 9 [\#200](https://github.com/puppetlabs/puppetlabs-exec/pull/200) ([jordanbreen28](https://github.com/jordanbreen28))
13+
514
## [v2.2.0](https://github.com/puppetlabs/puppetlabs-exec/tree/v2.2.0) (2022-10-03)
615

716
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/v2.1.0...v2.2.0)
@@ -44,6 +53,7 @@ All notable changes to this project will be documented in this file. The format
4453
- pdksync - \(IAC-1720\) - Add Support for Ubuntu 20.04 [\#175](https://github.com/puppetlabs/puppetlabs-exec/pull/175) ([david22swan](https://github.com/david22swan))
4554
- pdksync - \(IAC-1709\) - Add Support for Debian 11 [\#173](https://github.com/puppetlabs/puppetlabs-exec/pull/173) ([david22swan](https://github.com/david22swan))
4655
- pdksync - \(IAC-1719\) - Add Support for Debian 10 [\#172](https://github.com/puppetlabs/puppetlabs-exec/pull/172) ([david22swan](https://github.com/david22swan))
56+
- pdksync - \(feat\) - Add support for Puppet 7 [\#143](https://github.com/puppetlabs/puppetlabs-exec/pull/143) ([daianamezdrea](https://github.com/daianamezdrea))
4757

4858
## [v1.0.0](https://github.com/puppetlabs/puppetlabs-exec/tree/v1.0.0) (2021-03-01)
4959

@@ -60,7 +70,6 @@ All notable changes to this project will be documented in this file. The format
6070

6171
### Added
6272

63-
- pdksync - \(feat\) - Add support for Puppet 7 [\#143](https://github.com/puppetlabs/puppetlabs-exec/pull/143) ([daianamezdrea](https://github.com/daianamezdrea))
6473
- \(GH-31\) Update init types [\#138](https://github.com/puppetlabs/puppetlabs-exec/pull/138) ([pmcmaw](https://github.com/pmcmaw))
6574

6675
## [v0.8.0](https://github.com/puppetlabs/puppetlabs-exec/tree/v0.8.0) (2020-10-06)
@@ -106,14 +115,14 @@ All notable changes to this project will be documented in this file. The format
106115
- \(FM-8152\) Add Windows Server 2019 support [\#80](https://github.com/puppetlabs/puppetlabs-exec/pull/80) ([eimlav](https://github.com/eimlav))
107116
- \(FM-8039\) Add RedHat 8 support [\#79](https://github.com/puppetlabs/puppetlabs-exec/pull/79) ([eimlav](https://github.com/eimlav))
108117
- \[FM-7943\] Puppet Strings [\#78](https://github.com/puppetlabs/puppetlabs-exec/pull/78) ([carabasdaniel](https://github.com/carabasdaniel))
118+
- \(SEN-788\) Make linux and windows private [\#68](https://github.com/puppetlabs/puppetlabs-exec/pull/68) ([conormurray95](https://github.com/conormurray95))
109119

110120
## [0.4.0](https://github.com/puppetlabs/puppetlabs-exec/tree/0.4.0) (2019-04-04)
111121

112122
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/0.3.0...0.4.0)
113123

114124
### Added
115125

116-
- \(SEN-788\) Make linux and windows private [\#68](https://github.com/puppetlabs/puppetlabs-exec/pull/68) ([conormurray95](https://github.com/conormurray95))
117126
- \(SEN-788\) Add discovery extension metadata [\#67](https://github.com/puppetlabs/puppetlabs-exec/pull/67) ([conormurray95](https://github.com/conormurray95))
118127
- \(SEN-788\) Add implementation metadata [\#66](https://github.com/puppetlabs/puppetlabs-exec/pull/66) ([conormurray95](https://github.com/conormurray95))
119128

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-exec",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"author": "puppetlabs",
55
"summary": "Tasks that allows the execution of a command and parameters",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)