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

Syncing latest changes from upstream devel for ceph-csi #262

Merged
merged 2 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. rebase: bump the k8s-dependencies group in /api with 1 update

    Bumps the k8s-dependencies group in /api with 1 update: [k8s.io/api](https://github.com/kubernetes/api).
    
    
    Updates `k8s.io/api` from 0.29.1 to 0.29.2
    - [Commits](kubernetes/api@v0.29.1...v0.29.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5286aab View commit details
    Browse the repository at this point in the history
  2. rebase: use Helm client 3.14.1 for generating charts

    By using version 3.14.1 of the client for generating Helm charts, users
    are prevented to run into a security issue when they manually create the
    charts.
    
    The automatically generated Helm charts are not affected by this issue.
    
    Fixes: CVE-2024-25620
    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic authored and mergify[bot] committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    83ec709 View commit details
    Browse the repository at this point in the history