Description
We noticed that we have a hard-coded kuma version 2.6.10 in the 2.10.* or master test framework, which is out of date but we didn't noticed it:
|
Compatibility: CompatibilitySuiteConfig{ |
|
HelmVersion: "2.6.10", |
|
}, |
Maybe we can use the versions.yml to calculate the current compatibility version.
Description
We noticed that we have a hard-coded kuma version
2.6.10in the2.10.*ormastertest framework, which is out of date but we didn't noticed it:kuma/test/framework/config.go
Lines 216 to 218 in de16dff
Maybe we can use the
versions.ymlto calculate the current compatibility version.