mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-12 21:40:29 +00:00
Merge pull request #43546 from calebamiles/wip-bump-cni-ref
Automatic merge from submit-queue Bump CNI consumers to v0.5.1 **What this PR does / why we need it**: - vendored CNI plugins properly handle `DEL` on missing resources - update CNI version refs **Which issue this PR fixes** fixes #43488 **Release note**: `bumps CNI to version v0.5.1 where plugins properly handle DEL on non existent resources`
This commit is contained in:
@@ -19,9 +19,9 @@ cni-tar:
|
||||
- user: root
|
||||
- name: /opt/cni
|
||||
- makedirs: True
|
||||
- source: https://storage.googleapis.com/kubernetes-release/network-plugins/cni-07a8a28637e97b22eb8dfe710eeae1344f69d16e.tar.gz
|
||||
- source: https://storage.googleapis.com/kubernetes-release/network-plugins/cni-0799f5732f2a11b329d9e3d51b9c8f2e3759f2ff.tar.gz
|
||||
- tar_options: v
|
||||
- source_hash: md5=dd11b04dcb0b9aca00b5287ba18dcfaa
|
||||
- source_hash: md5=afbb526e7d976f98353ac96f73043031
|
||||
- archive_format: tar
|
||||
- if_missing: /opt/cni/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user