File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v0.10.0
2- Version v0.9.0 unfortunately broke the device-plugin registration for k8s-1.25
3- instead of fixing it.
4- This new version actually fixes the device-plugin registration order, and also
5- fixes a nil pointer that was causing the macvtap-cni pods to crash-loop.
1+ v0.10.1
2+ Read the correct `network-status` annotation in e2e tests.
63
7- Features:
8- * build, vendor: bump to k8s-1.24
94Bugs:
10- * device plugin: fix registration order for k8s-1.25
11- * Fix nil pointer error for k8s 1.25
5+ * e2e, multi-net: use non-deprecated network-status annot
6+
127```
13- docker pull quay.io/kubevirt/macvtap-cni:v0.10.0
8+ docker pull quay.io/kubevirt/macvtap-cni:v0.10.1
149```
Original file line number Diff line number Diff line change 11package version
22
33var (
4- Version = "0.10.0 "
4+ Version = "0.10.1 "
55)
You can’t perform that action at this time.
0 commit comments