Skip to content

Commit 0da64de

Browse files
authored
Merge pull request #70 from david22swan/ReleasePrep
(MODULES-8862) - 0.4.0 Release Prep
2 parents 7a4a913 + 18cd32f commit 0da64de

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +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-
## [0.3.0](https://github.com/puppetlabs/puppetlabs-exec/tree/0.3.0) (2018-09-27)
5+
## [0.4.0](https://github.com/puppetlabs/puppetlabs-exec/tree/0.4.0) (2019-04-04)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/0.3.0...0.4.0)
8+
9+
### Added
10+
11+
- \(SEN-788\) Make linux and windows private [\#68](https://github.com/puppetlabs/puppetlabs-exec/pull/68) ([conormurraypuppet](https://github.com/conormurraypuppet))
12+
- \(SEN-788\) Add discovery extension metadata [\#67](https://github.com/puppetlabs/puppetlabs-exec/pull/67) ([conormurraypuppet](https://github.com/conormurraypuppet))
13+
- \(SEN-788\) Add implementation metadata [\#66](https://github.com/puppetlabs/puppetlabs-exec/pull/66) ([conormurraypuppet](https://github.com/conormurraypuppet))
14+
15+
### Fixed
16+
17+
- \(MODULES-8717\) Move testing from task\_helper to BoltSpec & Fix BoltSpec dependency issue [\#62](https://github.com/puppetlabs/puppetlabs-exec/pull/62) ([HelenCampbell](https://github.com/HelenCampbell))
18+
- pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#55](https://github.com/puppetlabs/puppetlabs-exec/pull/55) ([tphoney](https://github.com/tphoney))
19+
- \(DI-3301\) Linux task should use eval [\#49](https://github.com/puppetlabs/puppetlabs-exec/pull/49) ([davejohnston](https://github.com/davejohnston))
20+
21+
## [0.3.0](https://github.com/puppetlabs/puppetlabs-exec/tree/0.3.0) (2018-09-28)
622

723
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/0.2.0...0.3.0)
824

@@ -12,6 +28,10 @@ All notable changes to this project will be documented in this file. The format
1228
- \[FM-7057\] Addition of Debian 9 support to exec [\#30](https://github.com/puppetlabs/puppetlabs-exec/pull/30) ([david22swan](https://github.com/david22swan))
1329
- \(MODULES-6609\) Update metadata for Win2k8R2 [\#23](https://github.com/puppetlabs/puppetlabs-exec/pull/23) ([jarretlavallee](https://github.com/jarretlavallee))
1430

31+
### UNCATEGORIZED PRS; GO LABEL THEM
32+
33+
- \(DI-3301\) Adding agentless windows and linux exec tasks [\#43](https://github.com/puppetlabs/puppetlabs-exec/pull/43) ([HairyMike](https://github.com/HairyMike))
34+
1535
## 0.2.0
1636
### Summary
1737
This release uses the PDK convert functionality which in return makes the module PDK compliant. It also includes one feature and a roll up of maintenance changes.

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-exec",
3-
"version": "0.3.0",
3+
"version": "0.4.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)