Skip to content

Commit 7b0f08b

Browse files
authored
Merge pull request #81 from maiqueb/release-v0.9.0
Release v0.9.0
2 parents 55f18cf + 3210285 commit 7b0f08b

2 files changed

Lines changed: 7 additions & 15 deletions

File tree

version/description

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
v0.8.0
1+
v0.9.0
2+
Release a macvtap-cni whose device-plugin implementation
3+
works for Kubernetes-1.25.
24

3-
Mainly bumps golang to 1.17, and updates the Kubernetes dependencies to 1.23.
4-
5-
Features:
6-
* build: update k8s dependencies to 1.23.6
7-
* ci: use golang-1.17
8-
* build: use a golang 1.17 builder img
9-
* build: bump to golang 1.17
10-
* podman: Use quay full image name
11-
* cluster-up: Use k8s-1.23
125
Bugs:
13-
* ci: ensure manifests are in synch with the templates
14-
* deployment: synchronize the SCC manifest w/ the template
15-
* config, scc: add volume parameter
6+
* device-plugin, k8s-1.25: consume 1.19.3
7+
* build: address dependabots concerns in the gopkg.in/yaml.v3 module
168
```
17-
docker pull quay.io/kubevirt/macvtap-cni:v0.8.0
9+
docker pull quay.io/kubevirt/macvtap-cni:v0.9.0
1810
```

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

0 commit comments

Comments
 (0)