Skip to content

Commit de50e48

Browse files
committed
Release v0.8.0
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
1 parent 35e9a26 commit de50e48

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

version/description

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
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

35
Features:
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
512
Bugs:
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
```

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

0 commit comments

Comments
 (0)