Skip to content

Commit

Permalink
Merge pull request #81 from maiqueb/release-v0.9.0
Browse files Browse the repository at this point in the history
Release v0.9.0
  • Loading branch information
kubevirt-bot authored Oct 3, 2022
2 parents 55f18cf + 3210285 commit 7b0f08b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
v0.8.0
v0.9.0
Release a macvtap-cni whose device-plugin implementation
works for Kubernetes-1.25.

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

Features:
* 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:
* ci: ensure manifests are in synch with the templates
* deployment: synchronize the SCC manifest w/ the template
* config, scc: add volume parameter
* device-plugin, k8s-1.25: consume 1.19.3
* build: address dependabots concerns in the gopkg.in/yaml.v3 module
```
docker pull quay.io/kubevirt/macvtap-cni:v0.8.0
docker pull quay.io/kubevirt/macvtap-cni:v0.9.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.8.0"
Version = "0.9.0"
)

0 comments on commit 7b0f08b

Please sign in to comment.