v0.2.2
In this release, we bring you more UX improvements with signal handling, redirection of stdout/stderr and spinner while using run-command
. Also, config import
now supports importing node information using Azure API, making it easier to use kubectl-aks
even if you don't have access to the Kubernetes API server.
What's Changed
- lint: Introduce golang linter in the CI by @mqasimsarfraz in #38
- config: Support importing config using Azure API by @mqasimsarfraz in #39
- cmd: Use spinner for run-command by @mqasimsarfraz in #40
- cmd/config: Align flags names among commands by @blanquicet in #43
- vmss: Use OSProfile.ComputerName for Kubernetes node name by @mqasimsarfraz in #41
- run-command: Improve signal handling by @mqasimsarfraz in #44
- run-command: Improve output formatting by @mqasimsarfraz in #42
Full Changelog: v0.2.1...v0.2.2