-
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 #128 from maiqueb/release-v0.12.0
Release v0.12.0
- Loading branch information
Showing
2 changed files
with
8 additions
and
15 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,19 +1,12 @@ | ||
v0.11.1 | ||
|
||
This release brings a new config knob to enable the link as promisc, along with | ||
addressing some CVEs. | ||
v0.12.0 | ||
|
||
Features: | ||
- add `promisc` knob - #98 | ||
|
||
Bugs: | ||
- address CVE-2021-38561 - #111 | ||
- address CVE-2022-1996 - #112 | ||
|
||
Dependency bumps: | ||
- bump golang to 1.19 - #109 | ||
- bump golang.org/x/net to 0.17.0 - #107 | ||
* 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 | ||
|
||
``` | ||
docker pull quay.io/kubevirt/macvtap-cni:v0.11.1 | ||
docker pull quay.io/kubevirt/macvtap-cni:v0.12.0 | ||
``` |
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.11.1" | ||
Version = "0.12.1" | ||
) |