Releases: bats-core/bats-detik
Releases · bats-core/bats-detik
Version 1.3.2
This version allows to match resource by name pattern.
That was already part of the documentation but not working correctly. It is now fixed.
Version 1.3.1
This new version supports resource names with dots (e.g. CRDs).
Version 1.3.0
This version extends the syntax and now supports more than
and less than
when counting objects.
Version 1.2.1
This version fixes #39, that is to say regular expressions accept spaces and dashes.
Version 1.2.0
This version brings:
- Better explanations in the README file.
- Support of regular expressions for property values.
Version 1.1.0
This version brings several fixes and enhancements:
- Allow to specify the namespace for assertions.
- Fix when passing a complex JSON path.
- Raise an error when no resource is found with countless assertions.
- Upgrade the Dockerfile sample for Helm 3.
The exact list of issues is here.
Version 1.0.0
Official first release of the project.