Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Kui-win32-x64.zip | 2023-02-03 | 108.5 MB | |
Kui-linux-x64.zip | 2023-02-03 | 102.7 MB | |
Kui-linux-arm64.zip | 2023-02-03 | 103.3 MB | |
Kui-darwin-x64.tar.bz2 | 2023-02-03 | 93.6 MB | |
Kui-darwin-arm64.tar.bz2 | 2023-02-03 | 88.5 MB | |
13.1.0.tar.gz | 2023-02-03 | 9.8 MB | |
13.1.0.zip | 2023-02-03 | 11.1 MB | |
README.md | 2023-02-03 | 1.6 kB | |
Totals: 8 Items | 517.5 MB | 0 |
Features
- 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 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!
- 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.