Skip to content

kuttl-v0.14.0

Compare
Choose a tag to compare
@kensipe kensipe released this 09 Nov 15:44
· 75 commits to main since this release
3a44c1b

Breaking Change

  • The default name for the kuttl report has changed. The change is from kuttl-test.xml to kuttl-report.xml (or json). The name is now renamable. To get previous behavior use the flag --report-name=kuttl-test

Changelog

  • refactor: use t.Cleanup instead of defer (#402)
  • Refactor Report Name function (#404)
  • Allow user to set reportName (#395)
  • fix: step cleanup not capturing current step (#401)
  • Add support for linux arm64 for krew-index (#392)

Contributors

@benjaminjb, @eddycharly, @imusmanmalik and @kensipe