Skip to content

Commit

Permalink
Merge pull request #76 from maiqueb/release-v0.8.0
Browse files Browse the repository at this point in the history
Release v0.8.0
  • Loading branch information
kubevirt-bot authored Jun 23, 2022
2 parents 35e9a26 + de50e48 commit b9ddf63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
v0.7.0
v0.8.0

Mainly bumps golang to 1.17, and updates the Kubernetes dependencies to 1.23.

Features:
* build: bump k8s dependencies to k8s-1.21.11
* build: update k8s dependencies to 1.23.6
* ci: use golang-1.17
* build: use a golang 1.17 builder img
* build: bump to golang 1.17
* podman: Use quay full image name
* cluster-up: Use k8s-1.23
Bugs:
* config, scc: add required parameters
Docs:
* Fix the NetworkAttachmentDefinition example
* ci: ensure manifests are in synch with the templates
* deployment: synchronize the SCC manifest w/ the template
* config, scc: add volume parameter
```
docker pull quay.io/kubevirt/macvtap-cni:v0.7.0
docker pull quay.io/kubevirt/macvtap-cni:v0.8.0
```
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.7.0"
Version = "0.8.0"
)

0 comments on commit b9ddf63

Please sign in to comment.