Skip to content

v1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Oct 04:07
2a1f8fa

1.5.0 (2025-10-21)

Features

  • cli: add live command input prompt (84aff03)
  • context: auto-reload on kubeconfig change (ddc6ea4)
  • export: add csv export option (3c04096)
  • filter: support choosing node label keys (786bf5d)
  • ui: annotate time headers with timezone (5cea6f2)
  • ui: display timestamps in kst timezone (252b3ce)
  • ui: handle terminal resize events (fe57837)
  • ui: improve nodegroup filtering and readiness (5628496)
  • ui: refine snapshot export and ready display (05d3e84)
  • ui: simplify live output and snapshot format (1b05f52)

Bug Fixes

  • attrdict: guard integer lookups from raising (3361c06)
  • ci: resolve mypy and pytest errors (941069d)
  • ci: resolve mypy and pytest errors (79ead3f)
  • cli: add timeouts for pod monitor requests (049ac99)
  • cli: improve live input responsiveness (053ffb7)
  • context: remove non-existent cleanup_and_reset call (61c9d91)
  • node: handle non-string label keys safely (b8fa676)
  • node: resolve created-at parsing and reduce timeouts (a3b6884)
  • node: show zone values and allow label-only selection (e1792f6)
  • node: skip invalid role labels (355820a)
  • pod-monitor: balance restart and creation ordering (fcb1018)
  • pod-monitor: prioritize restarted pods in creation view (9229283)
  • types: normalize node zone label lookup (2101289)
  • ui: sync node label headers and menu text (827c34e)
  • ui: wrap long resource names in live tables (44aefc0)

Performance Improvements

  • kubectl: cache selector lookups and reuse node data (f3be584)
  • pods: cache kubectl responses and document tuning (79b3df0)

Documentation