Skip to content

Commit

Permalink
amazon-ecs-cni-plugin: update to rev 2019.06.0@91ccefc
Browse files Browse the repository at this point in the history
  • Loading branch information
fenxiong committed Jun 5, 2019
1 parent 6bcbe6a commit fe3c2a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions agent/ecscni/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import (
const (
currentCNISpec = "0.3.1"
// ECSCNIVersion, ECSCNIGitHash, VPCCNIGitHash needs to be updated every time CNI plugin is updated
currentECSCNIVersion = "2018.10.0"
currentECSCNIGitHash = "93f4377604504bff92e7555da73b0cba732a4fbb"
currentECSCNIVersion = "2019.06.0"
currentECSCNIGitHash = "91ccefc8864ec14a32bd2b9d7e7de3060b685383"
currentVPCCNIGitHash = "85d8d2b11deb6cb3fd0e911e12379ddc0d7019ba"
vpcCNIPluginPath = "/log/vpc-branch-eni.log"
vpcCNIPluginInterfaceType = "vlan"
Expand Down

0 comments on commit fe3c2a4

Please sign in to comment.