Skip to content

Commit

Permalink
DOC: Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
daviswr committed Apr 6, 2024
1 parent a5ec5b9 commit a63d97e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## [0.8.1] - 2024-04-06
### Added
* Support for minor output formatting changes after OpenZFS 2.0
* Events generated from ZPool status

### Changed
* Removed dependency on GNU echo

## Fixed
* ZPool status line check
* Event summary generation in zpool status parser
* zed process regex will not match ffprobe


## [0.8.0] - 2021-02-06
### Added
* vDev I/O activity graphs
Expand All @@ -27,6 +41,7 @@
* 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 @@ -36,13 +51,15 @@
### Changed
* Cache, log, and spare devices are now their own component types rather than Root vDevs


## [0.7.4] - 2016-10-08
### Changed
* Tweaks to component detail display order, grid column widths, etc

### Fixed
* ZPool modeler redundantly processing Relationship Maps


## [0.7.3] - 2016-09-18
### Added
* ZPool capacity thresholds configurable via zProperties:
Expand Down Expand Up @@ -72,7 +89,8 @@
## 0.7.0 - 2016-09-11
* Alpha release

[Unreleased]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.8.0...HEAD
[Unreleased]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.8.1...HEAD
[0.8.1]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.8.0...0.8.1
[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
Expand Down

0 comments on commit a63d97e

Please sign in to comment.