hetznercloud / terraform-provider-hcloud

Terraform Hetzner Cloud provider
https://registry.terraform.io/providers/hetznercloud/hcloud/latest
Mozilla Public License 2.0
479 stars 72 forks source link

deps: update module github.com/hashicorp/terraform-plugin-framework to v1.9.0 #935

Closed renovate[bot] closed 1 day ago

renovate[bot] commented 4 weeks 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[bot] commented 4 weeks ago

Codecov Report

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

Project coverage is 69.74%. Comparing base (23a5995) to head (08bc7e6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #935 +/- ## ======================================= Coverage 69.74% 69.74% ======================================= Files 63 63 Lines 7940 7940 ======================================= Hits 5538 5538 Misses 1703 1703 Partials 699 699 ``` | [Flag](https://app.codecov.io/gh/hetznercloud/terraform-provider-hcloud/pull/935/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hetznercloud) | Coverage Δ | | |---|---|---| | [e2e](https://app.codecov.io/gh/hetznercloud/terraform-provider-hcloud/pull/935/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hetznercloud) | `69.74% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/hetznercloud/terraform-provider-hcloud/pull/935/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hetznercloud) | `34.21% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hetznercloud#carryforward-flags-in-the-pull-request-comment) to find out more.

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