Skip to content

v0.1.0

Compare
Choose a tag to compare
@aylei aylei released this 13 Apr 07:30
· 46 commits to master since this release

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 with agentPort(camel case), the old configuration key is still considered but will be overridden if agentPort 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!