From 1c618bd38e9923b9595eb87e08765131c98c0f7f Mon Sep 17 00:00:00 2001 From: Petr Horacek Date: Thu, 10 Sep 2020 14:05:22 +0000 Subject: [PATCH] Release v0.3.0 (#26) Signed-off-by: Petr Horacek --- version/description | 13 +++++++------ version/version.go | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/version/description b/version/description index 2235c191..59b6e017 100644 --- a/version/description +++ b/version/description @@ -1,10 +1,11 @@ -v0.2.0 -All the devices (and bonds) in each k8s node in the cluster are exposed, -enabling the user to create macvtap interfaces on top of them. +v0.3.0 Features: -* dp: Expose link based resources by default (#11) -* Unify template manifest (#20) +* Adding quotes in macvtap.yaml.in, namespace.yaml.in,scc.yaml.in (#24) + +Bugs: +* Change vbom.ml/util dependeny with github.com/fvbommel/util (#25) + ``` -docker pull quay.io/kubevirt/macvtap-cni:v0.2.0 +docker pull quay.io/kubevirt/macvtap-cni:v0.3.0 ``` diff --git a/version/version.go b/version/version.go index dd10d2c9..70e55cf6 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "0.2.0" + Version = "0.3.0" )