From 14e5a3c7bf516bd4542366a78b7af02f04230ac5 Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Mon, 13 Apr 2020 11:29:56 +0200 Subject: [PATCH] Release v0.2.0 (#21) Signed-off-by: Miguel Duarte Barroso --- version/description | 17 ++++++----------- version/version.go | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/version/description b/version/description index 76115216..2235c191 100644 --- a/version/description +++ b/version/description @@ -1,15 +1,10 @@ -v0.1.0 - -Initial release of the macvtap-cni. -It features static configuration only - via a config map. +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. Features: -* macvtap device plugin, with explicit configuration (#2) -* macvtap CNI plugin is installed across the cluster (#4) - -Docs: -* add README (#9) - +* dp: Expose link based resources by default (#11) +* Unify template manifest (#20) ``` -docker pull quay.io/kubevirt/macvtap-cni:v0.1.0 +docker pull quay.io/kubevirt/macvtap-cni:v0.2.0 ``` diff --git a/version/version.go b/version/version.go index 322ad968..dd10d2c9 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "0.1.0" + Version = "0.2.0" )