Skip to content

Releases: kubernetes-client/javascript

Release 1.4.0

03 Oct 16:05
19a7ced
Compare
Choose a tag to compare

What's Changed

  • Support for Kubernetes Release 1.34.x

Bug fixes and updates

  • chore: update tar-fs by @mstruebing in #2490
  • FIX: Adding support for multiple client by @pfarkya in #2514
  • fix: make yaml functions use serializer by @feloy in #2520
  • fix: do not overwrite process.env during API authentication by @Stasmo in #2580
  • abort signal support via regenerating on new openapigen commit by @davidgamero in #2583
  • fix: respect NODE_TLS_REJECT_UNAUTHORIZED environment variable by @0x5457 in #2602
  • add ObjectCache to the return type of makeInformer by @sachiniyer in #2645
  • fix: readd error callback on informer error and connect events by @mstruebing in #2646

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

28 May 23:22
940af26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

1.2.0

06 May 17:22
b88e894
Compare
Choose a tag to compare

What's Changed

  • Reintroduce timeout and keep-alive for watch requests to match client-go by @rossanthony in #2367
  • watch: prevent done callback from being called twice on connection loss by @bverhoeven in #2389
  • config: support username impersonation by @cjihrig in #2373
  • fix(object): properly serialize objects on create/replace/patch by @schrodit in #2400
  • Regenerate for Kubernetes 1.33 by @brendandburns in #2416

New Contributors

Full Changelog: 1.1.2...1.2.0

1.1.2

19 Apr 16:32
adf37cc
Compare
Choose a tag to compare

What's Changed between 1.0.0 and 1.1.2

New Contributors

Full Changelog: 1.0.0...1.1.2

Release 1.0.0

24 Dec 09:19
1da8d10
Compare
Choose a tag to compare

Release 1.0.0 with node-fetch instead of the long deprecated request-library.

There is no migration guide (yet?). Have a look at the examples to see how to use it.

This module is now ESM only.

0.22.3

30 Jan 05:21
8db906a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.22.2...0.22.3

Release 0.22.1

15 Oct 08:54
5a69713
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.22.0...0.22.1

Release 0.22.0

13 Sep 13:53
e1a414d
Compare
Choose a tag to compare

What's Changed

  • Support for Kubernetes 1.30
  • Automated Generate from openapi release-1.30 by @github-actions in #1672
  • Fix typos in FETCH_MIGRATION.md by @lordrip in #1687
  • make namespace in Object header optional by @schrodit in #1694
  • Properly parse metadata of custom Kubernetes objects by @schrodit in #1695
  • add examples to generic api (inside object.ts) by @zfrhv in #1705
  • add generic and typed watch to KubernetesObjectApi by @schrodit in #1831
    client/javascript/pull/1876

New Contributors

Full Changelog: 0.21.0...0.22.0

Release 0.21.0

08 May 16:27
b456bfc
Compare
Choose a tag to compare

What's Changed

  • Support for Kubernetes 1.29.x
  • fix: Fix TypeError of topNodes by @koooge in #1445
  • fix: do not overwrite current context by @carlossg in #1487
  • feat: custom path for service account token (supporting TokenVolume projection) by @omerlh in #1549
  • fix: use correct types for websocket by @mstruebing in #1665
  • Lots of dependency verison updates

Full Changelog: 0.20.0...0.21.0

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