zfs-prune-snapshots/CHANGES.md

54 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2018-11-12 18:08:03 +00:00
ZFS Prune Snapshots Changes
===========================
Not Yet Released
----------------
2021-12-04 17:28:46 +00:00
(nothing yet)
`v1.5.0`
--------
- Sanity check datasets existence before running
- `-q` will hide warnings for datesets not existing
- Based on ([#9](https://github.com/bahamas10/zfs-prune-snapshots/pull/9))
2022-06-12 18:34:55 +00:00
`v1.4.1`
--------
- Allow snapshot datasets to contain spaces
([#18](https://github.com/bahamas10/zfs-prune-snapshots/pull/18))
2022-06-12 18:34:55 +00:00
2021-12-04 17:28:46 +00:00
`v1.4.0`
--------
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