Skip to content

Commit

Permalink
Update ecs cni plugin submodule to use master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
fenxiong committed Sep 22, 2020
1 parent 9fb6694 commit c35f0b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[submodule "amazon-ecs-cni-plugins"]
path = amazon-ecs-cni-plugins
url = https://github.com/aws/amazon-ecs-cni-plugins.git
branch = dev
[submodule "amazon-vpc-cni-plugins"]
path = amazon-vpc-cni-plugins
url = https://github.com/aws/amazon-vpc-cni-plugins.git
4 changes: 2 additions & 2 deletions agent/ecscni/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import (
const (
currentCNISpec = "0.3.1"
// ECSCNIVersion, ECSCNIGitHash, VPCCNIGitHash needs to be updated every time CNI plugin is updated
currentECSCNIVersion = "2019.10.0"
currentECSCNIGitHash = "6f8520fc1abb596460a8945c806f0dd781f44fad"
currentECSCNIVersion = "2020.09.0"
currentECSCNIGitHash = "55b2ae77ee0bf22321b14f2d4ebbcc04f77322e1"
currentVPCCNIGitHash = "a21d3a41f922e14c19387713df66be3e4ee1e1f6"
vpcCNIPluginPath = "/log/vpc-branch-eni.log"
vpcCNIPluginInterfaceType = "vlan"
Expand Down
2 changes: 1 addition & 1 deletion amazon-ecs-cni-plugins

0 comments on commit c35f0b4

Please sign in to comment.