Skip to content

Commit 4fd523c

Browse files
chore(deps): update dependency @kubernetes/client-node to v1.4.0 (#63)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@kubernetes/client-node](https://redirect.github.com/kubernetes-client/javascript) | dependencies | minor | [`1.3.0` -> `1.4.0`](https://renovatebot.com/diffs/npm/@kubernetes%2fclient-node/1.3.0/1.4.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/kubernetes-client/javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/kubernetes-client/javascript) | --- ### Release Notes <details> <summary>kubernetes-client/javascript (@&#8203;kubernetes/client-node)</summary> ### [`v1.4.0`](https://redirect.github.com/kubernetes-client/javascript/releases/tag/1.4.0) [Compare Source](https://redirect.github.com/kubernetes-client/javascript/compare/1.3.0...1.4.0) #### What's Changed - Support for Kubernetes Release 1.34.x #### Bug fixes and updates - chore: update tar-fs by [@&#8203;mstruebing](https://redirect.github.com/mstruebing) in [#&#8203;2490](https://redirect.github.com/kubernetes-client/javascript/pull/2490) - FIX: Adding support for multiple client by [@&#8203;pfarkya](https://redirect.github.com/pfarkya) in [#&#8203;2514](https://redirect.github.com/kubernetes-client/javascript/pull/2514) - fix: make yaml functions use serializer by [@&#8203;feloy](https://redirect.github.com/feloy) in [#&#8203;2520](https://redirect.github.com/kubernetes-client/javascript/pull/2520) - fix: do not overwrite process.env during API authentication by [@&#8203;Stasmo](https://redirect.github.com/Stasmo) in [#&#8203;2580](https://redirect.github.com/kubernetes-client/javascript/pull/2580) - abort signal support via regenerating on new openapigen commit by [@&#8203;davidgamero](https://redirect.github.com/davidgamero) in [#&#8203;2583](https://redirect.github.com/kubernetes-client/javascript/pull/2583) - fix: respect NODE\_TLS\_REJECT\_UNAUTHORIZED environment variable by [@&#8203;0x5457](https://redirect.github.com/0x5457) in [#&#8203;2602](https://redirect.github.com/kubernetes-client/javascript/pull/2602) - add ObjectCache to the return type of makeInformer by [@&#8203;sachiniyer](https://redirect.github.com/sachiniyer) in [#&#8203;2645](https://redirect.github.com/kubernetes-client/javascript/pull/2645) - fix: readd error callback on informer error and connect events by [@&#8203;mstruebing](https://redirect.github.com/mstruebing) in [#&#8203;2646](https://redirect.github.com/kubernetes-client/javascript/pull/2646) #### New Contributors - [@&#8203;karl-cardenas-coding](https://redirect.github.com/karl-cardenas-coding) made their first contribution in [#&#8203;2478](https://redirect.github.com/kubernetes-client/javascript/pull/2478) - [@&#8203;lfallet](https://redirect.github.com/lfallet) made their first contribution in [#&#8203;2578](https://redirect.github.com/kubernetes-client/javascript/pull/2578) - [@&#8203;Stasmo](https://redirect.github.com/Stasmo) made their first contribution in [#&#8203;2580](https://redirect.github.com/kubernetes-client/javascript/pull/2580) - [@&#8203;dherbolt](https://redirect.github.com/dherbolt) made their first contribution in [#&#8203;2635](https://redirect.github.com/kubernetes-client/javascript/pull/2635) - [@&#8203;sachiniyer](https://redirect.github.com/sachiniyer) made their first contribution in [#&#8203;2645](https://redirect.github.com/kubernetes-client/javascript/pull/2645) **Full Changelog**: <kubernetes-client/javascript@1.3.0...1.4.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ee8c7e commit 4fd523c

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

bun.lock

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@inquirer/prompts": "7.8.6",
42-
"@kubernetes/client-node": "1.3.0",
42+
"@kubernetes/client-node": "1.4.0",
4343
"commander": "14.0.1",
4444
"multiformats": "13.4.1",
4545
"lefthook": "1.13.6",

0 commit comments

Comments
 (0)