Skip to content

Releases: kubernetes-client/java

Release 14.0.0

12 Nov 09:42
Compare
Choose a tag to compare

Release 13.0.1

21 Oct 13:47
Compare
Choose a tag to compare

Release 13.0.0

23 Jul 14:08
Compare
Choose a tag to compare

Release Notes:

  • Add support for AdmissionReview objects
  • Fixes duplicated SharedProcessor#shouldResync calls (#1727)
  • Kubernetes 1.21.x API generation
  • Improved Java 16 Compatability
  • Fix SpringExampleController so it doesn't crash on startup (#1686)
  • Lots of dependency updates

Release 9.0.2

06 Jan 18:19
6267ff3
Compare
Choose a tag to compare

Release Notes:

  • Fixes path normalization for files in Copy (#1426)

Release 10.0.1

06 Jan 18:18
6267ff3
Compare
Choose a tag to compare

Release Notes:

  • Fixes path normalization for files in Copy (#1426)

Release 11.0.0

06 Jan 18:16
Compare
Choose a tag to compare

Release Notes:

  • Major release in support of Kubernetes 1.19.x
  • Improvements to Spring support for Kubernetes
  • Misc. bug fixes
  • Lots of dependencies rev'd to latest by dependabot

Release 10.0.0

18 Sep 18:37
Compare
Choose a tag to compare
  • Latest release supporting Kubernetes 1.18.x
  • kubectl equivalent commands
  • Bug fixes

Release 9.0.2

26 Aug 15:40
Compare
Choose a tag to compare

Latest release, including Informer fixes.

Release 6.0.1

25 Sep 20:28
Compare
Choose a tag to compare

Changes in this release:

  • Fix: remove the capacity limit of ProcessorListener
  • Fixes unexpectedly listener quitting leads to OOM approved
  • Fix: should not return from DefaultController.worker() method
  • manually set OKHttpClient read timeout zero ensure client doesnot timeout
  • Fixes leaking informer#controller daemon thread
  • Release/flush websocket buffers on abnormal closing
  • Add workqueue support
  • Add leader election
  • Feat: Structurelize patch object

Release 5.0.0

25 Sep 20:31
Compare
Choose a tag to compare

Release 5.0.0

  • Fix a problem that lister cannot get resource correctly
  • Update openapi metadata from k/k 1.14 branch
  • Feat: Provide thread-safety for pager
  • Fixes patch format to support various patch formats
  • Refactor pager to support colon-loop java grammar
  • add workqueue implementation for kube-style controller
  • Fixes watch conflict handling in informer and more test coverage
  • Added support for KUBECONFIG environment variable with multiple paths.
  • Fix some problems with watches that return a v1.Status
  • Support client.authentication.k8s.io/v1beta1 ExecCredential