Skip to content

Commit

Permalink
Merge pull request #87 from maiqueb/release-v0.10.1
Browse files Browse the repository at this point in the history
Release v0.10.1
  • Loading branch information
kubevirt-bot authored Oct 25, 2022
2 parents f4aafd9 + 99cb45a commit e8e76c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
v0.10.0
Version v0.9.0 unfortunately broke the device-plugin registration for k8s-1.25
instead of fixing it.
This new version actually fixes the device-plugin registration order, and also
fixes a nil pointer that was causing the macvtap-cni pods to crash-loop.
v0.10.1
Read the correct `network-status` annotation in e2e tests.

Features:
* build, vendor: bump to k8s-1.24
Bugs:
* device plugin: fix registration order for k8s-1.25
* Fix nil pointer error for k8s 1.25
* e2e, multi-net: use non-deprecated network-status annot

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

0 comments on commit e8e76c0

Please sign in to comment.