Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Sep 10, 2020
1 parent 4dcfd03 commit 3a38679
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions version/description
Original file line number Diff line number Diff line change
@@ -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
```
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.2.0"
Version = "0.3.0"
)

0 comments on commit 3a38679

Please sign in to comment.