kubernetes-sigs / aws-ebs-csi-driver

CSI driver for Amazon EBS https://aws.amazon.com/ebs/
Apache License 2.0
940 stars 774 forks source link

Switch to AWS CLI v2 #2048

Closed ConnorJC3 closed 1 month ago

ConnorJC3 commented 1 month ago

Is this a bug fix or adding new feature?

"New feature"

What is this PR about? / Why do we need it?

Switches from AWS CLI version 1 to version 2. Version 2 is pre-compiled and thus doesn't need messing with python versions on the host.

What testing is done?

Manual/CI

github-actions[bot] commented 1 month ago

Code Coverage Diff

This PR does not change the code coverage

k8s-ci-robot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: torredil

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-sigs/aws-ebs-csi-driver/blob/master/OWNERS)~~ [torredil] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ConnorJC3 commented 1 month ago

/retest