Skip to content

Commit

Permalink
Merge pull request #84 from maiqueb/release-v0.10.0
Browse files Browse the repository at this point in the history
Release v0.10.0
  • Loading branch information
kubevirt-bot authored Oct 20, 2022
2 parents b59aeb4 + ea29969 commit 6d175ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
v0.9.0
Release a macvtap-cni whose device-plugin implementation
works for Kubernetes-1.25.
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.

Features:
* build, vendor: bump to k8s-1.24
Bugs:
* device-plugin, k8s-1.25: consume 1.19.3
* build: address dependabots concerns in the gopkg.in/yaml.v3 module
* device plugin: fix registration order for k8s-1.25
* Fix nil pointer error for k8s 1.25
```
docker pull quay.io/kubevirt/macvtap-cni:v0.9.0
docker pull quay.io/kubevirt/macvtap-cni:v0.10.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.9.0"
Version = "0.10.0"
)

0 comments on commit 6d175ac

Please sign in to comment.