terraform-provider-equinix icon indicating copy to clipboard operation
terraform-provider-equinix copied to clipboard

fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.36.1

Open renovate[bot] opened this issue 10 months ago • 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 -> v2.36.1 age adoption passing confidence

Release Notes

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

v2.36.1

Compare Source

NOTES:

  • Write-only attribute support is in technical preview and offered without compatibility promises until Terraform 1.11 is generally available. (#​1375)

BUG FIXES:

  • helper/schema: Fixed bug that allowed write-only attributes within set nested blocks. Any attribute within a set nested block with WriteOnly set to true will now trigger an error message. (#​1427)

v2.36.0

Compare Source

NOTES:

  • Write-only attribute support is in technical preview and offered without compatibility promises until Terraform 1.11 is generally available. (#​1375)

FEATURES:

  • helper/schema: Added WriteOnly schema behavior for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. (#​1375)
  • helper/validation: Added PreferWriteOnlyAttribute() validator that warns practitioners when a write-only version of a configured attribute is available. (#​1375)
  • schema/resource: Added ValidateRawResourceConfigFuncs field which allows resources to define validation logic during the ValidateResourceTypeConfig RPC. (#​1375)

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[bot] avatar Feb 04 '25 17:02 renovate[bot]

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated

Details:

Package Change
github.com/hashicorp/terraform-plugin-go v0.26.0 -> v0.27.0
github.com/ProtonMail/go-crypto v1.1.3 -> v1.1.6
github.com/cloudflare/circl v1.3.7 -> v1.6.0
github.com/hashicorp/go-plugin v1.6.2 -> v1.6.3
github.com/hashicorp/hc-install v0.9.1 -> v0.9.2
github.com/hashicorp/terraform-exec v0.22.0 -> v0.23.0
github.com/hashicorp/terraform-json v0.24.0 -> v0.25.0
github.com/hashicorp/terraform-registry-address v0.2.4 -> v0.2.5
golang.org/x/crypto v0.32.0 -> v0.38.0
golang.org/x/mod v0.22.0 -> v0.24.0
golang.org/x/net v0.34.0 -> v0.39.0
golang.org/x/sync v0.11.0 -> v0.14.0
golang.org/x/sys v0.29.0 -> v0.33.0
golang.org/x/text v0.22.0 -> v0.25.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/grpc v1.69.4 -> v1.72.1
google.golang.org/protobuf v1.36.3 -> v1.36.6

renovate[bot] avatar Feb 04 '25 17:02 renovate[bot]

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 66.54%. Comparing base (f875dbb) to head (e6af757). :warning: Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #852       +/-   ##
===========================================
+ Coverage   41.75%   66.54%   +24.79%     
===========================================
  Files         238      238               
  Lines       31340    31340               
===========================================
+ Hits        13086    20856     +7770     
+ Misses      17752     9490     -8262     
- Partials      502      994      +492     

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Feb 04 '25 21:02 codecov[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Aug 06 '25 16:08 renovate[bot]

This PR is included in version 4.1.0 :tada:

github-actions[bot] avatar Aug 14 '25 16:08 github-actions[bot]