-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from maiqueb/release-v0.12.2
Release v0.12.2
- Loading branch information
Showing
2 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
) |