Skip to content

Releases: kubernetes-client/javascript

Release 0.20.0

02 Nov 21:04
3610c1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.19.0...0.20.0

Release 0.19.0

17 Sep 15:41
e5b15c3
Compare
Choose a tag to compare

Release 0.19.0

  • Support for Kubernetes 1.27 APIs
  • Small bug fixes
  • Many dependencies updated

Release 0.18.1

26 Mar 14:54
2b3ad2c
Compare
Choose a tag to compare

Updates to Kubernetes 1.25

Release 0.16.3

09 Feb 14:47
640a72d
Compare
Choose a tag to compare

Changes relative to 0.15.x

  • Support for Kubernetes 1.22.x
  • Bug fix to support IntOrString types
  • Add List method to generic types API
  • Bug fix in Azure Auth

Release 0.15.0

23 Jul 14:09
c45e4a8
Compare
Choose a tag to compare

Release Notes TBD.

Release 0.14.0

18 Feb 18:26
7514882
Compare
Choose a tag to compare

Release 0.14.0

  • Support for Kubernetes 1.20.0
  • Fixed a bug with connection leaking in the Informer

Release 0.12.1

18 Sep 19:05
ef0c2f3
Compare
Choose a tag to compare

Release 0.12.1

  • Bug Fixes
  • Update to Kubernetes 1.18.x APIs

See closed PRs:
https://github.com/kubernetes-client/javascript/pulls?page=1&q=is%3Apr+is%3Aclosed

For more details.

Release 0.10.1

12 Jun 20:11
cf992ee
Compare
Choose a tag to compare

Release 0.10.1

Changes since 0.10.0

  • Fix import and compiling request in log.ts (#275)

Release 0.10.0

10 Jun 05:15
34822ac
Compare
Choose a tag to compare

Warning Breaking Changes in this Release

Underscores have been removed in the generated code so that Core_v1Api is now CoreV1Api`. Apologies for any inconvenience, this is due to reving the version on the code generator.

Changes since 0.9.2

  • Regenerate for Kubernetes 1.13.7
  • Switch to a newer version of the code generator

Release 0.9.0

30 May 19:31
9bda1e6
Compare
Choose a tag to compare

Changes since 0.8.2

  • Fix console output when running auth code #252 by foxylion
  • Handle JSON parse errors in watch implementation #250 by silasbw
  • Switch from jsonpath to jsonpath-plus #248 by drubin
  • Fix env variables to include existing environment variables, then override #246 by brendandburns
  • Support terminal resizes #240 by lizardruss
  • Fixed condition to check expired token for exec auth #237 by ankitabhopatkar13
  • Fix relative path loading #226 by brendandburns