Releases: schrodinger/infra-tester
Releases · schrodinger/infra-tester
Release v0.4.0
- Move away from depending on Go's test mechanism to compile binaries and instead use regular package namespace and file names so that it can be compiled using go build
- Update package name from schrodinger.com/infra-tester to github.com/schrodinger/infra-tester
- Update go dependency versions
- Restructure source directory to make the package installable using go install
Release v0.3.0
- Renamed configuration file from
config.yaml
to.infra-tester-config.yaml
.
Release v0.2.0
- Introduce Mechanism to Provide Custom Assertions
- Updated docs
Release v0.1.0
Initial release of infra-tester
- Define tests through YAML configuration.
- Introduce plan and apply assertion library.
- Read more at: https://schrodinger.github.io/infra-tester/