aws / amazon-ecs-agent

Amazon Elastic Container Service Agent
http://aws.amazon.com/ecs/
Apache License 2.0
2.08k stars 616 forks source link

Update amazon-ecs-cni-plugins to 2024.09.0 #4442

Open tinnywang opened 1 day ago

tinnywang commented 1 day ago

Summary

Update amazon-ecs-cni-plugins to 2024.09.0. The commit SHA is 7b4ec60, which migrates amazon-ecs-cni-plugins to aws-sdk-go-v2.

Implementation details

cd amazon-ecs-cni-plugins
git remote add aws https://github.com/aws/amazon-ecs-cni-plugins.git
git fetch aws
git checkout 7b4ec60

Testing

GitHub checks pass.

New tests cover the changes: no

Description for the changelog

Update amazon-ecs-cni-plugins to 2024.09.0

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.