Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @kubernetes/client-node from 0.8.2 to 0.21.0 #3

Open
wants to merge 100 commits into
base: master
Choose a base branch
from

Conversation

VaniHaripriya
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade @kubernetes/client-node from 0.8.2 to 0.21.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 34 versions ahead of your current version.

  • The recommended version was released on 2 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Denial of Service (DoS)
SNYK-JS-WS-7266574
382 Proof of Concept
high severity Improper Privilege Management
SNYK-JS-SHELLJS-2332187
382 Proof of Concept
medium severity Arbitrary Code Injection
SNYK-JS-UNDERSCORE-1080984
382 Proof of Concept
medium severity Arbitrary Code Injection
SNYK-JS-UNDERSCORE-1080984
382 Proof of Concept
medium severity Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
382 Proof of Concept
Release notes
Package name: @kubernetes/client-node
  • 0.21.0 - 2024-05-03

    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

  • 0.20.0 - 2023-11-02

    What's Changed

    New Contributors

    Full Changelog: 0.19.0...0.20.0

  • 0.19.0 - 2023-09-17

    Release 0.19.0

    • Support for Kubernetes 1.27 APIs
    • Small bug fixes
    • Many dependencies updated
  • 0.18.1 - 2023-01-21

    Updates to Kubernetes 1.25

  • 0.18.0 - 2022-12-15

    Bumps mocha and @ types/mocha. These dependencies needed to be updated together.

    Updates mocha from 10.1.0 to 10.2.0

    Updates @ types/mocha from 5.2.7 to 10.0.1


    updated-dependencies:

    • dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
    • dependency-name: "@ types/mocha"
      dependency-type: direct:development
      update-type: version-update:semver-major
      ...

    Signed-off-by: dependabot[bot] [email protected]

    Signed-off-by: dependabot[bot] [email protected]
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@ users.noreply.github.com>

  • 0.17.1 - 2022-09-11

    update package-lock

  • 0.17.0 - 2022-06-27

    …cret

    Support to refresh the tokens correctly when client-secret is set empty

  • 0.16.3 - 2022-02-09

    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
  • 0.16.2 - 2022-01-19
  • 0.16.1 - 2021-11-19
  • 0.16.0 - 2021-11-12
  • 0.15.1 - 2021-08-17
  • 0.15.0 - 2021-06-25
  • 0.14.3 - 2021-04-11
  • 0.14.2 - 2021-04-08
  • 0.14.1 - 2021-04-02
  • 0.14.0 - 2021-02-18
  • 0.13.2 - 2020-12-23
  • 0.13.1 - 2020-12-19
  • 0.13.0 - 2020-11-03
  • 0.12.3 - 2020-10-23
  • 0.12.2 - 2020-09-22
  • 0.12.1 - 2020-09-17
  • 0.12.0 - 2020-05-19
  • 0.11.2 - 2020-04-21
  • 0.11.1 - 2020-02-01
  • 0.11.0 - 2019-10-14
  • 0.10.3 - 2019-09-26
  • 0.10.2 - 2019-06-20
  • 0.10.1 - 2019-06-12
  • 0.10.0 - 2019-06-10
  • 0.9.2 - 2019-06-03
  • 0.9.1 - 2019-05-31
  • 0.9.0 - 2019-05-30
  • 0.8.2 - 2019-03-15
from @kubernetes/client-node GitHub release notes

Important

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

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

For more information:

Achyut Madhusudan and others added 30 commits January 12, 2024 23:29
Fix OWNERS to replicate dsp-tekton OWNERS file
UPSTREAM: <carry>: add ns scoped s3 support.
UPSTREAM: <carry>: add mlmd grpc dockerfile
transfer actions from dsp tekton.
UPSTREAM: <carry>: add actions from dsp tekton repo.
UPSTREAM: <carry>: remove unused images for v2.
UPSTREAM: <carry>: add ability to filter by pipeline id/ver
the model name for epxeriment is ExperimentUUID, not ExperimentID

Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: correct typo in experiment model
UPSTREAM: <carry>: update packages.
UPSTREAM: <carry>: remove direct k8s pkg import.
UPSTREAM: <carry>: update outdate package
namely pipeline name, id, and pipeline version id filters for jobs &
runs

Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: feat: expose more filters for runs/jobs
…cations

Launcher writes input artifacts to root paths /gcs, /minio, and /s3.
These paths are not accessible by non-root users by default, which is
problematic in locked-down Kubernetes installations and/or OpenShift.
/gcs is currently a contract for KFP v2 python component wrappers, so
the path cannot be changed.

Mount an EmptyDir scratch volume to these paths to work around this.

Additionally, /.local and /.cache are written to by pip, so add
EmptyDir mounts for those too.

Fixes: https://issues.redhat.com/browse/RHOAIENG-1889

Ref: kubeflow#5673
Ref: kubeflow#7345
UPSTREAM: <carry>: feat: mount EmptyDir volumes for launcher write locations
HumairAK and others added 28 commits May 27, 2024 15:05
chore: Add Commit Checker github action
Fix Commit Checker workflow
UPSTREAM: <carry>: move commit checker to separate wf
UPSTREAM: <carry>: fix commit-checker gh workflow syntax
Change Commit Checker to get the PR last commit
Fix Commit Checker PR comment formatting
…o avoid return an error code

Signed-off-by: Ricardo M. Oliveira <[email protected]>
UPSTREAM: <carry>: Add a conditional in the commit checker workflow to avoid return an error code
UPSTREAM:<carry>:chore:RHOAIENG-7423 - Updated ubi8 image and go-toolset version
Final fix for Commit Checker GH Action
UPSTREAM: <carry>: Fix for default Pipelineroot failures
UPSTREAM: <carry>: add last_run_creation
UPSTREAM: <carry>: Upgrade DSP api/go.mod package versions
UPSTREAM: <carry>: Upgrade DSP go.mod package versions
UPSTREAM: <carry>: Upgrade go version to 1.21 and go.mod package versions
Snyk has created this PR to upgrade @kubernetes/client-node from 0.8.2 to 0.21.0.

See this package in npm:
@kubernetes/client-node

See this project in Snyk:
https://app.snyk.io/org/vaniharipriya/project/d67fda42-9bf2-43e7-8109-697b5c34aebf?utm_source=github&utm_medium=referral&page=upgrade-pr
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.