zfs-prune-snapshots/CHANGES.md

36 lines
702 B
Markdown
Raw Normal View History

2018-11-12 18:08:03 +00:00
ZFS Prune Snapshots Changes
===========================
Not Yet Released
----------------
2021-12-01 04:05:41 +00:00
- Show snapshot size (used) and number of snapshots processed (6e3891ddd1)
- Add list only option (`-l`) to just list datasets that match (e4ba772f2c)
2021-11-27 23:57:31 +00:00
2021-11-28 00:18:19 +00:00
`v1.3.0`
--------
2021-12-01 04:05:41 +00:00
- Add recursive deletion option (`-R`) (482420faba)
2021-11-28 00:18:19 +00:00
2021-11-27 23:57:31 +00:00
`v1.2.0`
--------
2020-02-20 22:30:07 +00:00
- Add zfs binary check ([#8](https://github.com/bahamas10/zfs-prune-snapshots/pull/8))
2021-12-01 04:05:41 +00:00
- Support inverting of prefix/suffix match (`-i`)
([#17](https://github.com/bahamas10/zfs-prune-snapshots/pull/17))
2020-02-20 22:30:07 +00:00
2019-12-16 19:09:01 +00:00
`v1.1.0`
--------
2021-12-01 04:05:41 +00:00
- Support suffix matching (`-s`) (e7aa72160f8)
2019-12-16 19:09:01 +00:00
2018-12-14 18:26:45 +00:00
`v1.0.1`
--------
- Allow passing DESTDIR (6de152a168)
2018-11-12 18:08:03 +00:00
`v1.0.0`
--------
- Initial Release