Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

70 lines (38 loc) · 2.16 KB

v0.6.0 (2018-08-05)

Features

  • Enable external auth providers #32

Fixed

  • Exclude namespace from kubeclient #28

Others

  • Use Go 1.10.3 on Travis CI #34
  • Upgrade to client-go 8.0.0 #31

v0.5.1 (2017-08-25)

Fixed

  • Sort k8sec list command output #25 (thanks @unblee)

v0.5.0 (2017-08-15)

Features

  • Add -n flag as an alias of --namespace #23

Fixed

  • Modify application name in version command #22

v0.4.1 (2017-04-12)

Fixed

  • Use correct namespace #20

v0.4.0 (2017-04-12)

Features

  • Select context / Use namespace set in kubecfg #18

v0.3.1 (2017-01-10)

Fixed

  • Update command description #15
  • Suppress usage and error printing at error #13
  • Check the length of key-value array #12
  • Create new secret if it does not exist #11

v0.3.0 (2016-12-30)

Backward imcompatible changes

  • Rename k8sec save command as k8sec dump #9
    • No behavior changes.

v0.2.0 (2016-12-07)

Drop Kubernetes <= 1.2 support

v0.1.1 (2016-10-21)

Initial stable binary release.

v0.1.0 (2016-07-19)

Initial release.