Skip to content

Commit bae478b

Browse files
committed
Release v0.13.0
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
1 parent f7e1ff8 commit bae478b

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

version/description

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
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
314
Bugs:
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
```

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "0.12.2"
4+
Version = "0.13.0"
55
)

0 commit comments

Comments
 (0)