Skip to content

Commit 3a62ceb

Browse files
authored
Merge pull request #16 from ScottGarman/mergeback-release-to-master
Mergeback release to master
2 parents 38e1567 + 6157ab8 commit 3a62ceb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [1.0.3] - 2019-01-17
8+
### Added
9+
- (PUP-9307) Allow for trailing slashes in mount resource title
10+
### Changed
11+
- (maint) Update PDK to 1.8.0
12+
Localization improvements and updated translations
13+
Added LICENSE file
14+
715
## [1.0.2] - 2018-08-20
816
### Added
917
- (PUP-9053) Enable localization

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mount_core",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Puppet Labs",
55
"summary": "Manages mounted filesystems and mount tables.",
66
"license": "Apache-2.0",
@@ -50,7 +50,7 @@
5050
{
5151
"operatingsystem": "Fedora",
5252
"operatingsystemrelease": [
53-
"25"
53+
"28"
5454
]
5555
},
5656
{
@@ -81,4 +81,4 @@
8181
"pdk-version": "1.8.0",
8282
"template-url": "https://github.com/puppetlabs/pdk-templates",
8383
"template-ref": "heads/master-0-gd61c0a4"
84-
}
84+
}

0 commit comments

Comments
 (0)