From 88a228843f63f85651b2ea029253aa81ff046f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Hor=C3=A1=C4=8Dek?= Date: Thu, 17 Jun 2021 12:53:33 +0200 Subject: [PATCH] Release v0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Horáček --- version/description | 11 ++++++----- version/version.go | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/version/description b/version/description index 3a417c8e..1c920615 100644 --- a/version/description +++ b/version/description @@ -1,8 +1,9 @@ -v0.4.2 +v0.5.0 + Features: -* ci, Add vendored-go to Makefile -Bugs: -* ci, Fix wrong Daemonset call in macvtap tests +* Link pods to priority classes #42 +* Rename "master" API #41 to use inclusive language + ``` -docker pull quay.io/kubevirt/macvtap-cni:v0.4.2 +docker pull quay.io/kubevirt/macvtap-cni:v0.5.0 ``` diff --git a/version/version.go b/version/version.go index a8f7b750..0ede0cbf 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "0.4.2" + Version = "0.5.0" )