Skip to content

Releases: kubernetes-client/javascript

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

Release 0.7.0

19 Oct 23:06
6d012f0
Compare
Choose a tag to compare
Release 0.7.0 Pre-release
Pre-release

Changes since the 0.6.0 release

  • Rev request library version to pick up downstream dependency fixes.
  • Regenerate API to switch to IncomingMessage.
  • Fix a bug where attach didn't handle stdin. Add testing.
  • Fix buffer trim while sending websocket messages
  • Makes "unexpected event" error message more useful
  • LoadFromCluster, added option to prefix the configuration file path
  • Feature/api config helpers

@kubernetes/client-node 0.5.2

13 Aug 15:20
Compare
Choose a tag to compare
Pre-release

Changes since 0.5.0:

@kubernetes/client-node 0.5.0

08 Aug 22:48
89a3289
Compare
Choose a tag to compare
Pre-release

Changes since 0.4.0

@kubernetes/lcient-node 0.4.0

27 Jul 05:00
85b010a
Compare
Choose a tag to compare
Pre-release

Changes since 0.2.0

  • Regenerate for 1.11.2 #64 by @flyboarder
  • Fix node deprecation warning on Buffer constructor #63 by @dvallin
  • node-client/src: change license from Unlicense to Apache-2.0 #61 by @nikhita
  • Add tslint validation. #60 by @brendandburns
  • Add loadFromCluster to KubeConfig object, and an example of how to use. #58 by brendandburns
  • fix: parse insecure-skip-tls-verify correctly #54 by @edvald
  • fix token refresh for GKE on Windows #51 by @cbuchacher
  • Fix examples path #48 by @paolomainardi
  • Add some defensive code if headers is null. #45 by @brendandburns
  • Fix websocket tls options #41 by sheldonkwok