💫 New features 💫
- Added
Command
andScript
operations - Added support to continue on error in
Delete
,Apply
,Assert
,Error
,Command
andScript
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
andPod
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
inConfiguration
optional (delegates default to the testing package)
📚 Docs 📚
- Improved CLI docs
🎸 Misc 🎸
- Switched to subtests for better summary report from the
testing
package
Changelog
- 474e9b1 chore: add collector docs (#249)
- 914128f chore: docs nits (#251)
- 0483dce chore: move main (#230)
- 27d5116 chore: release notes (#239)
- 3d4c7a1 chore: reuse kyverno file package (#247)
- 6590ccf chore: reuse more from kyverno (#250)
- c0f1305 chore: use ext/yaml package (#229)
- 287a4c2 docs : Add kuttl-migrate docs (#244)
- dbfc772 feat: Add how to Use docker image (#243)
- ffa5508 feat: add should fail support in apply (#241)
- 92c3a20 fix: force color (#240)
- 2eaff82 fix: improve kuttl migrate command (#231)
- 3e3d75c fix: kuttl migration guide (#248)
- 1c7e036 fix: pad step name (#246)
- 1e01096 release: v0.0.2 (#252)