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

Merge https://github.com/kubernetes-csi/csi-driver-nfs:master into master #140

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

Commits on Mar 21, 2024

  1. chore(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.31.1 to 1.32.0.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.31.1...v1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6cdfd8d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Merge pull request kubernetes-csi#634 from kubernetes-csi/dependabot/…

    …go_modules/github.com/onsi/gomega-1.32.0
    
    chore(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0
    k8s-ci-robot committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    75edbf2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump k8s.io/mount-utils from 0.29.2 to 0.29.3

    Bumps [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils) from 0.29.2 to 0.29.3.
    - [Commits](kubernetes/mount-utils@v0.29.2...v0.29.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/mount-utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a5b7db6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Merge pull request kubernetes-csi#636 from kubernetes-csi/dependabot/…

    …go_modules/k8s.io/mount-utils-0.29.3
    
    chore(deps): bump k8s.io/mount-utils from 0.29.2 to 0.29.3
    k8s-ci-robot committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4482988 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    fadfc73 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.0 to 2.17.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.17.0...v2.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    742bc13 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request kubernetes-csi#637 from andyzhangx/add-baserepo

    feat: add baseRepo field in helm charts
    andyzhangx committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1f626a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#638 from kubernetes-csi/dependabot/…

    …go_modules/github.com/onsi/ginkgo/v2-2.17.1
    
    chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1
    andyzhangx committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0a235fb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Use new restricted liveness probe endpoint

    The `--health-port` option is deprecated and `--http-endpoint` the new
    option to use. Since `--http-endpoint` additionally exposes metrics, the
    liveness probe is limited to only listen on localhost by default. With
    this only processes on the host network, like kubelet, can call the
    endpoint. Regular pods can no longer access the liveness probe via the
    node IP address.
    
    Signed-off-by: Tobi Nehrlich <tobi.nehrlich@amazee.io>
    anothertobi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0920a99 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Merge pull request kubernetes-csi#639 from anothertobi/liveness

    feat: use new restricted liveness probe endpoint
    k8s-ci-robot committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    deced01 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    330aaba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a69e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    048b943 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge pull request kubernetes-csi#641 from andyzhangx/use-http-endpoint

    feat: use new restricted liveness probe endpoint on v4.6.0
    andyzhangx committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    57d8b1e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c23b343 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request kubernetes-csi#642 from kubernetes-csi/dependabot/…

    …go_modules/golang.org/x/net-0.23.0
    
    chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0
    k8s-ci-robot committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    856d7f3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/net from 0.23.0 to 0.24.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.24.0.
    - [Commits](golang/net@v0.23.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b2a76fe View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request kubernetes-csi#643 from kubernetes-csi/dependabot/…

    …go_modules/golang.org/x/net-0.24.0
    
    chore(deps): bump golang.org/x/net from 0.23.0 to 0.24.0
    k8s-ci-robot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    719b48c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.1...v1.63.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    eb0bc50 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Merge pull request kubernetes-csi#644 from kubernetes-csi/dependabot/…

    …go_modules/google.golang.org/grpc-1.63.0
    
    chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0
    k8s-ci-robot committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    a94a660 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.0 to 1.63.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.0...v1.63.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c5143a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge pull request kubernetes-csi#646 from kubernetes-csi/dependabot/…

    …go_modules/google.golang.org/grpc-1.63.2
    
    chore(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2
    k8s-ci-robot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5733aea View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. chore(deps): bump k8s.io/mount-utils from 0.29.3 to 0.29.4

    Bumps [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils) from 0.29.3 to 0.29.4.
    - [Commits](kubernetes/mount-utils@v0.29.3...v0.29.4)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/mount-utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    05ca4c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request kubernetes-csi#650 from kubernetes-csi/dependabot/…

    …go_modules/k8s.io/mount-utils-0.29.4
    
    chore(deps): bump k8s.io/mount-utils from 0.29.3 to 0.29.4
    k8s-ci-robot committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2021117 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    52b0190 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Merge pull request kubernetes-csi#645 from ttryf/feature-add-storagec…

    …lass-to-helm-chart
    
    feat: add StorageClass definition in Helm charts
    k8s-ci-robot committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f929432 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix: CVE-2024-3177

    fix
    andyzhangx committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b1fec8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc266aa View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump golangci/golangci-lint-action from 4 to 5

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    15e5128 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    2fff720 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#656 from kubernetes-csi/dependabot/…

    …github_actions/golangci/golangci-lint-action-5
    
    chore(deps): bump golangci/golangci-lint-action from 4 to 5
    andyzhangx committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    074adba View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.17.2.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.17.1...v2.17.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2030767 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge pull request kubernetes-csi#658 from kubernetes-csi/dependabot/…

    …go_modules/github.com/onsi/ginkgo/v2-2.17.2
    
    chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2
    k8s-ci-robot committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f944e68 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0

    Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    68567c8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merge pull request kubernetes-csi#660 from kubernetes-csi/dependabot/…

    …go_modules/google.golang.org/protobuf-1.34.0
    
    chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0
    k8s-ci-robot committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c3ef62f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. doc: cut v4.7.0 release

    andyzhangx committed May 4, 2024
    Configuration menu
    Copy the full SHA
    d774c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2de27 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request kubernetes-csi#662 from andyzhangx/cut-v4.7.0

    doc: cut v4.7.0 release
    andyzhangx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7f55f5c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.0 to 1.33.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.33.0...v1.33.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ca75938 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge pull request kubernetes-csi#665 from kubernetes-csi/dependabot/…

    …go_modules/github.com/onsi/gomega-1.33.1
    
    chore(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1
    k8s-ci-robot committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9a90be7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golangci/golangci-lint-action from 5 to 6

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3794ff4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1

    Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cebbec1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge pull request kubernetes-csi#666 from kubernetes-csi/dependabot/…

    …github_actions/golangci/golangci-lint-action-6
    
    chore(deps): bump golangci/golangci-lint-action from 5 to 6
    k8s-ci-robot committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ae75bbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#667 from kubernetes-csi/dependabot/…

    …go_modules/google.golang.org/protobuf-1.34.1
    
    chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1
    k8s-ci-robot committed May 8, 2024
    Configuration menu
    Copy the full SHA
    316f2d8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump golang.org/x/net from 0.24.0 to 0.25.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.25.0.
    - [Commits](golang/net@v0.24.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d61f157 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. test: fix stdlib CVE due to golang v1.22.2

    fix
    
    fix
    andyzhangx committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9b5c97c View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#670 from kubernetes-csi/dependabot/…

    …go_modules/golang.org/x/net-0.25.0
    
    chore(deps): bump golang.org/x/net from 0.24.0 to 0.25.0
    andyzhangx committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8411998 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#671 from andyzhangx/fix-sdlib

    test: fix stdlib CVE due to golang v1.22.2
    andyzhangx committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8671e78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9402817 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-csi#669 from efficacy38/master

    fix: wrong chart intent when using multiple mountOptions
    k8s-ci-robot committed May 9, 2024
    Configuration menu
    Copy the full SHA
    277e235 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.2 to 2.17.3.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.17.2...v2.17.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 9, 2024
    Configuration menu
    Copy the full SHA
    aab0f49 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge pull request kubernetes-csi#672 from kubernetes-csi/dependabot/…

    …go_modules/github.com/onsi/ginkgo/v2-2.17.3
    
    chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3
    k8s-ci-robot committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b6b606e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    1f40750 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#673 from andyzhangx/remove-stale-ar…

    …chive
    
    fix: remove stale archived volume copy before rename
    andyzhangx committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c8ad39f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.2...v1.64.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 15, 2024
    Configuration menu
    Copy the full SHA
    202e290 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Merge pull request kubernetes-csi#675 from kubernetes-csi/dependabot/…

    …go_modules/google.golang.org/grpc-1.64.0
    
    chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0
    k8s-ci-robot committed May 20, 2024
    Configuration menu
    Copy the full SHA
    42108f2 View commit details
    Browse the repository at this point in the history
  2. ---

    updated-dependencies:
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6bb56dc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge pull request kubernetes-csi#676 from kubernetes-csi/dependabot/…

    …go_modules/k8s.io/client-go-0.28.10
    
    chore(deps): bump k8s.io/client-go from 0.28.9 to 0.28.10
    k8s-ci-robot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8276121 View commit details
    Browse the repository at this point in the history
  2. ---

    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0c45ccf View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge pull request kubernetes-csi#677 from kubernetes-csi/dependabot/…

    …go_modules/github.com/onsi/ginkgo/v2-2.18.0
    
    chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0
    k8s-ci-robot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d5d8345 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge https://github.com/kubernetes-csi/csi-driver-nfs:master into ma…

    …ster
    shiftstack-merge-bot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    29da638 View commit details
    Browse the repository at this point in the history