Skip to content

Commit

Permalink
Merge pull request #64 from maiqueb/release-v0.7.0
Browse files Browse the repository at this point in the history
Release v0.7.0
  • Loading branch information
kubevirt-bot authored Apr 19, 2022
2 parents eee4d47 + 90ba10d commit 50c4042
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
v0.6.1
v0.7.0

Features:
* build: bump k8s dependencies to k8s-1.21.11
Bugs:
* multus, tests: update to new network status format

* config, scc: add required parameters
Docs:
* Fix the NetworkAttachmentDefinition example
```
docker pull quay.io/kubevirt/macvtap-cni:v0.6.1
docker pull quay.io/kubevirt/macvtap-cni:v0.7.0
```
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.1"
Version = "0.7.0"
)

0 comments on commit 50c4042

Please sign in to comment.