From 9607f90fa3561debdcdd5dc0d8c5197db3adbfca Mon Sep 17 00:00:00 2001 From: Wes Davis Date: Sun, 6 Feb 2022 17:44:06 -0500 Subject: [PATCH] REL: Version 0.8.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++---- setup.py | 2 +- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8d435..5f50c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ ## [Unreleased] +## [0.8.0] - 2021-02-06 +### Added + * vDev I/O activity graphs + * Pool health status + * Error counter graphs + * Scrub/resilver events + * Encryption attributes modeled + * Process monitoring + * Per-pool configurable utilization thresholds + +### Changed + * ZenPackLib 2.x required + * Adjusted zpool iostat sampling interval for improve accuracy + * zdb/zfs/zpool paths determined by modeler + * Modeler determines if privilege escalation is required + +### Removed + * TALES monkeypatch for zProperties in Command modeler + * Only used in intermediate/dev versions between Dec. 2020 and Feb. 2022 + * zZpoolThreshold* properties + +### Fixed + * Component-level health checks + * Pool title populated if not found in zdb + ## [0.7.5] - 2017-01-19 ### Added * Basic pool and vdev health check @@ -26,7 +51,7 @@ * zZPoolThresholdCritical ### Changed - * `zfs get` datasource runs once per modeled dataset, rather than collecting all performance data for all datasets in one run + * `zfs get` datasource runs once per modeled dataset, rather than collecting all performance data for all datasets in one run * Changes to `sudoers` config on monitored system(s) may be requried * Logging severity lowered to debug when components are ignored by modelers @@ -47,10 +72,10 @@ ## 0.7.0 - 2016-09-11 * Alpha release - -[Unreleased]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.5...HEAD +[Unreleased]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.8.0...HEAD +[0.8.0]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.5...0.8.0 [0.7.5]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.4...0.7.5 [0.7.4]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.3...0.7.4 [0.7.3]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.2...0.7.3 -[0.7.2]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.1...0.7.2 +[0.7.2]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.0...0.7.1 diff --git a/setup.py b/setup.py index 3949467..dd34ffc 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # or saved. Do not modify them directly here. # NB: PACKAGES is deprecated NAME = "ZenPacks.daviswr.ZFS" -VERSION = "0.8.0-dev" +VERSION = "0.8.0" AUTHOR = "Wes Davis" LICENSE = "MIT" NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.daviswr']