Skip to content

Commit

Permalink
Merge pull request #49 from oshoval/release-v0.5.1
Browse files Browse the repository at this point in the history
Release v0.5.1
  • Loading branch information
kubevirt-bot authored Jul 14, 2021
2 parents 5a3b4b1 + e87a0bb commit 69046c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
v0.5.0

v0.5.1
Features:
* Link pods to priority classes #42
* Rename "master" API #41 to use inclusive language

* install-cni, Add resources requests for initContainer
* dependencies: use containernetworking/plugins v0.9.1
```
docker pull quay.io/kubevirt/macvtap-cni:v0.5.0
docker pull quay.io/kubevirt/macvtap-cni:v0.5.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.5.0"
Version = "0.5.1"
)

0 comments on commit 69046c3

Please sign in to comment.