Skip to content

v0.2.15

Latest

Choose a tag to compare

@github-actions github-actions released this 06 May 20:02
· 14 commits to main since this release
e166f77

πŸ’« New features πŸ’«

  • Support for status subresource patches
  • Added status field to JSON report
  • Expose timeouts as bindings
  • Added scenario support to logger
  • Added wait for creation support

πŸ”§ Fixes πŸ”§

  • Honor absolute path in --test-file flag
  • Use user-defined NAMESPACE in script env
  • Cleanup kuttl test file
  • Added Go 1.26 compatibility
  • Fast namespace deletion
  • Relax validation on resources
  • Check kube client is not nil instead of panic
  • Print summary in quiet mode

πŸ“š Docs πŸ“š

  • Improved step templates documentation
  • Completed JMESPath functions documentation
  • Added documentation for workDir
  • Added skip output and logs documentation