Skip to content

Commit 86e6106

Browse files
authored
Merge pull request #195 from puppetlabs/release-prep
Release prep v2.1.0
2 parents d32a079 + 401ad7e commit 86e6106

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.1.0](https://github.com/puppetlabs/puppetlabs-exec/tree/v2.1.0) (2022-05-30)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/v2.0.0...v2.1.0)
8+
9+
### Added
10+
11+
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#184](https://github.com/puppetlabs/puppetlabs-exec/pull/184) ([david22swan](https://github.com/david22swan))
12+
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#179](https://github.com/puppetlabs/puppetlabs-exec/pull/179) ([david22swan](https://github.com/david22swan))
13+
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#178](https://github.com/puppetlabs/puppetlabs-exec/pull/178) ([david22swan](https://github.com/david22swan))
14+
15+
### Fixed
16+
17+
- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 16.04 [\#187](https://github.com/puppetlabs/puppetlabs-exec/pull/187) ([david22swan](https://github.com/david22swan))
18+
- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#182](https://github.com/puppetlabs/puppetlabs-exec/pull/182) ([david22swan](https://github.com/david22swan))
19+
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#177](https://github.com/puppetlabs/puppetlabs-exec/pull/177) ([david22swan](https://github.com/david22swan))
20+
521
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-exec/tree/v2.0.0) (2021-08-25)
622

723
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/v1.0.0...v2.0.0)

metadata.json

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

pdk.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)