kubernetes-csi / external-attacher

Sidecar container that watches Kubernetes VolumeAttachment objects and triggers ControllerPublish/Unpublish against a CSI endpoint
Apache License 2.0
169 stars 187 forks source link

Bump the github-dependencies group across 1 directory with 9 updates #578

Closed AndrewSirenko closed 3 months ago

AndrewSirenko commented 3 months ago

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind api-change /kind bug

/kind cleanup

/kind design /kind documentation /kind failing-test /kind feature /kind flake

What this PR does / why we need it:

x-ref #576 + csi-test v5.2.0 -> v5.3.0

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

❯ go test -mod=vendor `go list -mod=vendor ./... | grep -v -e 'vendor' -e '/test/e2e$' `
?       github.com/kubernetes-csi/external-attacher/cmd/csi-attacher    [no test files]
ok      github.com/kubernetes-csi/external-attacher/pkg/attacher    0.015s
?       github.com/kubernetes-csi/external-attacher/release-tools   [no test files]
ok      github.com/kubernetes-csi/external-attacher/pkg/controller  0.320s

Does this PR introduce a user-facing change?:

NONE
jsafrane commented 3 months ago

/lgtm /approve

k8s-ci-robot commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AndrewSirenko, jsafrane

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-csi/external-attacher/blob/master/OWNERS)~~ [jsafrane] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment