Skip to content

Commit af4dea5

Browse files
committed
Release v0.6.1
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
1 parent 2424ccd commit af4dea5

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

version/description

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
v0.6.0
1+
v0.6.1
22

3-
Features:
4-
* build, podman: enable container runtime
5-
* build: bump k8s provider to 1.20
6-
* build: bump k8s API to 1.20
7-
* cni: stop setting ARP proxy
3+
Bugs:
4+
* multus, tests: update to new network status format
85

96
```
10-
docker pull quay.io/kubevirt/macvtap-cni:v0.6.0
7+
docker pull quay.io/kubevirt/macvtap-cni:v0.6.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.6.0"
4+
Version = "0.6.1"
55
)

0 commit comments

Comments
 (0)