From d3bf79b99f89ac53de84b72a6ac0f720356a8774 Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Wed, 8 Mar 2023 13:32:26 +0100 Subject: [PATCH] Release v0.11.0 Signed-off-by: Miguel Duarte Barroso --- version/description | 23 ++++++++++++++++++----- version/version.go | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/version/description b/version/description index 33a10a00..9ae507d2 100644 --- a/version/description +++ b/version/description @@ -1,9 +1,22 @@ -v0.10.1 -Read the correct `network-status` annotation in e2e tests. +v0.11.0 -Bugs: -* e2e, multi-net: use non-deprecated network-status annot +This minor release features dependency updates addressing the following +security issues: +- https://github.com/kubevirt/macvtap-cni/security/dependabot/3 +- https://github.com/kubevirt/macvtap-cni/security/dependabot/5 +- https://github.com/kubevirt/macvtap-cni/security/dependabot/8 +- https://github.com/kubevirt/macvtap-cni/security/dependabot/4 +It also allows the user to template the name of the ConfigMap holding the +device plugin configuration. + +Features: +* manifests: template the device plugin config map name +Dependency updates: +* build(deps): bump golang.org/x/net +* build(deps): bump golang.org/x/sys +* build(deps): bump github.com/emicklei/go-restful +* ci: bump to kubevirtci k8s-1.24 ``` -docker pull quay.io/kubevirt/macvtap-cni:v0.10.1 +docker pull v0.11.0 ``` diff --git a/version/version.go b/version/version.go index 9da4a179..8c7a3693 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "0.10.1" + Version = "0.11.0" )