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.7.0
1+ v0.8.0
2+
3+ Mainly bumps golang to 1.17, and updates the Kubernetes dependencies to 1.23.
24
35Features:
4- * build: bump k8s dependencies to k8s-1.21.11
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
512Bugs:
6- * config, scc: add required parameters
7- Docs:
8- * Fix the NetworkAttachmentDefinition example
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
916```
10- docker pull quay.io/kubevirt/macvtap-cni:v0.7 .0
17+ docker pull quay.io/kubevirt/macvtap-cni:v0.8 .0
1118```
Original file line number Diff line number Diff line change 11package version
22
33var (
4- Version = "0.7 .0"
4+ Version = "0.8 .0"
55)
You can’t perform that action at this time.
0 commit comments