Skip to content

13.1.0

Compare
Choose a tag to compare
@starpit starpit released this 03 Feb 20:37
· 49 commits to master since this release

Features

Screenshot 2023-02-02 at 4 48 16 PM

Screenshot 2023-02-02 at 3 40 53 PM

  • Pods now have a Containers tab. #9288
  • Drilldowns from helm ls now present a more complete picture of the chart, including managed resources and values, and the ability to drill down to see a table of those managed resources. The drilldown currently assumes that the managed resources follow the label convention app.kubernetes.io/name=<chartName>. #9289

Fixes

  • A wide variety of small load time optimizations; you may see 100-200ms drops. These especially benefit web clients that load bundles from a remote server. Check out madwizard.io, which now gets a Chrome Lighthouse score of 95/100!
  • Improved layout on phones #9267 #9267 #9270

For Developers

  • npm run watch now recompiles the plugin registry and the test source. Previously, if you added a new command registration, you would have to restart the watcher.