Skip to content

Releases: kyverno/chainsaw

v0.0.4-alpha.1

04 Nov 08:08
995e7da
Compare
Choose a tag to compare
v0.0.4-alpha.1 Pre-release
Pre-release

Changelog

v0.0.3

02 Nov 11:00
2180c30
Compare
Choose a tag to compare

💫 New features 💫

  • We now have a logo 🎉
  • Timeouts are now managed per operation rather than per step
  • Added timeout support at the operation level

🔧 Fixes 🔧

  • Fixed Exec collectors not invoked

🎸 Misc 🎸

  • Improved error messages in a couple of places

Changelog

v0.0.2

30 Oct 12:10
1e01096
Compare
Choose a tag to compare

💫 New features 💫

  • Added Command and Script operations
  • Added support to continue on error in Delete, Apply, Assert, Error, Command and Script operations
  • Added support to specify if a test should run concurrently or not at the Test level
  • Added support for overriding the namespace used at the Test level
  • Added Event and Pod logs collectors support
  • Added chainsaw kuttl migrate command to migrate KUTTL tests to chainsaw
  • Added support for Apply operations to fail (when applying a resource is expected to return an error)
  • Docker image is now released under ghcr.io/kyverno/chainsaw

✨ UI changes ✨

  • Improved logging of running tests
  • Added coloured logs
  • Made Parallel in Configuration optional (delegates default to the testing package)

📚 Docs 📚

  • Improved CLI docs

🎸 Misc 🎸

  • Switched to subtests for better summary report from the testing package

Changelog

v0.0.2-alpha.2

27 Oct 11:18
c779921
Compare
Choose a tag to compare
v0.0.2-alpha.2 Pre-release
Pre-release

Changelog

v0.0.2-alpha.1

26 Oct 10:27
eeb5590
Compare
Choose a tag to compare
v0.0.2-alpha.1 Pre-release
Pre-release

Changelog

v0.0.1

25 Oct 10:17
83d8576
Compare
Choose a tag to compare

💫 New features 💫

  • Initial MVP release with support for Apply, Delete, Assert and Error operations
  • Supports configuration from both config file and command line flags
  • Full documentation available at https://kyverno.github.io/chainsaw

Changelog