- Fix a bug with HTML escaping byte arrays (#240)
- Fix a bug with YAML parsing IntOrString types (#242)
- Fix a bug where bearer-token auth didn't work pod to pod (kubernetes-client#180)
- Improve SSH key handling (kubernetes-client#198, kubernetes-client#200)
- Add a custom ConfigBuilder (kubernetes-client#171)
- Add support for easy YAML loading (kubernetes-client#207)
- Add support for Azure AAD Authentication (kubernetes-client#201)
- Fix a bug when Watch returns a Status object (#165).
- Add support for Quantity type (#129).
- Add support for IntOrString (#108).
- Fix some leaks by calling close (#106).
This is the first beta release of this client.
- Support for Kubernetes 1.8 (#84).
- Allow kubeconfig to be loaded without current-context (#81).
- Correctly configure in-cluster token-based authentication (#75).
-
Allow client to be instantiated with a custom
context
(#65),
- Rename
client-java-util
package toclient-java
(#73)).
Initial release of client