From 2656c5c5f8c8a1272ef83b1dc365277c8a1aa67a Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Fri, 2 Jun 2023 11:31:56 -0700 Subject: [PATCH] Update amazon-ecs-cni-plugins submodule 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: https://github.com/aws/amazon-ecs-cni-plugins/pull/111 https://github.com/aws/amazon-ecs-cni-plugins/pull/112 --- agent/ecscni/plugin_test.go | 2 +- amazon-ecs-cni-plugins | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/ecscni/plugin_test.go b/agent/ecscni/plugin_test.go index 8c4c9ceb91..8416e0976c 100644 --- a/agent/ecscni/plugin_test.go +++ b/agent/ecscni/plugin_test.go @@ -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" ) diff --git a/amazon-ecs-cni-plugins b/amazon-ecs-cni-plugins index 50a9a47e9c..53a8481891 160000 --- a/amazon-ecs-cni-plugins +++ b/amazon-ecs-cni-plugins @@ -1 +1 @@ -Subproject commit 50a9a47e9ca6e11f2498b4cbc6ebcffa537714db +Subproject commit 53a8481891251e66e35847554d52a13fc7c4fd03