Skip to content

Commit

Permalink
Merge pull request #128 from maiqueb/release-v0.12.0
Browse files Browse the repository at this point in the history
Release v0.12.0
  • Loading branch information
kubevirt-bot authored Dec 12, 2024
2 parents f115287 + 36959f2 commit bb2eac9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
v0.11.1

This release brings a new config knob to enable the link as promisc, along with
addressing some CVEs.
v0.12.0

Features:
- add `promisc` knob - #98

Bugs:
- address CVE-2021-38561 - #111
- address CVE-2022-1996 - #112

Dependency bumps:
- bump golang to 1.19 - #109
- bump golang.org/x/net to 0.17.0 - #107
* Add multi-platform support for macvtap cni image builds.
* cluster: Allow overriding kubevirtci params
* cluster: Pin kubevirtci tag
* feat: add snyk file to exclude vendor folders
* build: use golang 1.20

```
docker pull quay.io/kubevirt/macvtap-cni:v0.11.1
docker pull quay.io/kubevirt/macvtap-cni:v0.12.0
```
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.11.1"
Version = "0.12.1"
)

0 comments on commit bb2eac9

Please sign in to comment.