Skip to content

Commit 3a43223

Browse files
authored
Merge pull request #97 from puppetlabs/release-prep
Release prep v2.0.0
2 parents 04e2bdd + af686e7 commit 3a43223

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55

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

8+
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/v2.0.0) - 2025-11-25
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/v1.6.1...v2.0.0)
11+
12+
### Other
13+
14+
- (PA-7815) Updates for pdk template 3.5.1 [#96](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/96) ([tvpartytonight](https://github.com/tvpartytonight))
15+
- (PA-7366) Use puppetcore for testing [#93](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/93) ([tvpartytonight](https://github.com/tvpartytonight))
16+
- (PA-6139) Drop beaker-puppet_install_helper gem in zfs-core module [#90](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/90) ([amitkarsale](https://github.com/amitkarsale))
17+
818
## [v1.6.1](https://github.com/puppetlabs/puppetlabs-zfs_core/tree/v1.6.1) - 2024-07-15
919

1020
[Full Changelog](https://github.com/puppetlabs/puppetlabs-zfs_core/compare/v1.6.0...v1.6.1)
@@ -15,7 +25,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1525

1626
### Added
1727

18-
- Update zfs with relatime support [#84](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/84) ([AriaXLi](https://github.com/AriaXLi))
28+
- (PA-6738) Update zfs with relatime support [#84](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/84) ([AriaXLi](https://github.com/AriaXLi))
1929
- (PA-5790) Add zfs attribute defaultuserquota [#83](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/83) ([AriaXLi](https://github.com/AriaXLi))
2030
- Add support for nvme devices [#66](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/66) ([murkyway](https://github.com/murkyway))
2131

@@ -37,7 +47,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
3747

3848
### Added
3949

40-
- (MODULES-10874) Add property 'sync' [#43](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/43) ([jameslikeslinux](https://github.com/jameslikeslinux))
50+
- (MODULES-10874) Add property 'sync' [#43](https://github.com/puppetlabs/puppetlabs-zfs_core/pull/43) ([puppetjoy](https://github.com/puppetjoy))
4151

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

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.6.1",
3+
"version": "2.0.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)