Skip to content

v0.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 15:48
· 641 commits to main since this release
6453598

πŸ’« New features πŸ’«

  • Added support for custom bindings (local variables) at the test, step and operation level
  • Added support for custom environment variables in script and command operations
  • Added a new wait operation to invoke kubectl wait ... (supported in try, catch and finally)
  • Added support for loading resources from a file in chainsaw assert command

πŸ”§ Fixes πŸ”§

  • Fixed report path configuration not being used when saving a report
  • Fixed wrong base image used in released docker image (missing kubectl and sh)
  • Prevent double extension in the report output file
  • Fixed a potential crash related to reports
  • Fixed potentially missing operations in reports

🎸 Misc 🎸

  • Temporary KUBECONFIG files are now created in /tmp folder
  • Stopped overriding the PATH environment variable

πŸ“š Docs πŸ“š

  • Added chainsaw capabilities in the quick start guide

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7