Skip to content

Commit

Permalink
Merge pull request #34 from RamLavi/release-v0.4.1
Browse files Browse the repository at this point in the history
Release v0.4.1
  • Loading branch information
kubevirt-bot authored Nov 5, 2020
2 parents a1fd875 + 6efad93 commit 5315da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
v0.4.0
Bump dependencies to align with kubernetes v1.19.1

v0.4.1
Features:
* Bump device-plugin-manager and kubelet deps (#30)
* Bump dependencies (#29)
Bugs:

* enable macvtap to be tested as part of operator tier1
```
docker pull quay.io/kubevirt/macvtap-cni:v0.4.0
docker pull quay.io/kubevirt/macvtap-cni:v0.4.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.4.0"
Version = "0.4.1"
)

0 comments on commit 5315da0

Please sign in to comment.