diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d73cb3..0a7e014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,66 +1,78 @@ # Change log 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). +## [1.2.0](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/1.2.0) (2020-10-30) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/1.1.0...1.2.0) + +### Added + +- \(Modules-7207\) Add 'caches' support [\#38](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/38) ([kBite](https://github.com/kBite)) + +### Fixed + +- \(MODULES-10848\) Do not redefine PARAMETER\_UNSET\_OR\_NOT\_AVAILABLE [\#39](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/39) ([beechtom](https://github.com/beechtom)) + ## [1.1.0](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/1.1.0) (2020-07-09) [Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/1.0.5...1.1.0) ### Added - \(MODULES-10726\) Add support for ashift/autoexpand/failmode to the zpool provider. [\#30](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/30) ([KeithWard](https://github.com/KeithWard)) ## [1.0.5](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/1.0.5) (2020-04-01) [Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/1.0.4...1.0.5) ### Fixed - \(MODULES-10592\) Fix `zpool status` parsing on Linux [\#27](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/27) ([GabrielNagy](https://github.com/GabrielNagy)) ## [1.0.4](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/1.0.4) (2019-11-06) [Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/1.0.3...1.0.4) ### Fixed - \(MODULES-8823\) Better handling of ZFS overlay property on Linux [\#23](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/23) ([GabrielNagy](https://github.com/GabrielNagy)) ## [1.0.3](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/1.0.3) (2019-11-01) [Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/1.0.2...1.0.3) ### Added - \(MODULES-8823\) Add support for overlay option in zfs on Linux [\#22](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/22) ([GabrielNagy](https://github.com/GabrielNagy)) - Use "zpool status -P" instead of "zpool status" [\#14](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/14) ([bluthg](https://github.com/bluthg)) ## [1.0.2](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/1.0.2) (2019-02-12) [Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/1.0.1...1.0.2) ### Added - Add anchors for l10n [\#10](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/10) ([joshcooper](https://github.com/joshcooper)) - Expand test coverage [\#8](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/8) ([joshcooper](https://github.com/joshcooper)) - \(L10n\) Delivering translations for POT and README files [\#7](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/7) ([ehom](https://github.com/ehom)) ### Fixed - \(L10n\) Updating translations for readmes/README\_ja\_JP.md [\#11](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/11) ([ehom](https://github.com/ehom)) ## [1.0.1](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/1.0.1) (2018-08-20) [Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/1.0.0...1.0.1) ### Added - Install module on all hosts, not just those with default role [\#4](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/4) ([joshcooper](https://github.com/joshcooper)) ## [1.0.0](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/1.0.0) (2018-05-22) [Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/576d12b67e6d531b15315329d7a98f4c3549e2dc...1.0.0) \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/metadata.json b/metadata.json index fe33b8b..285d485 100644 --- a/metadata.json +++ b/metadata.json @@ -1,66 +1,66 @@ { "name": "puppetlabs-zfs_core", - "version": "1.1.0", + "version": "1.2.0", "author": "puppetlabs", "summary": "Manage zfs. Create destroy and set properties on zfs instances.", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-zfs_core", "project_page": "https://github.com/puppetlabs/puppetlabs-zfs_core", "issues_url": "https://tickets.puppetlabs.com/projects/MODULES", "dependencies": [ ], "operatingsystem_support": [ { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7" ] }, { "operatingsystem": "Scientific", "operatingsystemrelease": [ "7" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ "8" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "16.04" ] }, { "operatingsystem": "Solaris", "operatingsystemrelease": [ "11" ] } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 6.0.0 < 7.0.0" } ], "pdk-version": "1.14.0", "template-url": "https://github.com/puppetlabs/pdk-templates#1.14.0", "template-ref": "1.14.0-0-g1bf3a4e" }