Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)

v1.8.0

Compare Source

BREAKING CHANGES:

  • function: Removed Definition type Parameter() method (#​968)

NOTES:

  • function: Provider-defined function features are now considered generally available and protected by compatibility promises (#​966)
  • attr/xattr: The TypeWithValidate interface has been deprecated in preference of the ValidateableAttribute interface. A ValidatableParameter interface has also been added to the function package (#​968)

FEATURES:

  • attr/xattr: Added ValidateableAttribute interface for custom value type implementations (#​968)
  • function: Added ValidateableParameter interface for custom value type implementations (#​968)
  • function: Add BoolParameterValidator, DynamicParameterValidator, Float64ParameterValidator, Int64ParameterValidator, ListParameterValidator, MapParameterValidator, NumberParameterValidator, ObjectParameterValidator, SetParameterValidator, and StringParameterValidator interfaces for custom function parameter validation implementations. (#​971)
  • function: Add ParameterWithBoolValidators, ParameterWithInt64Validators, ParameterWithFloat64Validators, ParameterWithDynamicValidators, ParameterWithListValidators, ParameterWithMapValidators, ParameterWithNumberValidators, ParameterWithObjectValidators, ParameterWithSetValidators, and ParameterWithStringValidators interfaces to enable parameter-based validation support (#​971)

BUG FIXES:

  • types/basetypes: Prevented panic in the MapValue types Equal method when the receiver has a nil elementType (#​961)
  • types/basetypes: Prevented panic in the ListValue types Equal method when the receiver has a nil elementType (#​961)
  • types/basetypes: Prevented panic in the SetValue types Equal method when the receiver has a nil elementType (#​961)
  • resource: Ensured computed-only dynamic attributes will not cause wrong final value type errors during planning (#​969)

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.


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

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

@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.6.0 fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.6.1 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-1.x branch from edb784d to 1f1d87e Compare March 5, 2024 20:17
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.6.1 fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.7.0 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-1.x branch from 1f1d87e to 6bac218 Compare March 21, 2024 22:40
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-1.x branch from 6bac218 to 55f987f Compare March 29, 2024 12:40
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-1.x branch 2 times, most recently from abcd07d to e3c5ad7 Compare April 7, 2024 11:41
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-1.x branch from e3c5ad7 to 6a4cb49 Compare April 16, 2024 20:01
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.7.0 fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.7.0 - autoclosed Apr 16, 2024
@renovate renovate bot closed this Apr 16, 2024
@renovate renovate bot deleted the renovate/github.com-hashicorp-terraform-plugin-framework-1.x branch April 16, 2024 20:30
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.7.0 - autoclosed fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.7.0 Apr 18, 2024
@renovate renovate bot reopened this Apr 18, 2024
@renovate renovate bot restored the renovate/github.com-hashicorp-terraform-plugin-framework-1.x branch April 18, 2024 20:17
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-1.x branch from 6a4cb49 to bc999ad Compare April 18, 2024 20:17
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.7.0 fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.8.0 Apr 18, 2024
@jianyuan jianyuan merged commit b6ed2fd into main Apr 27, 2024
6 checks passed
@jianyuan jianyuan deleted the renovate/github.com-hashicorp-terraform-plugin-framework-1.x branch April 27, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant