github bergerx/kubectl-status v0.7.14

6 hours ago

What's Changed

New Features

  • --include-volumes flag: Show volume and volume mount info for Pods, including PVC bindings (#590 by @egegunes)
  • --absolute-time flag: Display absolute timestamps instead of relative durations (e.g. 2020-03-18T02:05:47Z instead of 1m ago)
  • Highlight list of finalizers when a resource is marked for deletion

Bug Fixes

  • Fix: keep printing the same resource while watching
  • Fix: skip template renders only when template name matches object Kind (prevents incorrect template application)
  • Fix: int64/float64 type mismatch in pod volume stats template
  • Improve event templates sorting and display

Dependencies & Compatibility

  • Upgrade to Go 1.25.0
  • Upgrade Kubernetes libraries 0.31.3 → 0.35.0
  • Security upgrades: golang.org/x/crypto, golang.org/x/sys
  • Replace sprig with go-sprout

Internal

  • Fix Windows cross-compilation (unix.SignalName unavailable on Windows)
  • Add E2E test infrastructure with minikube on GitHub Actions
  • Add unit tests for --include-volumes and --absolute-time flags

Don't miss a new kubectl-status release

NewReleases is sending notifications on new releases.