Skip to content

Commit

Permalink
cni-plugins: update to v1.6.2
Browse files Browse the repository at this point in the history
problem: release 1.6.1 no longer has the targz for most platforms
solution: update to release 1.6.2, released on 1/6/2024
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jan 8, 2025
1 parent 85c2d1d commit b3b3ae8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=docker.io/kindest/node:v1.32.0@sha256:2458b423d635d7b01637cac2d6de7e1c1dca1148a2ba2e90975e214ca849e7cb
ARG CNI_PLUGINS_VERSION=v1.6.1
ARG CNI_PLUGINS_VERSION=v1.6.2
ARG HELM_VERSION=v3.16.3
ARG FLANNEL_VERSION=v0.26.1
FROM ${BASE_IMAGE}
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.d/SHA256SUMS.d/cni-plugins-v1.6.1

This file was deleted.

2 changes: 2 additions & 0 deletions Dockerfile.d/SHA256SUMS.d/cni-plugins-v1.6.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
b8e811578fb66023f90d2e238d80cec3bdfca4b44049af74c374d4fae0f9c090 cni-plugins-linux-amd64-v1.6.2.tgz
01e0e22acc7f7004e4588c1fe1871cc86d7ab562cd858e1761c4641d89ebfaa4 cni-plugins-linux-arm64-v1.6.2.tgz

0 comments on commit b3b3ae8

Please sign in to comment.