Skip to content

Commit e8e76c0

Browse files
authored
Merge pull request #87 from maiqueb/release-v0.10.1
Release v0.10.1
2 parents f4aafd9 + 99cb45a commit e8e76c0

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

version/description

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
v0.10.0
2-
Version v0.9.0 unfortunately broke the device-plugin registration for k8s-1.25
3-
instead of fixing it.
4-
This new version actually fixes the device-plugin registration order, and also
5-
fixes a nil pointer that was causing the macvtap-cni pods to crash-loop.
1+
v0.10.1
2+
Read the correct `network-status` annotation in e2e tests.
63

7-
Features:
8-
* build, vendor: bump to k8s-1.24
94
Bugs:
10-
* device plugin: fix registration order for k8s-1.25
11-
* Fix nil pointer error for k8s 1.25
5+
* e2e, multi-net: use non-deprecated network-status annot
6+
127
```
13-
docker pull quay.io/kubevirt/macvtap-cni:v0.10.0
8+
docker pull quay.io/kubevirt/macvtap-cni:v0.10.1
149
```

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "0.10.0"
4+
Version = "0.10.1"
55
)

0 commit comments

Comments
 (0)