Skip to content

[Snyk] Security upgrade @kubernetes/client-node from 0.17.0 to 0.21.0#41

Open
caniszczyk wants to merge 1 commit into
mainfrom
snyk-fix-06cf38dcd4c754e19c9a7921adf19a3e
Open

[Snyk] Security upgrade @kubernetes/client-node from 0.17.0 to 0.21.0#41
caniszczyk wants to merge 1 commit into
mainfrom
snyk-fix-06cf38dcd4c754e19c9a7921adf19a3e

Conversation

@caniszczyk

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Allocation of Resources Without Limits or Throttling
SNYK-JS-BRACEEXPANSION-18313044
  828  
medium severity Uncontrolled Recursion
SNYK-JS-TAR-18319500
  738  

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Allocation of Resources Without Limits or Throttling
🦉 Uncontrolled Recursion

@caniszczyk

Copy link
Copy Markdown
Author

Merge Risk: High

This upgrade spans multiple minor versions, from 0.17.0 to 0.21.0, which correspond to updates for Kubernetes versions 1.17 through 1.21. The most significant breaking change is the removal of a deprecated RBAC API version.

Breaking Changes:

  • RBAC API Removal: The rbac.authorization.k8s.io/v1alpha1 and rbac.authorization.k8s.io/v1beta1 API versions were removed in Kubernetes 1.20 (client version 0.20.0). Code using these API versions must be updated to use rbac.authorization.k8s.io/v1.

Deprecation Warnings:

  • Several v1beta1 APIs for resources like Ingress, CustomResourceDefinition, and ValidatingWebhookConfiguration are deprecated and will be removed in Kubernetes 1.22 (the version after this upgrade). While not breaking in 0.21.0, applications using them should plan for migration.

Source: Kubernetes Changelogs

Recommendation: Before merging, audit your codebase for any usage of the removed v1alpha1 and v1beta1 RBAC APIs and update them to the stable v1 API. It is also highly recommended to review usage of other deprecated v1beta1 APIs to prepare for future upgrades.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants