This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
v0.5.0
GuessWhoSamFoo
released this
05 Aug 23:05
·
2606 commits
to master
since this release
Changelog
Highlights
- Significantly reduced memory usage and faster performance
- Summary and YAML view for nodes are now available under Cluster Overview
All Changes:
- Reworked deployment status so it is consistent with other objects (#92, @bryanl)
- Removed the Watch store to help improve performance and memory usage (#94, @wwitzel3)
- Added pagination to data grids (#103, @bryanl)
- Increased REST client's QPS (#102, @bryanl)
- Changed the store API List function to return an unstructured list (#102, @bryanl)
- Created an
allow
list to reduce the number of objects that need to be checked when building the resource viewer (#102, @bryanl) - Used unstructured objects in more places to removes a few unnecessary conversions (#102, @bryanl)
- Added nodes to cluster overview (#104, @bryanl)
- Changed
--kubeConfig
flag to--kubeconfig
(#107, @GuessWhoSamFoo)