Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

74 lines (40 loc) · 2.31 KB

v0.7.0 (2022-03-05)

  • Go 1.17
  • Update dependencies

v0.6.0 (2018-07-29)

Features

  • Enable external auth provider #40

Others

  • Use Go 1.10.3 on Travis CI #42
  • Upgrade to client-go 8.0.0 #39

v0.5.2.rc1 (2017-04-27)

Features

  • Add debug flag to enable pprof #31

Fixed

  • Close goroutine immediately if there is no valid object #30

v0.5.1 (2017-04-27)

Fixed

  • Print selected context correctly #28

v0.5.0 (2017-04-25)

Features

  • Watch Kubernetes events to detect Pod lifecycle correctly #26
  • Add more short flags #25 (thanks @atombender)

v0.4.0 (2017-04-11)

Features

  • Use default namespace set in kubecfg #21
  • Add --no-halt flag #18

Fixed

  • Detect container recreation #20

v0.3.0 (2016-12-12)

Backward incompatible changes

  • Deprecate -flag style flag, use --flag #11

Features

  • Support context switch by --context flag #13 (Thanks @apstndb)

v0.2.1 (2016-11-16)

Rebuilt binaries to be statically-linked.

v0.2.0 (2016-11-16)

Features

  • Stream logs of all containers in pod #5
  • Get kubeconfig path from KUBECONFIG #4

v0.1.0 (2016-11-15)

Initial release.