File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
125Bugs:
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```
Original file line number Diff line number Diff line change 11package version
22
33var (
4- Version = "0.8 .0"
4+ Version = "0.9 .0"
55)
You can’t perform that action at this time.
0 commit comments