diff --git a/version/description b/version/description index 020aab3c..a0e27c7b 100644 --- a/version/description +++ b/version/description @@ -1,7 +1,11 @@ -v0.5.1 +v0.6.0 + Features: -* install-cni, Add resources requests for initContainer -* dependencies: use containernetworking/plugins v0.9.1 +* build, podman: enable container runtime +* build: bump k8s provider to 1.20 +* build: bump k8s API to 1.20 +* cni: stop setting ARP proxy + ``` -docker pull quay.io/kubevirt/macvtap-cni:v0.5.1 +docker pull quay.io/kubevirt/macvtap-cni:v0.6.0 ``` diff --git a/version/version.go b/version/version.go index 9054ec16..1c3757b9 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "0.5.1" + Version = "0.6.0" )