Skip to content

Commit f40ff9c

Browse files
authored
Update upstream CNI plugins to v1.4.0 (#2713)
1 parent 3c97b82 commit f40ff9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ docker-metrics-test: ## Run metrics helper unit test suite in a container.
274274
make metrics-unit-test
275275

276276
# Fetch the CNI plugins
277-
plugins: FETCH_VERSION=1.3.0
277+
plugins: FETCH_VERSION=1.4.0
278278
plugins: FETCH_URL=https://github.com/containernetworking/plugins/releases/download/v$(FETCH_VERSION)/cni-plugins-$(GOOS)-$(GOARCH)-v$(FETCH_VERSION).tgz
279279
plugins: VISIT_URL=https://github.com/containernetworking/plugins/tree/v$(FETCH_VERSION)/plugins/
280280
plugins: ## Fetch the CNI plugins

0 commit comments

Comments
 (0)