Skip to content

Commit 0af39ef

Browse files
authored
Merge pull request #61 from puppetlabs/release-prep
Release prep v1.4.0
2 parents 4645304 + f28c5f1 commit 0af39ef

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
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.4.0](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/v1.4.0) (2023-02-14)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/v1.3.0...v1.4.0)
8+
9+
### Added
10+
11+
- \(PA-4806\) Updates PDK template [\#56](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/56) ([mhashizume](https://github.com/mhashizume))
12+
513
## [v1.3.0](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/v1.3.0) (2021-10-04)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/1.2.0...v1.3.0)
816

917
### Added
1018

11-
- \(MODULES-10874\) Add property 'sync' [\#43](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/43) ([iamjamestl](https://github.com/iamjamestl))
19+
- \(MODULES-10874\) Add property 'sync' [\#43](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/43) ([jameslikeslinux](https://github.com/jameslikeslinux))
1220

1321
## [1.2.0](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/1.2.0) (2020-10-30)
1422

REFERENCE.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,16 @@ The zoned property. Valid values are `on`, `off`.
179179

180180
The following parameters are available in the `zfs` type.
181181

182-
* [`name`](#name)
183-
* [`provider`](#provider)
182+
* [`name`](#-zfs--name)
183+
* [`provider`](#-zfs--provider)
184184

185-
##### <a name="name"></a>`name`
185+
##### <a name="-zfs--name"></a>`name`
186186

187187
namevar
188188

189189
The full name for this filesystem (including the zpool).
190190

191-
##### <a name="provider"></a>`provider`
191+
##### <a name="-zfs--provider"></a>`provider`
192192

193193
The specific backend to use for this `zfs` resource. You will seldom need to specify this --- Puppet will usually
194194
discover the appropriate provider for your platform.
@@ -266,22 +266,22 @@ Spare disk(s) for this pool.
266266

267267
The following parameters are available in the `zpool` type.
268268

269-
* [`pool`](#pool)
270-
* [`provider`](#provider)
271-
* [`raid_parity`](#raid_parity)
269+
* [`pool`](#-zpool--pool)
270+
* [`provider`](#-zpool--provider)
271+
* [`raid_parity`](#-zpool--raid_parity)
272272

273-
##### <a name="pool"></a>`pool`
273+
##### <a name="-zpool--pool"></a>`pool`
274274

275275
namevar
276276

277277
The name for this pool.
278278

279-
##### <a name="provider"></a>`provider`
279+
##### <a name="-zpool--provider"></a>`provider`
280280

281281
The specific backend to use for this `zpool` resource. You will seldom need to specify this --- Puppet will usually
282282
discover the appropriate provider for your platform.
283283

284-
##### <a name="raid_parity"></a>`raid_parity`
284+
##### <a name="-zpool--raid_parity"></a>`raid_parity`
285285

286286
Determines parity when using the `raidz` parameter.
287287

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-zfs_core",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"author": "puppetlabs",
55
"summary": "Manage zfs. Create destroy and set properties on zfs instances.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)