Update cni plugin to 0.9.0 (#7049)
This commit is contained in:
parent
87eea16d7b
commit
36bd4cdc43
2 changed files with 5 additions and 5 deletions
|
@ -122,7 +122,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
||||||
- [containerd](https://containerd.io/) v1.3.9
|
- [containerd](https://containerd.io/) v1.3.9
|
||||||
- [cri-o](http://cri-o.io/) v1.19 (experimental: see [CRI-O Note](docs/cri-o.md). Only on fedora, ubuntu and centos based OS)
|
- [cri-o](http://cri-o.io/) v1.19 (experimental: see [CRI-O Note](docs/cri-o.md). Only on fedora, ubuntu and centos based OS)
|
||||||
- Network Plugin
|
- Network Plugin
|
||||||
- [cni-plugins](https://github.com/containernetworking/plugins) v0.8.7
|
- [cni-plugins](https://github.com/containernetworking/plugins) v0.9.0
|
||||||
- [calico](https://github.com/projectcalico/calico) v3.16.5
|
- [calico](https://github.com/projectcalico/calico) v3.16.5
|
||||||
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions)
|
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions)
|
||||||
- [cilium](https://github.com/cilium/cilium) v1.8.5
|
- [cilium](https://github.com/cilium/cilium) v1.8.5
|
||||||
|
|
|
@ -74,7 +74,7 @@ typha_enabled: false
|
||||||
|
|
||||||
flannel_version: "v0.13.0"
|
flannel_version: "v0.13.0"
|
||||||
|
|
||||||
cni_version: "v0.8.7"
|
cni_version: "v0.9.0"
|
||||||
|
|
||||||
weave_version: 2.7.0
|
weave_version: 2.7.0
|
||||||
pod_infra_version: "3.3"
|
pod_infra_version: "3.3"
|
||||||
|
@ -428,9 +428,9 @@ etcd_binary_checksums:
|
||||||
arm64: 1934ebb9f9f6501f706111b78e5e321a7ff8d7792d3d96a76e2d01874e42a300
|
arm64: 1934ebb9f9f6501f706111b78e5e321a7ff8d7792d3d96a76e2d01874e42a300
|
||||||
amd64: 2ac029e47bab752dacdb7b30032f230f49e2f457cbc32e8f555c2210bb5ff107
|
amd64: 2ac029e47bab752dacdb7b30032f230f49e2f457cbc32e8f555c2210bb5ff107
|
||||||
cni_binary_checksums:
|
cni_binary_checksums:
|
||||||
arm: 5757778f4c322ffd93d7586c60037b81a2eb79271af6f4edf9ff62b4f7868ed9
|
arm: 11e6f62c6e67cb17b98f91e30718a057c6caf88d02e8f6ab3f3e0e8f642e0e26
|
||||||
arm64: ae13d7b5c05bd180ea9b5b68f44bdaa7bfb41034a2ef1d68fd8e1259797d642f
|
arm64: 49bdf1d3c852a831964aea8c9d12340b36107ee756d8328403905ff599abc6f5
|
||||||
amd64: 977824932d5667c7a37aa6a3cbba40100a6873e7bd97e83e8be837e3e7afd0a8
|
amd64: 58a58d389895ba9f9bbd3ef330f186c0bb7484136d0bfb9b50152eed55d9ec24
|
||||||
calicoctl_binary_checksums:
|
calicoctl_binary_checksums:
|
||||||
arm:
|
arm:
|
||||||
v3.16.5: 0
|
v3.16.5: 0
|
||||||
|
|
Loading…
Reference in a new issue