Sonobuoy v0.16.3
What's new
Support for prerelease E2E test images
Sonobuoy will now utilize the prerelease info from the server version when looking up the conformance image. This means that if your cluster is version v1.17.0-beta.0 it will look up that exact version (which the upstream publishes currently). It continues to ignore metadata (e.g. for v1.17.0-beta.0+otherdata the "+otherdata" is dropped to be consistent with current image publishing practice).
What's better
- Sonobuoy now sets the
OwnerReference
on the Secret resource created when running plugins which is used when communicating with the main aggregator pod. This means that if the main aggregator pod is deleted, this Secret will also be deleted. - Fixed an issue where the systemd-logs plugin would restart when the e2e tests ran for longer than 1h. This led to confusing messages in the logs.
Changelog
bda80c2 Prepare v0.16.3 release (#983)
871ba62 Use prerelease info when looking up conformance image (#978)
f463b6d Fix broken e2eplugin link (#974)
f673ed7 Set OwnerReference on plugin TLS Secret (#973)
cd942b3 Sleep forever after systemd logs plugin finishes (#971)
f3b4e35 Update github org in one of our scripts (#960)