Skip to content

Releases: kubernetes-client/java

Relase 4.0.0

12 Feb 04:46
Compare
Choose a tag to compare

Changes since 4.0.0-beta1

  • Fix DateTime string generation. (#500)
  • Update proto buff files for 1.13.0 (#498)
  • Improve auth tests, fix a bug in credential parsing (#465)
  • NPE System.getenv(ENV_HOME) returns null on Windows (#455)
  • Fix serialization of null quantities (#442)

Note
This library includes an update to the generated Kubernetes code which may contain breaking API changes.

Release 4.0.0-beta1

05 Nov 23:28
Compare
Choose a tag to compare
Release 4.0.0-beta1 Pre-release
Pre-release
  • Fix Quantity serialization
  • Add merge in ProtoClient
  • Invoke async callback on unexpected exceptions
  • Update to 1.12 generated code. Fix a few compile errors w/ the new code.

Release 3.0.0

26 Oct 04:17
Compare
Choose a tag to compare

Changes since 2.0.0

  • Expand HOME detection on Windows.
  • Changed to set USERPROFILE on Windows environment.
  • Add utilities for copying files.
  • shutdown okhttp client after exec call
  • add constructDateTime to snakeYaml CustomConstructor
  • Dropped reference to gson internal API
  • Implemented equals method for Quantity
  • set content-type to merge-patch+json while building nodePatchCall
  • support client certificate chain
  • feat (#137): Introduce builder generation.
  • Close watches more cleanly.
  • Avoid use SystemClassLoader on Yaml.
  • Add config file persistence.
  • Support refresh for Azure Active Directory tokens.
  • Regenerate client for Kubernetes 1.11

Release 3.0.0-beta1

27 Jul 18:44
Compare
Choose a tag to compare
Release 3.0.0-beta1 Pre-release
Pre-release
  • feat (#137): Introduce builder generation.
  • Close watches more cleanly.
  • Avoid use SystemClassLoader on Yaml.
  • Add config file persistence.
  • Support refresh for Azure Active Directory tokens.
  • Regenerate client for Kubernetes 1.11

Release 2.0.0

14 Jul 04:22
Compare
Choose a tag to compare

No changes from 2.0.0-beta2

2.0.0-beta2

13 Jul 18:24
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release

Changes since 1.0.0:

  • Update Guava dependency. #301 by brendandburns
  • Added OSGi support and updated plugins #291 #292
  • Client overwriting my app's logback configuration #276 #284
  • Support equals() for IntOrString #283
  • Close the response body in the case of error. #281
  • Add a warning and an exception if a watch is created with debugging enabled. #280
  • Update to 1.10 API.

Release 1.0.0

27 Apr 04:30
Compare
Choose a tag to compare

First official stable release!

Fixes:

  • Fix a bug with HTML escaping byte arrays (#240)
  • Fix a bug with YAML parsing IntOrString types (#242)

Release 1.0.0-beta4

27 Apr 04:30
Compare
Choose a tag to compare
Release 1.0.0-beta4 Pre-release
Pre-release

Fixes

  • Add default true to stdout and stderr on Exec. (#227), fixes #225
  • Add single argument constructor in Quantity (#223), fixes #229

1.0.0-beta3

24 Mar 05:24
Compare
Choose a tag to compare

Fixes

  • Fix a bug where bearer-token auth didn't work pod to pod
    (#180)
  • Improve SSH key handling
    (#198, #200)

Enhancements

  • Add a custom ConfigBuilder
    (#171)
  • Add support for easy YAML loading
    (#207)
  • Add support for Azure AAD Authentication
    (#201)

1.0.0-beta2

24 Mar 05:25
Compare
Choose a tag to compare

Fixes

  • 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).