-
Notifications
You must be signed in to change notification settings - Fork 807
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
Upgrade dependencies #1602
Upgrade dependencies #1602
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/retest |
4fa6124
to
8f60a57
Compare
8f60a57
to
ac82df1
Compare
ac82df1
to
c8c2ded
Compare
c8c2ded
to
4e0f3fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ConnorJC3 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:
Approvers can indicate their approval by writing |
/hold |
4e0f3fa
to
f9b7bdd
Compare
f9b7bdd
to
d566f66
Compare
/remove-hold |
Signed-off-by: Eddie Torres <[email protected]>
d566f66
to
d9bb971
Compare
/retest |
/skip |
The patch to be dropped on the nearest CSI driver rebase (upstream aws-ebs CSI driver does not depend on goproxy since v1.19.0). The PR removing goproxy deps upstream: kubernetes-sigs#1602 The content of this patch resulted from: ``` $ go get -u github.com/elazarl/goproxy@f99041a5c0273fcf6a144498b458a630585872f; go mod tidy; go mod vendor ``` where `f99041a5c` is commit-id corresponding to elazarl/goproxy#507 which resolved CVE-2023-37788
What is this PR about? / Why do we need it?
Upgrade dependencies ahead of v1.19.0