Skip to content

v0.1.2

Compare
Choose a tag to compare
@release-please-nobbs release-please-nobbs released this 02 Jan 21:58
4a41a86

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> to list (#17) (3b802ff), closes #16
  • add json and yaml output options to list (f72175e)
  • add used-by command (#13) (30bacf4)
  • add used-by option to list 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

  • release: also update versions in README (30bacf4)
  • renovate: run go mod tidy before PRs (951d01e)

Documentation

Code Refactoring

  • rename some packages (4df6597)
  • restructure internal code to support filtering (98728bc)

Tests

  • add empty tests to fix coverage reporting (#22) (47bce7a), closes #21

Miscellaneous Chores

  • deps: update go.mod (30bacf4)
  • deps: use v0.1.1 of mapr-ticket-parser (844f00e)
  • lint: disable complexity linters for now (30bacf4)