Skip to content

v0.3.0

Compare
Choose a tag to compare
@release-please-nobbs release-please-nobbs released this 25 Jan 13:58
e94035b

0.3.0 (2024-01-25)

Features

  • add --all-namespaces flag to used-by command, also tests (#40) (7c1af4c)
  • add claim command to list all PVCs using tickets (#44) (0e2eefd)
  • add sort option to volume command (a8f52ee)
  • add ticket status to volume command (07f6ce0)
  • implement claim sorting (#50) (3499c07)

Bug Fixes

  • add pvc alias to claim command (cbeb8c9)
  • deps: update kubernetes packages to v0.29.1 (#46) (d757733)
  • rename commands, list to secret and usedby to volume (868b96a)
  • streamline sort options for all commands (3499c07)
  • ticket status not properly parsed in claim command (#48) (901b82a)
  • volume sort options (7c0288b)

Tests

  • add test for cli completion functions (7875ffd)
  • add tests for version.String() (5253528)
  • add tests for duration pflag type (7875ffd)
  • add tests for types (3499c07)
  • add tests for util/cli.go (7875ffd)
  • run in parallel (3499c07)

Continuous Integration

  • add pre-commit config (7875ffd)
  • exclude test files from funlen check (7875ffd)
  • lint: tune golangci-lint, add gci linter (69d7edd)
  • only build if test and lint pass (3499c07)

Documentation

  • add badges to README.md (fba5b28)
  • add documentation for completion functions (5253528)
  • update README.md (3499c07)

Code Refactoring

  • cleaning up the codebase even more (#49) (a39fb61)
  • major code reorganization (#47) (03258b5)
  • move cli to internal package (5253528)
  • move duration functions util functions (7875ffd)
  • remove --all flag from volume command (04d7a82)
  • remove duplicate util definitions (7875ffd)
  • rename ListItem to TicketSecret (5253528)
  • simplify namespace handling (5253528)
  • update secret filter implementation (5253528)

Miscellaneous Chores

  • major refactoring and test coverage improvements (#39) (5253528)
  • prepare debug logging (#37) (7875ffd)
  • use charmbracelet/log for debug logging (7875ffd)