Skip to content

Commit

Permalink
Release v0.3.1 (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek authored Sep 10, 2020
1 parent b64a2f7 commit ced0fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
v0.3.0

Features:
* Adding quotes in macvtap.yaml.in, namespace.yaml.in,scc.yaml.in (#24)
v0.3.1

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

```
docker pull quay.io/kubevirt/macvtap-cni:v0.3.0
docker pull quay.io/kubevirt/macvtap-cni:v0.3.1
```
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.3.0"
Version = "0.3.1"
)

0 comments on commit ced0fb4

Please sign in to comment.