Releases: kubernetes-client/javascript
Releases · kubernetes-client/javascript
Release 0.22.1
What's Changed
- Fix cp promise returns by converting the exec callbacks into promises by @joeferner in #1880
- test: replace use of deprecated Buffer constructor by @cjihrig in #1891
- ci: test against node 22 by @cjihrig in #1890
- chore: update ws by @mstruebing in #1888
- ci: use node LTS in workflows by @mstruebing in #1918
New Contributors
- @joeferner made their first contribution in #1880
Full Changelog: 0.22.0...0.22.1
Release 0.22.0
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
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
What's Changed
- Add node 20 to our test matrix, remove node 14, fix test for node 20. by @brendandburns in #1269
- Automated Generate from openapi release-1.28 by @github-actions in #1278
- Add an additional test for version synchronization by @brendandburns in #1268
- Update to version 0.20.0 and k8s 1.28 support by @brendandburns in #1281
- ci: pin node version to 20.7.0 to make unit tests pass by @mstruebing in #1313
- chore: Some cleanup by @Ananya2001-an in #1320
- Fix spelling in README.md by @masonbrothers in #1345
- Fixed typo in topPods command by @kamadek-sys in #1369
- feat(metrics): add single node metrics and query options by @0fatal in #1368
- Update Kubernetes Version in README.md by @masonbrothers in #1378
- A lot of dependency updates
New Contributors
- @masonbrothers made their first contribution in #1345
- @kamadek-sys made their first contribution in #1369
- @0fatal made their first contribution in #1368
Full Changelog: 0.19.0...0.20.0
Release 0.19.0
Release 0.19.0
- Support for Kubernetes 1.27 APIs
- Small bug fixes
- Many dependencies updated
Release 0.18.1
Updates to Kubernetes 1.25
Release 0.16.3
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
Release Notes TBD.
Release 0.14.0
Release 0.14.0
- Support for Kubernetes 1.20.0
- Fixed a bug with connection leaking in the Informer
Release 0.12.1
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.