v0.8.0
๐ Features
- Sort unmanaged & deleted resources in a predictable order (#356) @sundowndev
- Detect & exclude unsupported Terraform versions (#361) @sundowndev
- Display ec2 instance name when tag name exist (#473) @sundowndev
- Add telemetry (#465) @eliecharra
- Support for Terraform Cloud / Terraform Enterprise (#458) @ayshiff
- Introduce a new progress bar for state enumeration (#460) @sundowndev
- Implement glob support for enumerators (#353) @moadibfr
๐ Bug Fixes
- Return explicit error on bad http status code (#406) @sundowndev
- Enforce one occurrence of filter flag (#449) @sundowndev
- Resume progress bar after timeout (#448) @sundowndev
- Replace Sentry message by debug log (#452) @sundowndev
- Fix body reader of http backend (#407) @sundowndev
- Remove aws_iam_policy_attachment resources from strict mode (#498) @sundowndev
๐ Documentation
- Update README.md (#430) @GeraldC13
- Add Reunion Island flag to readme (#444) @sundowndev
๐จ Maintenance
- Publish driftctl to Arch user repository (#414) @eliecharra
- Rename total_drifted to total_changed in JSON testdata (#432) @sundowndev
- Remove dynamodb table replica to speed up acc tests (#364) @moadibfr
- Refactoring to filter on Cty.Value (#363) @wbeuil
- Allow to set args in checks in acceptance test (#395) @eliecharra
- Add missing 'make deps' steps in CI (#393) @sundowndev
- Prevent go test to update go.mod (#400) @eliecharra
- Add tests for driftctl (#399) @eliecharra
- Start testing middlewares that create resources (#411) @wbeuil
- Add resource factory (#389) @eliecharra
- Disable useless error wrappings (#447) @eliecharra
- Check codecov shasum before uploading test coverage (#451) @wbeuil
- Add ignore-missing flag (#453) @wbeuil
- Telemetry duration (#467) @eliecharra
- Fix version check lambda version bump (#464) @eliecharra
- Move all AWS mocks to test/aws (#486) @eliecharra