-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
50 lines (44 loc) · 1.71 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## [0.5.0] - 2023-08-20
### Breaking Changes
### 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
## [0.4.0] - 2023-05-01
### 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
## [0.3.0] - 2023-01-11
### 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
## [0.2.0] - 2023-09-04
### 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.
## [0.1.0] - 2023-03-02
### New Features
- Initial release.