Skip to content

v0.11.0

Compare
Choose a tag to compare
@heptibot heptibot released this 24 Mar 21:54
· 869 commits to main since this release
4d5fef1

Changelog

Added

  • A Command line interface with the following subcommands:
    • delete: Deletes Kubernetes resources that were generated by a Sonobuoy run implementation
    • e2e: Inspect e2e test results. Optionally rerun failed tests implementation
    • gen : Generates a sonobuoy manifest for submission via kubectl
    • help: Help about any command
    • logs: Dumps the logs of the currently running sonobuoy containers for diagnostics
    • retrieve: Retrieves the results of a sonobuoy run to a specified path implementation improvements
    • run: Submits a sonobuoy run
    • status: Gets a summarizes status of a sonobuoy run
    • version: 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