-
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.
Signed-off-by: Miguel Duarte Barroso <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
12 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,15 +1,10 @@ | ||
v0.1.0 | ||
|
||
Initial release of the macvtap-cni. | ||
It features static configuration only - via a config map. | ||
v0.2.0 | ||
All the devices (and bonds) in each k8s node in the cluster are exposed, | ||
enabling the user to create macvtap interfaces on top of them. | ||
|
||
Features: | ||
* macvtap device plugin, with explicit configuration (#2) | ||
* macvtap CNI plugin is installed across the cluster (#4) | ||
|
||
Docs: | ||
* add README (#9) | ||
|
||
* dp: Expose link based resources by default (#11) | ||
* Unify template manifest (#20) | ||
``` | ||
docker pull quay.io/kubevirt/macvtap-cni:v0.1.0 | ||
docker pull quay.io/kubevirt/macvtap-cni:v0.2.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.1.0" | ||
Version = "0.2.0" | ||
) |