Clivern / terraform-provider-lynx

Lynx Terraform Provider.
https://registry.terraform.io/providers/Clivern/lynx/latest
MIT License
1 stars 1 forks source link

Update module github.com/hashicorp/terraform-plugin-framework to v1.9.0 - autoclosed #21

Closed renovate[bot] closed 1 week 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.