From 36959f20c8cb2efaf3b6e53a7b7ff3ac7e43cb42 Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Thu, 12 Dec 2024 14:59:34 +0100 Subject: [PATCH] Release v0.12.0 Signed-off-by: Miguel Duarte Barroso --- version/description | 21 +++++++-------------- version/version.go | 2 +- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/version/description b/version/description index 2064cdfa..a2229ad8 100644 --- a/version/description +++ b/version/description @@ -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 ``` diff --git a/version/version.go b/version/version.go index d81930ce..f2cf5778 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "0.11.1" + Version = "0.12.1" )