From a17cff32f3a2fa5f63507c425f9c4cac5ec0e1df Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 26 Nov 2025 19:37:07 +0000 Subject: [PATCH] Release prep v2.0.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fcfdb..e4a4bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## [v2.0.1](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/v2.0.1) - 2025-11-26 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/v2.0.0...v2.0.1) + +### Other + +- Specify correct supported puppet version, 8.x only [#98](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/98) ([tvpartytonight](https://github.com/tvpartytonight)) + ## [v2.0.0](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/v2.0.0) - 2025-11-25 [Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/v1.6.1...v2.0.0) diff --git a/metadata.json b/metadata.json index 002338a..9c9db7d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-zfs_core", - "version": "2.0.0", + "version": "2.0.1", "author": "puppetlabs", "summary": "Manage zfs. Create destroy and set properties on zfs instances.", "license": "Apache-2.0",