All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.12.0 (2017-06-15)
- auth-provider: support for auth-provider access-token in fromKubeconfig() (#112) (9b02bc2)
3.11.0 (2017-05-31)
- README: modified group example to be correct (#94) (73e4f05)
- Deployment: Support for additional Deployment operations (#103) (d802180)
3.10.1 (2017-03-09)
- matchLabels: call BaseObject constructor with correct arguments (#91) (9e1f2d6)
3.10.0 (2017-03-03)
- response
content-type
checking: more robust JSON response handling (#89) (ace816e)
- Support for more APIs: Apps, Batch, and RBAC (#78) (3734e12)
3.9.0 (2017-02-27)
- Support for more APIs: Apps, Batch, and RBAC (#78) (3734e12)
3.8.0 (2017-02-25)
- config: switched token from base64 to string (#83) (95b75a2)
- getInCluster: Use ca.crt correctly (#87) (3c18ebf)
- config: Now accept a manually specified context in fromKubeConfig (#82) (12738ef)
3.7.0 (2017-02-25)
- config: switched token from base64 to string (#83) (95b75a2)
- config: Now accept a manually specified context in fromKubeConfig (#82) (12738ef)
3.6.0 (2017-02-24)
- config: Now accept a manually specified context in fromKubeConfig (#82) (12738ef)
3.5.1 (2017-02-23)
3.5.0 (2017-02-14)
- config.loadKubeconfig: helper for loading an API config from ~/.kube/config (#73) (3a9b609)
3.4.0 (2017-02-13)
- config.loadKubeconfig: helper for loading an API config from ~/.kube/config (#73) (3a9b609)
3.3.0 (2017-02-09)
- error handling: handle API errors that aren't JSON (#60) (f8ae84c)
- extensions/thirdpartyresources: Add
thirdpartyresources
toExtensions
(#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)
- error handling: handle API errors that aren't JSON (#60) (f8ae84c)
- insecureSkipTlsVerify: plumb an option to skip verifying server certs (#61) (901773e)
3.1.0 (2016-12-24)
- aliases: Add missing object aliases (#54) (3cf1e3a)
- core: add in-cluster config helper (#49) (85915d5)