v0.1.0
Changelog
New features
- Port-forward mode is introduced to connect the debug-agent that has no public host IP accessible #26
@whalecold - Helm chart for debug-agent #21 @jseguillon
- Krew and Brew package support
- Better usage error suggestions when mistype the command
Bug fix
- Omit error when configuration file not set #27
Other changes
- Better documentation😄
- Migrate to
go module
- The configuration key
agent_port
in~/.kube/debug-config
is deprecated and replaced withagentPort
(camel case), the old configuration key is still considered but will be overridden ifagentPort
is present
Thanks!
Thanks @whalecold for the port-forward mode which has been a pain point for long, thanks @jseguillon for the great helm chart and thanks for all the feedbacks!