equinix / terraform-provider-equinix

Terraform Equinix provider
https://deploy.equinix.com/labs/terraform-provider-equinix/
MIT License
47 stars 45 forks source link

fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.9.0 #690

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/terraform-plugin-framework v1.8.0 -> v1.9.0 age adoption passing confidence

Release Notes

hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework) ### [`v1.9.0`](https://togithub.com/hashicorp/terraform-plugin-framework/releases/tag/v1.9.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-framework/compare/v1.8.0...v1.9.0) NOTES: - resource: If plan modification was dependent on nested attribute plan modification automatically running when the nested object was null/unknown, it may be necessary to add object-level plan modification to convert the nested object to a known object first. ([#​995](https://togithub.com/hashicorp/terraform-plugin-framework/issues/995)) - This release contains support for deferred actions, which is an experimental feature only available in prerelease builds of Terraform 1.9 and later. This functionality is subject to change and is not protected by version compatibility guarantees. ([#​999](https://togithub.com/hashicorp/terraform-plugin-framework/issues/999)) FEATURES: - resource: Add `Deferred` field to `ReadResponse`, `ModifyPlanResponse`, and `ImportStateResponse` which indicates a resource deferred action to the Terraform client ([#​999](https://togithub.com/hashicorp/terraform-plugin-framework/issues/999)) - datasource: Add `Deferred` field to `ReadResponse` which indicates a data source deferred action to the Terraform client ([#​999](https://togithub.com/hashicorp/terraform-plugin-framework/issues/999)) - resource: Add `ClientCapabilities` field to `ReadRequest`, `ModifyPlanRequest`, and `ImportStateRequest` which specifies optionally supported protocol features for the Terraform client ([#​999](https://togithub.com/hashicorp/terraform-plugin-framework/issues/999)) - datasource: Add `ClientCapabilities` field to `ReadRequest` which specifies optionally supported protocol features for the Terraform client ([#​999](https://togithub.com/hashicorp/terraform-plugin-framework/issues/999)) - provider: Add `Deferred` field to `ConfigureResponse` which indicates a provider deferred action to the Terraform client ([#​1002](https://togithub.com/hashicorp/terraform-plugin-framework/issues/1002)) - provider: Add `ClientCapabilities` field to `ConfigureRequest` which specifies optionally supported protocol features for the Terraform client ([#​1002](https://togithub.com/hashicorp/terraform-plugin-framework/issues/1002)) ENHANCEMENTS: - function: Introduced implementation errors for collection and object parameters and returns which are missing type information ([#​991](https://togithub.com/hashicorp/terraform-plugin-framework/issues/991)) BUG FIXES: - resource: Prevented errant collection-based nested object conversion from null/unknown object to known object ([#​995](https://togithub.com/hashicorp/terraform-plugin-framework/issues/995))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 53.41%. Comparing base (503d9e1) to head (38cb86d). Report is 87 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #690 +/- ## =========================================== + Coverage 37.91% 53.41% +15.50% =========================================== Files 120 151 +31 Lines 19476 20696 +1220 =========================================== + Hits 7384 11055 +3671 + Misses 11884 9196 -2688 - Partials 208 445 +237 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.