Skip to content

Commit 404da7f

Browse files
authored
Merge pull request #46 from puppetlabs/release-prep
Release prep v1.2.0
2 parents 9d28687 + 29ca89f commit 404da7f

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [v1.2.0](https://github.com/puppetlabs/puppetlabs-mount_core/tree/v1.2.0) (2023-02-14)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_core/compare/v1.1.0...v1.2.0)
8+
9+
### Added
10+
11+
- \(MODULES-11371\) Updates PDK template [\#44](https://github.com/puppetlabs/puppetlabs-mount_core/pull/44) ([mhashizume](https://github.com/mhashizume))
12+
513
## [v1.1.0](https://github.com/puppetlabs/puppetlabs-mount_core/tree/v1.1.0) (2021-10-04)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_core/compare/1.0.4...v1.1.0)

REFERENCE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,24 +96,24 @@ those providers that write to disk.
9696

9797
The following parameters are available in the `mount` type.
9898

99-
* [`name`](#name)
100-
* [`provider`](#provider)
101-
* [`remounts`](#remounts)
99+
* [`name`](#-mount--name)
100+
* [`provider`](#-mount--provider)
101+
* [`remounts`](#-mount--remounts)
102102

103-
##### <a name="name"></a>`name`
103+
##### <a name="-mount--name"></a>`name`
104104

105105
namevar
106106

107107
The mount path for the mount. On Linux systems it can contain whitespace.
108108

109-
##### <a name="provider"></a>`provider`
109+
##### <a name="-mount--provider"></a>`provider`
110110

111111
The specific backend to use for this `mount` resource. You will seldom need to specify this --- Puppet will usually
112112
discover the appropriate provider for your platform.
113113

114-
##### <a name="remounts"></a>`remounts`
114+
##### <a name="-mount--remounts"></a>`remounts`
115115

116-
Valid values: ``true``, ``false``
116+
Valid values: `true`, `false`
117117

118118
Whether the mount can be remounted `mount -o remount`. If
119119
this is false, then the filesystem will be unmounted and remounted

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mount_core",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"author": "puppetlabs",
55
"summary": "Manages mounted filesystems and mount tables.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)