Skip to content

Commit

Permalink
Update amazon-ecs-cni-plugins submodule
Browse files Browse the repository at this point in the history
This pulls in a fix for an error that can occur when using awsvpc
networking mode where a stale MAC address can cause temporary loss of
network connectivity in a container.

Pulls in the following PRs with the fix and comments:

aws/amazon-ecs-cni-plugins#111
aws/amazon-ecs-cni-plugins#112
  • Loading branch information
sparrc committed Jun 5, 2023
1 parent 6908e89 commit 2656c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/ecscni/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
const (
// ECSCNIVersion, ECSCNIGitHash, VPCCNIGitHash needs to be updated every time CNI plugin is updated.
currentECSCNIVersion = "2020.09.0"
currentECSCNIGitHash = "50a9a47e9ca6e11f2498b4cbc6ebcffa537714db"
currentECSCNIGitHash = "53a8481891251e66e35847554d52a13fc7c4fd03"
currentVPCCNIGitHash = "30b9470e014b65bb8dc7f05f92848910b3f1b3c7"
)

Expand Down
2 changes: 1 addition & 1 deletion amazon-ecs-cni-plugins

0 comments on commit 2656c5c

Please sign in to comment.