Skip to content

go: Update module github.com/hashicorp/terraform-plugin-framework to v1.3.1

This MR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform-plugin-framework require patch v1.3.0 -> v1.3.1

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

hashicorp/terraform-plugin-framework

v1.3.1

Compare Source

BUG FIXES:

  • datasource/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality (#​752)
  • provider/metaschema: Ensure nested attribute Equal methods check nested attribute definition equality (#​752)
  • provider/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality (#​752)
  • resource/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality (#​752)
  • types/basetypes: Prevented panics in ListType, MapType, and SetType methods when ElemType field is not set (#​714)
  • resource/schema: Prevented Value Conversion Error diagnostics for attributes and blocks implementing both CustomType and PlanModifiers fields (#​754)
  • types/basetypes: Prevented panic with ListTypableWithSemanticEquals and SetTypableWithSemanticEquals when proposed new element count was greater than prior element count (#​772)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports