Skip to content

Latest commit

 

History

History
175 lines (74 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

175 lines (74 loc) · 5.51 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.12.0 (2017-06-15)

Features

  • auth-provider: support for auth-provider access-token in fromKubeconfig() (#112) (9b02bc2)

3.11.0 (2017-05-31)

Bug Fixes

  • README: modified group example to be correct (#94) (73e4f05)

Features

  • Deployment: Support for additional Deployment operations (#103) (d802180)

3.10.1 (2017-03-09)

Bug Fixes

  • matchLabels: call BaseObject constructor with correct arguments (#91) (9e1f2d6)

3.10.0 (2017-03-03)

Bug Fixes

  • response content-type checking: more robust JSON response handling (#89) (ace816e)

Features

  • Support for more APIs: Apps, Batch, and RBAC (#78) (3734e12)

3.9.0 (2017-02-27)

Features

  • Support for more APIs: Apps, Batch, and RBAC (#78) (3734e12)

3.8.0 (2017-02-25)

Bug Fixes

  • config: switched token from base64 to string (#83) (95b75a2)
  • getInCluster: Use ca.crt correctly (#87) (3c18ebf)

Features

  • config: Now accept a manually specified context in fromKubeConfig (#82) (12738ef)

3.7.0 (2017-02-25)

Bug Fixes

  • config: switched token from base64 to string (#83) (95b75a2)

Features

  • config: Now accept a manually specified context in fromKubeConfig (#82) (12738ef)

3.6.0 (2017-02-24)

Features

  • config: Now accept a manually specified context in fromKubeConfig (#82) (12738ef)

3.5.1 (2017-02-23)

3.5.0 (2017-02-14)

Features

  • config.loadKubeconfig: helper for loading an API config from ~/.kube/config (#73) (3a9b609)

3.4.0 (2017-02-13)

Features

  • config.loadKubeconfig: helper for loading an API config from ~/.kube/config (#73) (3a9b609)

3.3.0 (2017-02-09)

Bug Fixes

  • error handling: handle API errors that aren't JSON (#60) (f8ae84c)

Features

  • extensions/thirdpartyresources: Add thirdpartyresources to Extensions (#69) (e720491)
  • insecureSkipTlsVerify: plumb an option to skip verifying server certs (#61) (901773e)
  • ThirdPartyResource: Add resources option to constructor (#71) (f457b56)
  • ThirdPartyResources: add support for Third Party Resources (#70) (58614c5), closes #43

3.2.0 (2017-01-20)

Bug Fixes

  • error handling: handle API errors that aren't JSON (#60) (f8ae84c)

Features

  • insecureSkipTlsVerify: plumb an option to skip verifying server certs (#61) (901773e)

3.1.0 (2016-12-24)

Bug Fixes

  • aliases: Add missing object aliases (#54) (3cf1e3a)

Features

  • core: add in-cluster config helper (#49) (85915d5)