v0.11.0
Changelog
Added
- A Command line interface with the following subcommands:
delete
: Deletes Kubernetes resources that were generated by a Sonobuoy run implementatione2e
: Inspect e2e test results. Optionally rerun failed tests implementationgen
: Generates a sonobuoy manifest for submission via kubectlhelp
: Help about any commandlogs
: Dumps the logs of the currently running sonobuoy containers for diagnosticsretrieve
: Retrieves the results of a sonobuoy run to a specified path implementation improvementsrun
: Submits a sonobuoy runstatus
: Gets a summarizes status of a sonobuoy runversion
: Print sonobuoy version
- TLS encryption between aggregator and worker nodes.
- Support for Kubernetes 1.10.
- Support for GCP clusters implementation
- Proper signal handling for graceful plugin termination.
- A programmatic interface to Sonobuoy's features.
- A Go client to make the results archive easier to programmatically inspect.
- Adds preflight checks to catch common errors early. existing sonobuoy check api version check dns check
Changed
- Support for Kubernetes 1.7 removed.
- Collects logs even on worker failure for easier diagnosis.
- Plugin definition has been greatly simplified.
Automated with GoReleaser
Built with go version go1.9 linux/amd64