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" )