Skip to content

Commit

Permalink
Merge pull request #61 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v1.4.0
  • Loading branch information
mhashizume committed Feb 14, 2023
2 parents 4645304 + f28c5f1 commit 0af39ef
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

## [v1.4.0](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/v1.4.0) (2023-02-14)

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

### Added

- \(PA-4806\) Updates PDK template [\#56](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/56) ([mhashizume](https://github.com/mhashizume))

## [v1.3.0](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/v1.3.0) (2021-10-04)

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

### Added

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

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

Expand Down
20 changes: 10 additions & 10 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,16 @@ The zoned property. Valid values are `on`, `off`.

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

* [`name`](#name)
* [`provider`](#provider)
* [`name`](#-zfs--name)
* [`provider`](#-zfs--provider)

##### <a name="name"></a>`name`
##### <a name="-zfs--name"></a>`name`

namevar

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

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

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

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

* [`pool`](#pool)
* [`provider`](#provider)
* [`raid_parity`](#raid_parity)
* [`pool`](#-zpool--pool)
* [`provider`](#-zpool--provider)
* [`raid_parity`](#-zpool--raid_parity)

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

namevar

The name for this pool.

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

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

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

Determines parity when using the `raidz` parameter.

2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-zfs_core",
"version": "1.3.0",
"version": "1.4.0",
"author": "puppetlabs",
"summary": "Manage zfs. Create destroy and set properties on zfs instances.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0af39ef

Please sign in to comment.