Skip to content

Commit f644c1a

Browse files
authored
Merge pull request #72 from puppetlabs/release
(MODULES-8866) - Release mergeback 0.4.0
2 parents 7a4a913 + 2212d90 commit f644c1a

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,29 @@
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

925
### Added
1026

27+
- \(DI-3301\) Adding agentless windows and linux exec tasks [\#43](https://github.com/puppetlabs/puppetlabs-exec/pull/43) ([HairyMike](https://github.com/HairyMike))
1128
- \(FM-7262\) - Addition of support for ubuntu 18.04 [\#32](https://github.com/puppetlabs/puppetlabs-exec/pull/32) ([david22swan](https://github.com/david22swan))
1229
- \[FM-7057\] Addition of Debian 9 support to exec [\#30](https://github.com/puppetlabs/puppetlabs-exec/pull/30) ([david22swan](https://github.com/david22swan))
1330
- \(MODULES-6609\) Update metadata for Win2k8R2 [\#23](https://github.com/puppetlabs/puppetlabs-exec/pull/23) ([jarretlavallee](https://github.com/jarretlavallee))

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)