Releases: camptocamp/terraform-provider-pass
Releases · camptocamp/terraform-provider-pass
v2.1.1
chore: update dependencies
v2.1.0
BREAKING CHANGES:
- Disable parsing to avoid breaking JSON contents (#54)
- Update Go minimal version to 1.21.3
- Update Gopass lib to v1.15.8
- Update all other dependencies
v2.0.0
BREAKING CHANGES:
- Port to gopass 1.10 (GH #45) then 1.11 (GH #46)
v1.4.0
ENHANCEMENTS:
- Add mutex to protect against concurrent operations (GH #36)
- Build on Go 1.13
BUG FIXES:
- Update gopass dependencies
v1.3.0
ENHANCEMENTS:
- Set password resources values as sensitive
- Return ResourceRead errors
- Fix build with Go 1.13
- Use new Terraform plugin SDK
1.2.0
Changelog
IMPROVEMENTS:
- Update Gopass dependencies
- Use Terraform v0.12-beta's API
- Improve build config, add CI