v1.5.6
Bugfix patch — single UI alignment fix, no feature change.
Fixed
- Pod status color disappeared after exiting a Pod → containers
drill-down. Exiting container view rebuilt the pod table from raw
item.Rowinstead of the helm-augmented form.ColumnsForResource(Pods)
reserves index 1 for the helm marker, so raw rows shifted Status one
column left —stylizeCellthen read the wrong cell and the
Running/Pending/Errorcoloring fell silent until the user
switched resources. Both exit branches (container-level pop, resource
drill-stack pop) now go throughaugmentRowsWithHelm. Regression
guarded byTestAppModel_ExitDrillDownFromContainers_RowsStayHelmAligned.
Changed
- README license badge pinned to a static
GPL-3.0shield instead of
shields.io's dynamicgithub/license/*endpoint, which has been
intermittently returning "Unable to select next GitHub token from pool"
for the past week. No user-visible change when shields.io is healthy.