Releases: kiagnose/kubevirt-dpdk-checkup
Releases · kiagnose/kubevirt-dpdk-checkup
Version 0.5.0 release
New Features
- Use CentOS stream 9 on traffic-gen and VM under test images
- Checkup base image was upgraded to
registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194
- Upgraded go version to 1.22.5
Bug Fixes
- Bump google.golang.org/grpc
- Bump golang.org/x/net
Images
Version 0.4.0 release
Breaking Changes
- trafficGenContainerDiskImage and vmUnderTestContainerDiskImage are now mandatory fields
New Features
- Checkup base image was upgraded to
registry.access.redhat.com/ubi9/ubi-minimal:9.3-1612
Bug Fixes
- A race condition when trying to login was fixed
Images
Version 0.3.1 release
Bug Fixes
- A race condition when trying to login was fixed
Images
Version 0.3.0 release
New Features
- VM under test and Traffic generator are now using the isolateEmulatorThread option
- logs were streamlined
- trex output is checked for errors
- Upgraded go version to 1.20.12
- Checkup base image was upgraded to
registry.access.redhat.com/ubi9/ubi-minimal:9.3-1475
Bug Fixes
- Packet loss issue was fixed with better configuration
- Setup stage is now bound to its own timeout instead to the global timeout
Images
Version 0.2.0 release
Breaking Changes
- The checkup now executes the traffic generator inside a VM.
- RBAC rules were removed.
- traffic-gen ServiceAccount and SCC were removed.
- User-facing API was updated.
New Features
- Teardown logic was updated to aggregate failures.
- go version was upgraded to 1.20.6.
- kubevirt/client-go version was upgraded to v1.0.0.
Bug Fixes
- There is a default anti-affinity between the VMIs.
- Node affinity now works.
- The checkup fails in case the traffic-gen fails to send any packets.
- timeout input field is printed to log.
Images
Version 0.1.1 release
Bug Fixes
- Fixed traffic generator Pod could not start on OpenShift 4.13 because of:
- SR-IOV device plugin change.
- TRex's scapy server failure.
- Wrong SCC definition.
Images
Version 0.1.0 release
New Features
- Initial release.