Skip to content

Commit

Permalink
Merge pull request #56 from maiqueb/release-v0.6.1
Browse files Browse the repository at this point in the history
Release v0.6.1
  • Loading branch information
kubevirt-bot authored Feb 11, 2022
2 parents 35f0ff8 + af4dea5 commit 9b9eaf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
v0.6.0
v0.6.1

Features:
* build, podman: enable container runtime
* build: bump k8s provider to 1.20
* build: bump k8s API to 1.20
* cni: stop setting ARP proxy
Bugs:
* multus, tests: update to new network status format

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

0 comments on commit 9b9eaf8

Please sign in to comment.