‼️ Breaking changes ‼️
- Object reference in
delete
is now under theref
field - Check in
apply
andcreate
operations was renamed toexpect
and is now an array ofExpectation
s (a combination of a match and a check) - Additional data passed to
check
s are now done using bindings ($error
,$stdout
,$stderr
, etc...)
💫 New features 💫
- Added timeout support in
try
andcatch
handlers - Added assertion tree check in
delete
operation - Added a new configuration option to force termination graceful period on
Pod
,Deployment
,StatefulSet
,DaemonSet
,Job
andCronJob
- Added reports support
- Completed kuttl migration command with
TestAssert
support
🔧 Fixes 🔧
- Fixed a kuttl migration failure in case of unsupported file name
- Fixed a potential invalid name when migrating a kuttl test step
- Fixed
check
set tonull
in kuttl migration command - Fixed a manifest discovery issue where manifests could be loaded in the wrong order
- Fixed a manifest discovery issue where error manifests where not discovered correctly
- Fixed controller-runtime logger not initialised
- Fixed
command
andscript
bug not receiving the right error in$error
check
📚 Docs 📚
- Added missing descriptions on API reference docs
🎸 Misc 🎸
- Added command line log in
command
andscript
operations
Changelog
- a4e4909 chore(deps): Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#525)
- d621c00 chore: add unit tests (#518)
- f563017 chore: add unit tests (#521)
- a8e1ab0 chore: add unit tests (#522)
- 770c9ad chore: add unit tests (#523)
- dc6f61f chore: add unit tests (#526)
- 1edbe3b chore: typo in release notes (#520)
- 5acb110 chore: update release notes (#524)
- c94d97e chore: update release notes for (#519)
- 1e74e43 chore: update v0.0.7 docs (#527)
- 5ca138f release: v0.0.7 (#528)