Skip to content

Commit 1c618bd

Browse files
authored
Release v0.3.0 (#26)
Signed-off-by: Petr Horacek <phoracek@redhat.com>
1 parent 4dcfd03 commit 1c618bd

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

version/description

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
v0.2.0
2-
All the devices (and bonds) in each k8s node in the cluster are exposed,
3-
enabling the user to create macvtap interfaces on top of them.
1+
v0.3.0
42

53
Features:
6-
* dp: Expose link based resources by default (#11)
7-
* Unify template manifest (#20)
4+
* Adding quotes in macvtap.yaml.in, namespace.yaml.in,scc.yaml.in (#24)
5+
6+
Bugs:
7+
* Change vbom.ml/util dependeny with github.com/fvbommel/util (#25)
8+
89
```
9-
docker pull quay.io/kubevirt/macvtap-cni:v0.2.0
10+
docker pull quay.io/kubevirt/macvtap-cni:v0.3.0
1011
```

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "0.2.0"
4+
Version = "0.3.0"
55
)

0 commit comments

Comments
 (0)