Skip to content

Latest commit

 

History

History
88 lines (49 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

88 lines (49 loc) · 2.75 KB

v0.8.0 (2022-03-02)

Features

  • Customize User-Agent with k8sec version (#153) (thanks @bendrucker)

Others

  • Use Go 1.17
  • Update dependencies including some security fixes
  • Stop providing official Docker image
  • Drop support under Kubernetes 1.18 (see also: Kubernetes version skew policy)

v0.7.0 (2020-03-13)

  • Use Go 1.14
  • Update dependencies to the latest one (e.g. client-go v0.17.3)

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.