Skip to content

Commit b08d59b

Browse files
Merge pull request #214 from puppetlabs/release-prep
Release prep v3.0.0
2 parents 538d7a5 + 1083081 commit b08d59b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-exec/tree/v3.0.0) (2023-04-04)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/v2.2.1...v3.0.0)
8+
9+
### Changed
10+
11+
- \(Cont 777\) - add puppet 8 support/drop puppet 6 support [\#213](https://github.com/puppetlabs/puppetlabs-exec/pull/213) ([jordanbreen28](https://github.com/jordanbreen28))
12+
513
## [v2.2.1](https://github.com/puppetlabs/puppetlabs-exec/tree/v2.2.1) (2023-03-23)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/v2.2.0...v2.2.1)
@@ -53,7 +61,6 @@ All notable changes to this project will be documented in this file. The format
5361
- pdksync - \(IAC-1720\) - Add Support for Ubuntu 20.04 [\#175](https://github.com/puppetlabs/puppetlabs-exec/pull/175) ([david22swan](https://github.com/david22swan))
5462
- pdksync - \(IAC-1709\) - Add Support for Debian 11 [\#173](https://github.com/puppetlabs/puppetlabs-exec/pull/173) ([david22swan](https://github.com/david22swan))
5563
- 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))
5764

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

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

7178
### Added
7279

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

7583
## [v0.8.0](https://github.com/puppetlabs/puppetlabs-exec/tree/v0.8.0) (2020-10-06)
@@ -115,14 +123,14 @@ All notable changes to this project will be documented in this file. The format
115123
- \(FM-8152\) Add Windows Server 2019 support [\#80](https://github.com/puppetlabs/puppetlabs-exec/pull/80) ([eimlav](https://github.com/eimlav))
116124
- \(FM-8039\) Add RedHat 8 support [\#79](https://github.com/puppetlabs/puppetlabs-exec/pull/79) ([eimlav](https://github.com/eimlav))
117125
- \[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))
119126

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

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

124131
### Added
125132

133+
- \(SEN-788\) Make linux and windows private [\#68](https://github.com/puppetlabs/puppetlabs-exec/pull/68) ([conormurray95](https://github.com/conormurray95))
126134
- \(SEN-788\) Add discovery extension metadata [\#67](https://github.com/puppetlabs/puppetlabs-exec/pull/67) ([conormurray95](https://github.com/conormurray95))
127135
- \(SEN-788\) Add implementation metadata [\#66](https://github.com/puppetlabs/puppetlabs-exec/pull/66) ([conormurray95](https://github.com/conormurray95))
128136

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