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-validators to v0.13.0 #722

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 -> v0.13.0 age adoption passing confidence

Release Notes

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

v0.13.0

Compare Source

NOTES:

  • all: This Go module has been updated to Go 1.21 per the Go support policy. It is recommended to review the Go 1.21 release notes before upgrading. Any consumers building on earlier Go versions may experience errors (#​198)

FEATURES:

  • int32validator: New package which contains int32 type specific validators (#​222)
  • float32validator: New package which contains float32 type specific validators (#​222)

ENHANCEMENTS:

  • listvalidator: Added ValueInt32sAre and ValueFloat32sAre validators (#​222)
  • mapvalidator: Added ValueInt32sAre and ValueFloat32sAre validators (#​222)
  • setvalidator: Added ValueInt32sAre and ValueFloat32sAre validators (#​222)

BUG FIXES:

  • Add the attribute from the request to the at-least-one validator's error message (#​199)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 9, 2024 18:17
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 0f35ac5 to 683fbf2 Compare July 9, 2024 20:31
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 683fbf2 to e4eeae2 Compare July 10, 2024 16:34
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from e4eeae2 to 7724167 Compare July 10, 2024 18:57
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 7724167 to d0bc5a7 Compare July 10, 2024 20:51
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from d0bc5a7 to a457b57 Compare July 11, 2024 16:56
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from a457b57 to c7eccd6 Compare July 11, 2024 18:58
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from c7eccd6 to 67930c9 Compare July 16, 2024 17:05
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 67930c9 to 63d23f9 Compare July 16, 2024 18:38
@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2024

⚠️ 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 ✅

Project coverage is 34.44%. Comparing base (f8c2ab9) to head (bd3d8a3).
Report is 29 commits behind head on main.

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

Additional details and impacted files
@@           Coverage Diff            @@
##             main     #722    +/-   ##
========================================
  Coverage   34.44%   34.44%            
========================================
  Files         151      153     +2     
  Lines       20710    21025   +315     
========================================
+ Hits         7133     7243   +110     
- Misses      13415    13621   +206     
+ Partials      162      161     -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 63d23f9 to 354d96a Compare July 16, 2024 18:46
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 354d96a to 0fa4fda Compare July 17, 2024 19:49
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 0fa4fda to a4f8af4 Compare July 18, 2024 23:01
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from a4f8af4 to 1abb4a1 Compare July 22, 2024 17:19
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 1abb4a1 to 2bb40cc Compare July 22, 2024 20:20
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 2bb40cc to eeba511 Compare July 26, 2024 18:22
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from eeba511 to 97ad3f4 Compare August 1, 2024 20:05
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 97ad3f4 to 0824cc9 Compare August 2, 2024 16:11
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch from 0824cc9 to bd3d8a3 Compare August 2, 2024 18:23
Copy link
Contributor

@ctreatma ctreatma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This adds validators for the new 32-bit attribute types that were added in #690

@ctreatma ctreatma merged commit c6777f7 into main Aug 2, 2024
9 of 11 checks passed
@ctreatma ctreatma deleted the renovate/github.com-hashicorp-terraform-plugin-framework-validators-0.x branch August 2, 2024 20:40
Copy link

This PR is included in version 2.3.2 🎉

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.

2 participants