Skip to content

Commit

Permalink
update plugins to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Brumariu authored and jayanthvn committed Jan 27, 2021
1 parent 88d1781 commit 37eac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ generate-limits: ## Generate limit file go code
go run scripts/gen_vpc_ip_limits.go

# Fetch the CNI plugins
plugins: FETCH_VERSION=0.8.6
plugins: FETCH_VERSION=0.9.0
plugins: FETCH_URL=https://github.com/containernetworking/plugins/releases/download/v$(FETCH_VERSION)/cni-plugins-$(GOOS)-$(GOARCH)-v$(FETCH_VERSION).tgz
plugins: VISIT_URL=https://github.com/containernetworking/plugins/tree/v$(FETCH_VERSION)/plugins/
plugins: ## Fetch the CNI plugins
Expand Down

0 comments on commit 37eac6d

Please sign in to comment.