Skip to content

Commit

Permalink
Merge pull request #43 from phoracek/release_050
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
kubevirt-bot authored Jun 17, 2021
2 parents a21466c + 88a2288 commit cf906de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
v0.4.2
v0.5.0

Features:
* ci, Add vendored-go to Makefile
Bugs:
* ci, Fix wrong Daemonset call in macvtap tests
* Link pods to priority classes #42
* Rename "master" API #41 to use inclusive language

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

0 comments on commit cf906de

Please sign in to comment.