Skip to content

Commit

Permalink
Bump tough-cookie and @kubernetes/client-node
Browse files Browse the repository at this point in the history
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [@kubernetes/client-node](https://github.com/kubernetes-client/javascript). These dependencies need to be updated together.

Removes `tough-cookie`

Updates `@kubernetes/client-node` from 0.22.2 to 1.0.0
- [Release notes](https://github.com/kubernetes-client/javascript/releases)
- [Changelog](https://github.com/kubernetes-client/javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes-client/javascript/commits)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: "@kubernetes/client-node"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
pastuxso committed Dec 19, 2024
1 parent ab2084d commit 7eeb41b
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 336 deletions.
2 changes: 1 addition & 1 deletion examples/gcp/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ gcloud container clusters list --region=$CLUSTERS_REGION --project $CLUSTERS_P
[Install kubectl and configure cluster access](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl)

```sh {"id":"01J254YX4R2EZK3B63WX8ZFFQ5"}
$ export CLUSTER_NAME="cluster-2"
$ export CLUSTER_NAME="ci-cluster"
$ gcloud container clusters get-credentials $CLUSTER_NAME --region=$CLUSTERS_REGION --project=$CLUSTERS_PROJECT_NAME
```

Expand Down
Loading

0 comments on commit 7eeb41b

Please sign in to comment.