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.1
2- Read the correct `network-status` annotation in e2e tests.
1+ v0.11.0
32
4- Bugs:
5- * e2e, multi-net: use non-deprecated network-status annot
3+ This minor release features dependency updates addressing the following
4+ security issues:
5+ - https://github.com/kubevirt/macvtap-cni/security/dependabot/3
6+ - https://github.com/kubevirt/macvtap-cni/security/dependabot/5
7+ - https://github.com/kubevirt/macvtap-cni/security/dependabot/8
8+ - https://github.com/kubevirt/macvtap-cni/security/dependabot/4
69
10+ It also allows the user to template the name of the ConfigMap holding the
11+ device plugin configuration.
12+
13+ Features:
14+ * manifests: template the device plugin config map name
15+ Dependency updates:
16+ * build(deps): bump golang.org/x/net
17+ * build(deps): bump golang.org/x/sys
18+ * build(deps): bump github.com/emicklei/go-restful
19+ * ci: bump to kubevirtci k8s-1.24
720```
8- docker pull quay.io/kubevirt/macvtap-cni: v0.10.1
21+ docker pull v0.11.0
922```
Original file line number Diff line number Diff line change 11package version
22
33var (
4- Version = "0.10.1 "
4+ Version = "0.11.0 "
55)
You can’t perform that action at this time.
0 commit comments