Fixes
- Bump the timeout on meshctl upgrade, which was too restrictive before. (#506)
- Fix bug where
meshctl uninstall
can report that a CRD was not found when the management plane cluster is registered. (#565) - Fix bug where
meshctl describe
was including policies more than once because of a loop iter var getting closed over (#567) - Fix bug where
meshctl describe
has confusing output when no policies apply (#566) - Fix error being dropped in mesh-discovery (#515)
- Stop sending Helm dry-run output to /dev/null during
meshctl install
(#510)