Skip to content

Commit

Permalink
Release v0.12.2
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed Jan 9, 2025
1 parent 4fbcfed commit bd95041
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
v0.12.0

Features:
* Add multi-platform support for macvtap cni image builds.
* cluster: Allow overriding kubevirtci params
* cluster: Pin kubevirtci tag
* feat: add snyk file to exclude vendor folders
* build: use golang 1.20
v0.12.2

Bugs:
* Construct the image name directly within the build target
```
docker pull quay.io/kubevirt/macvtap-cni:v0.12.0
docker pull quay.io/kubevirt/macvtap-cni:v0.12.2
```
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.12.1"
Version = "0.12.2"
)

0 comments on commit bd95041

Please sign in to comment.