Skip to content

Commit

Permalink
Merge pull request #94 from maiqueb/release-v0.11.0
Browse files Browse the repository at this point in the history
Release v0.11.0
  • Loading branch information
kubevirt-bot authored Mar 8, 2023
2 parents be1528f + d3bf79b commit de5c9df
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
23 changes: 18 additions & 5 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
v0.10.1
Read the correct `network-status` annotation in e2e tests.
v0.11.0

Bugs:
* e2e, multi-net: use non-deprecated network-status annot
This minor release features dependency updates addressing the following
security issues:
- https://github.com/kubevirt/macvtap-cni/security/dependabot/3
- https://github.com/kubevirt/macvtap-cni/security/dependabot/5
- https://github.com/kubevirt/macvtap-cni/security/dependabot/8
- https://github.com/kubevirt/macvtap-cni/security/dependabot/4

It also allows the user to template the name of the ConfigMap holding the
device plugin configuration.

Features:
* manifests: template the device plugin config map name
Dependency updates:
* build(deps): bump golang.org/x/net
* build(deps): bump golang.org/x/sys
* build(deps): bump github.com/emicklei/go-restful
* ci: bump to kubevirtci k8s-1.24
```
docker pull quay.io/kubevirt/macvtap-cni:v0.10.1
docker pull v0.11.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.10.1"
Version = "0.11.0"
)

0 comments on commit de5c9df

Please sign in to comment.