v0.1.2
0.1.2 (2024-01-02)
🚀 Release Highlights
This release adds a bunch of filtering and sorting options to the list
command. Also, a new used-by
command provides an easy way to list all persistent volumes that use a specific ticket secret.
Both additions really help with finding tickets that are no longer used or are about to expire.
Features
- add
--expires-before <duration>
tolist
(#17) (3b802ff), closes #16 - add
json
andyaml
output options to list (f72175e) - add
used-by
command (#13) (30bacf4) - add
used-by
option tolist
command (30bacf4) - add
wide
output option (f72175e) - add filtering options to list command (#10) (98728bc)
- add sort option to
list
command (#25) (0ea6727), closes #19 - add uid and gid filters to list command (f72175e)
- implement
used-by
command to find ticket using pvs (30bacf4) - improve
list
output (30bacf4) - more output options for list command (#12) (f72175e)
- show number of PVs using a ticket on
list -i
(#24) (48cd830), closes #20
Bug Fixes
- deps: update k8s.io/utils digest to e7106e6 (#18) (599fb42)
- deps: update module sigs.k8s.io/yaml to v1.4.0 (#14) (d0ab4f5)
- global flags now properly global (98728bc)
- handle duration overflow (> 292 years) (#26) (c6bc824), closes #23
- list dereferenced from secret in loop (ad3b089)
- ticket expiry check inverted (98728bc)
Continuous Integration
Documentation
- add
used-by
to README (30bacf4)