NOTES:
- all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#366)
NOTES:
- This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#242)
BUG FIXES:
- provider: Fix random number generation for
id
attributes (#160)
NOTES:
- Provider: Rewritten to use the new
terraform-plugin-framework
(#150)
NOTES:
- Updated terraform-plugin-docs to
v0.7.0
: this improves generated documentation, with attributes now correctly formatted ascode
and provided with anchors. - Functionally identical to the previous 3.1.0 release.
Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
Binary releases of this provider now include the linux-arm64 platform.
BREAKING CHANGES:
- Upgrade to version 2 of the Terraform Plugin SDK, which drops support for Terraform 0.11. This provider will continue to work as expected for users of Terraform 0.11, which will not download the new version. (#47)
- This releases includes another Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.
- This releases includes only a Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.
IMPROVEMENTS:
- The previous release contains an SDK incompatible with TF 0.12. Fortunately 0.12 was not released yet so upgrading the vendored sdk makes this release compatible with 0.12.
IMPROVEMENTS:
- The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.
- No changes from 0.1.0; just adjusting to the new version numbering scheme.
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout