From f28c5f18a8769bdc6ce7ec0eff42cc0480ea608e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 14 Feb 2023 19:00:53 +0000 Subject: [PATCH] Release prep v1.4.0 --- CHANGELOG.md | 10 +++++++++- REFERENCE.md | 20 ++++++++++---------- metadata.json | 2 +- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d6884..11212e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/REFERENCE.md b/REFERENCE.md index 157b3f1..070f274 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -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) -##### `name` +##### `name` namevar The full name for this filesystem (including the zpool). -##### `provider` +##### `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. @@ -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) -##### `pool` +##### `pool` namevar The name for this pool. -##### `provider` +##### `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. -##### `raid_parity` +##### `raid_parity` Determines parity when using the `raidz` parameter. diff --git a/metadata.json b/metadata.json index c08fc48..03f4072 100644 --- a/metadata.json +++ b/metadata.json @@ -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",