Skip to content

Commit

Permalink
Updated git submodule vpc-cni-plugins to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Rawat committed Jun 9, 2021
1 parent 8a845dc commit f8ff4dc
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 @@ const (
// ECSCNIVersion, ECSCNIGitHash, VPCCNIGitHash needs to be updated every time CNI plugin is updated.
currentECSCNIVersion = "2020.09.0"
currentECSCNIGitHash = "55b2ae77ee0bf22321b14f2d4ebbcc04f77322e1"
currentVPCCNIGitHash = "504c22e7a39cfa982a78f3925feb5a434551e435"
currentVPCCNIGitHash = "941c5280e8a3329194cd78454454332610333822"
)

// Asserts that CNI plugin version matches the expected version
Expand Down
2 changes: 1 addition & 1 deletion amazon-vpc-cni-plugins
Submodule amazon-vpc-cni-plugins updated 28 files
+0 −191 vendor/github.com/Microsoft/hcsshim/cmd/runhcs/LICENSE
+0 −22 vendor/github.com/Microsoft/hcsshim/cmd/runhcs/NOTICE
+150 −0 vendor/github.com/Microsoft/hcsshim/hcn/hcn.go
+365 −0 vendor/github.com/Microsoft/hcsshim/hcn/hcnendpoint.go
+95 −0 vendor/github.com/Microsoft/hcsshim/hcn/hcnerrors.go
+81 −0 vendor/github.com/Microsoft/hcsshim/hcn/hcnglobals.go
+312 −0 vendor/github.com/Microsoft/hcsshim/hcn/hcnloadbalancer.go
+423 −0 vendor/github.com/Microsoft/hcsshim/hcn/hcnnamespace.go
+334 −0 vendor/github.com/Microsoft/hcsshim/hcn/hcnnetwork.go
+207 −0 vendor/github.com/Microsoft/hcsshim/hcn/hcnpolicy.go
+64 −0 vendor/github.com/Microsoft/hcsshim/hcn/hcnsupport.go
+613 −0 vendor/github.com/Microsoft/hcsshim/hcn/zsyscall_windows.go
+110 −0 vendor/github.com/Microsoft/hcsshim/internal/cni/registry.go
+287 −0 vendor/github.com/Microsoft/hcsshim/internal/regstate/regstate.go
+51 −0 vendor/github.com/Microsoft/hcsshim/internal/regstate/zsyscall_windows.go
+71 −0 vendor/github.com/Microsoft/hcsshim/internal/runhcs/container.go
+16 −0 vendor/github.com/Microsoft/hcsshim/internal/runhcs/util.go
+43 −0 vendor/github.com/Microsoft/hcsshim/internal/runhcs/vm.go
+0 −938 vendor/github.com/Microsoft/hcsshim/mksyscall_windows.go
+0 −201 vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/LICENSE
+0 −22 vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/NOTICE
+198 −0 vendor/golang.org/x/sys/windows/registry/key.go
+7 −0 vendor/golang.org/x/sys/windows/registry/mksyscall.go
+32 −0 vendor/golang.org/x/sys/windows/registry/syscall.go
+384 −0 vendor/golang.org/x/sys/windows/registry/value.go
+120 −0 vendor/golang.org/x/sys/windows/registry/zsyscall_windows.go
+54 −4 vendor/golang.org/x/sys/windows/syscall_windows.go
+3 −1 vendor/golang.org/x/sys/windows/types_windows.go

0 comments on commit f8ff4dc

Please sign in to comment.