Skip to content

Commit d3bf79b

Browse files
committed
Release v0.11.0
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
1 parent be1528f commit d3bf79b

2 files changed

Lines changed: 19 additions & 6 deletions

File tree

version/description

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
v0.10.1
2-
Read the correct `network-status` annotation in e2e tests.
1+
v0.11.0
32

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

10+
It also allows the user to template the name of the ConfigMap holding the
11+
device plugin configuration.
12+
13+
Features:
14+
* manifests: template the device plugin config map name
15+
Dependency updates:
16+
* build(deps): bump golang.org/x/net
17+
* build(deps): bump golang.org/x/sys
18+
* build(deps): bump github.com/emicklei/go-restful
19+
* ci: bump to kubevirtci k8s-1.24
720
```
8-
docker pull quay.io/kubevirt/macvtap-cni:v0.10.1
21+
docker pull v0.11.0
922
```

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.1"
4+
Version = "0.11.0"
55
)

0 commit comments

Comments
 (0)