Skip to content

Releases: kubernetes-client/java

Release 3.0.0-beta1

Release 3.0.0-beta1 Pre-release
Pre-release

Choose a tag to compare

  • 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

Choose a tag to compare

No changes from 2.0.0-beta2

2.0.0-beta2

2.0.0-beta2 Pre-release
Pre-release

Choose a tag to compare

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

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

Release 1.0.0-beta4 Pre-release
Pre-release

Choose a tag to compare

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

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

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

1.0.0-beta1

Choose a tag to compare

This is the first beta release of this client.

Features

  • Support for Kubernetes 1.8 (#84).

Fixes

  • Allow kubeconfig to be loaded without current-context (#81).

0.2.0

Choose a tag to compare

@lwander lwander released this 25 Sep 16:33

Fixes

  • Correctly configure in-cluster token-based authentication (#75).

Features

  • Allow client to be instantiated with a custom context (#65),

  • Protocol buffer client (#67), (#69), (#71).

Miscellanious

  • Rename client-java-util package to client-java (#73)).

0.1.0

Choose a tag to compare

@lwander lwander released this 11 Aug 16:28

Initial release of client.