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.12.2
1+ v0.13.0
2+ This release adds probes and TerminationMessagePolicy to the macvtap-cni
3+ components, thus complying with the operator's best practices.
24
5+ It also fixes some CVEs:
6+ - 2024-45338
7+ - 2024-45339
8+
9+ Features:
10+ * Merge pull request #138 from qinqon/add-probes
11+ * manifests: Add probes checking device plugin socket
12+ * Merge pull request #136 from RamLavi/add_term_msg_policy
13+ * Set container's TerminationMessagePolicy to FallbackToLogsOnError
314Bugs:
4- * Construct the image name directly within the build target
15+ * build, CVE-2024-45339: bump glog to v1.2.4
16+ * build, cve: fix cve-2024-45338
517```
6- docker pull quay.io/kubevirt/macvtap-cni:v0.12.2
18+ docker pull quay.io/kubevirt/macvtap-cni:v0.13.0
719```
Original file line number Diff line number Diff line change 11package version
22
33var (
4- Version = "0.12.2 "
4+ Version = "0.13.0 "
55)
You can’t perform that action at this time.
0 commit comments