Skip to content

v0.9.0

Compare
Choose a tag to compare
@jesscodez jesscodez released this 17 Oct 14:24
· 0 commits to 32521adc55ef2dfb8d1a7acdc18a92462f507af5 since this release

Breaking Changes:

New Features:

  • Support for Kubernetes 1.8+ release (#78, #106, #115)

  • Add support for a done file interface, to indicate the results path for a recently completed Sonobuoy run (#20)

  • Add autogeneration for the YAML manifests required to run Sonobuoy---this also checks cluster RBAC support to define the appropriate resources (#53, #58)

  • Add more logging and configuration options

    • Add support for JSON manifests (#48)
    • Allow configuration of size/time limits for pod logs (#65)
    • Gather and report supported API groups (#66)
    • Include run log in snapshot file (#64)
    • Remove collection of PodLogs from default (#91)
    • Add support for KUBECONFIG env variable override (heptio/kube-conformance#3)

Bug Fixes:

  • Mount plugins in separate directory to avoid race condition with config mounts (#102)
  • Unzip tar.gz files from plugins that upload them, to avoid a tar within a tar (#47)
  • Clean up stale file handle for snapshot (#92)

Known Issues:

  • 1.8 conformance tests may fail on 1.6 clusters (#103)
  • A test that blocks or times out can cascade to cause a Sonobuoy timeout, leading to an empty report (Issue #84)