Skip to content

Commit

Permalink
Update CNI Plugins to v1.1.1 (aws#1997) (aws#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil authored and sushrk committed Jun 17, 2022
1 parent c7312b4 commit d8f7dfd
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 @@ -221,7 +221,7 @@ multi-arch-cni-init-build-push: ## Build VPC CNI plugin Init container image
--push \
.
# Fetch the CNI plugins
plugins: FETCH_VERSION=0.9.0
plugins: FETCH_VERSION=1.1.1
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 d8f7dfd

Please sign in to comment.