Skip to content

Commit

Permalink
REL: Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviswr committed Feb 6, 2022
1 parent 6462fb8 commit 9607f90
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
33 changes: 29 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 9607f90

Please sign in to comment.