We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c97b82 commit f40ff9cCopy full SHA for f40ff9c
Makefile
@@ -274,7 +274,7 @@ docker-metrics-test: ## Run metrics helper unit test suite in a container.
274
make metrics-unit-test
275
276
# Fetch the CNI plugins
277
-plugins: FETCH_VERSION=1.3.0
+plugins: FETCH_VERSION=1.4.0
278
plugins: FETCH_URL=https://github.com/containernetworking/plugins/releases/download/v$(FETCH_VERSION)/cni-plugins-$(GOOS)-$(GOARCH)-v$(FETCH_VERSION).tgz
279
plugins: VISIT_URL=https://github.com/containernetworking/plugins/tree/v$(FETCH_VERSION)/plugins/
280
plugins: ## Fetch the CNI plugins
0 commit comments