Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 20:51
· 9 commits to main since this release

Added

  • Events view. A new Events entry in the sidebar shows the namespace's event stream — the
    practical "namespace log" — as a table (Type, Reason, Object, Count, Last Seen, Message), most-recent
    first. Warning rows are tinted so problems stand out. This is where the reason for a failing pod,
    a scheduling issue, or an image-pull error usually shows up, all in one place.
  • Live pod metrics charts. The pod details panel gains a Metrics tab with live CPU and
    Memory line charts that poll the Metrics API (every 10s, summed across containers) and plot usage
    over time — a quick read on whether a pod is climbing toward its limits. Requires metrics-server in
    the cluster; the tab notes when metrics aren't available.

Full Changelog: v1.3.1...v1.4.0