Problem
test/e2e-common.sh line 77 pins kail at a version that is several years old:
readonly KAIL_VERSION=v0.16.1
kail is actively used in test_setup() (line 336) to stream pod logs during e2e tests. The latest release of boz/kail is v0.17.4.
Proposed Fix
Update to KAIL_VERSION=v0.17.4.
Problem
test/e2e-common.shline 77 pins kail at a version that is several years old:readonly KAIL_VERSION=v0.16.1kailis actively used intest_setup()(line 336) to stream pod logs during e2e tests. The latest release ofboz/kailisv0.17.4.Proposed Fix
Update to
KAIL_VERSION=v0.17.4.