You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 conventionapp.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!
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.