What's Changed
New Features
--include-volumesflag: Show volume and volume mount info for Pods, including PVC bindings (#590 by @egegunes)--absolute-timeflag: Display absolute timestamps instead of relative durations (e.g.2020-03-18T02:05:47Zinstead of1m 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
sprigwithgo-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-volumesand--absolute-timeflags