Skip to content

Commit ced0fb4

Browse files
authored
Release v0.3.1 (#28)
Signed-off-by: Petr Horacek <phoracek@redhat.com>
1 parent b64a2f7 commit ced0fb4

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

version/description

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
v0.3.0
2-
3-
Features:
4-
* Adding quotes in macvtap.yaml.in, namespace.yaml.in,scc.yaml.in (#24)
1+
v0.3.1
52

63
Bugs:
7-
* Change vbom.ml/util dependeny with github.com/fvbommel/util (#25)
4+
* Fix container command quotes in macvtap.yaml.in (#27)
85

96
```
10-
docker pull quay.io/kubevirt/macvtap-cni:v0.3.0
7+
docker pull quay.io/kubevirt/macvtap-cni:v0.3.1
118
```

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.3.0"
4+
Version = "0.3.1"
55
)

0 commit comments

Comments
 (0)