Skip to content

Commit b68c3b3

Browse files
authored
Merge pull request puppetlabs#56 from david22swan/ModulePrep
(MODULES-7985) - 0.4.0 Module Prep
2 parents d370013 + 1d26b42 commit b68c3b3

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
## Release 0.3.1
1+
# Change log
2+
3+
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).
4+
5+
## [0.4.0](https://github.com/puppetlabs/puppetlabs-service/tree/0.4.0) (2018-09-28)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/0.3.1...0.4.0)
8+
9+
### Added
10+
11+
- pdksync - \(MODULES-6805\) metadata.json shows support for puppet 6 [\#53](https://github.com/puppetlabs/puppetlabs-service/pull/53) ([tphoney](https://github.com/tphoney))
12+
- \(FM-7264\) - Addition of support for ubuntu 18.04 [\#45](https://github.com/puppetlabs/puppetlabs-service/pull/45) ([david22swan](https://github.com/david22swan))
13+
- \[FM-7059\] Addition of support for Debian 9 to service [\#44](https://github.com/puppetlabs/puppetlabs-service/pull/44) ([david22swan](https://github.com/david22swan))
14+
15+
### Fixed
16+
17+
- \(maint\) - Fix so that W32Time is running at start of test [\#47](https://github.com/puppetlabs/puppetlabs-service/pull/47) ([david22swan](https://github.com/david22swan))
18+
19+
## 0.3.1
220
### Summary
321
Fixes a bug with the service::linux agentless task failing on the PE orchestratior.
422

@@ -42,3 +60,6 @@ This is the initial release of the service task.
4260
## Features
4361
- Provides the following actions start, stop, restart, enable, disable, status.
4462
- Provider can optionally be specified.
63+
64+
65+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-service",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"author": "puppetlabs",
55
"summary": "Tasks that manipulate a service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)