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-sdk/v2 to v2.30.0 #460

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform-plugin-sdk/v2 require minor v2.29.0 -> v2.30.0

Release Notes

hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)

v2.30.0

Compare Source

NOTES:

  • meta: The SDKVersion variable, SDKPrerelease variable, and SDKVersionString() function have been deprecated. Use the Go standard library runtime/debug package build information instead. (#​1257)

BUG FIXES:

  • meta: Fixed version in SDKVersion variable and SDKVersionString() function (#​1257)
  • helper/schema: Ensured (ResourceData).GetRawConfig() data is populated for Provider.ConfigureFunc and Provider.ConfigureContextFunc (#​1270)
  • helper/schema: Ensured (ResourceData).GetOkExists() second result is true when configuration contains zero-value data in Provider.ConfigureFunc and Provider.ConfigureContextFunc (#​1270)

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.

@codecov-commenter
Copy link

Codecov Report

Attention: 68 lines in your changes are missing coverage. Please review.

Comparison is base (26b2f3d) 60.11% compared to head (11868ac) 58.84%.
Report is 52 commits behind head on main.

Files Patch % Lines
equinix/fabric_mapping_helper.go 0.00% 33 Missing ⚠️
equinix/resource_fabric_connection.go 0.00% 14 Missing ⚠️
equinix/helpers_device.go 77.14% 8 Missing ⚠️
equinix/data_source_metal_device.go 86.84% 4 Missing and 1 partial ⚠️
equinix/resource_fabric_cloud_router.go 0.00% 4 Missing ⚠️
equinix/resource_metal_device.go 87.50% 3 Missing and 1 partial ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #460      +/-   ##
==========================================
- Coverage   60.11%   58.84%   -1.28%     
==========================================
  Files          99       99              
  Lines       20045    20076      +31     
==========================================
- Hits        12051    11814     -237     
- Misses       7691     7969     +278     
+ Partials      303      293      -10     

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

Copy link
Contributor

@ocobles ocobles left a comment

Choose a reason for hiding this comment

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

lgtm. The only relevant fix for us is meta.SDKVersionString() included in the user agent string was returning a wrong value

@ocobles ocobles merged commit 2831c1a into main Nov 16, 2023
4 of 5 checks passed
@ocobles ocobles deleted the renovate/github.com-hashicorp-terraform-plugin-sdk-v2-2.x branch November 16, 2023 09:45
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