Skip to content
v0.4

This release adds cluster-scoped resources, log tailing for pods, and
horizontally scrollable tables.

New features:
  - Add keybind to reload ingresses
  - Show pod logs by pressing 'L'
  - Show IPs and all ports in pods and services tables
  - Show Nodes and PersistentVolumes under the "@cluster" namespace
  - Support Bearer token authentication and getting the token from an
    external command
  - Truncate tables with many columns and scroll horizontally

Changes:
  - Change log keybind from L to C-l help keybinding from H to C-h so
    that global keybinds always start with Ctrl.
  - Use smart-case for searches
  - Show unready pods as unhealthy
  - Optimize pager searching and rendering
  - Don't use Rust's async at all and just use threads

Bugfixes:
  - Don't capture H, L, and ? when prompting
  - Fix crash when displaying utf-8 characters in pager
  - Fix crash when some numeric fields were omitted by Kubernetes in
    JSON responses