Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-testing from v1.14.0 to v1.16.0#73

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-hashicorp-terraform-plugin-testing-1.x
Open

chore(deps): bump github.com/hashicorp/terraform-plugin-testing from v1.14.0 to v1.16.0#73
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-hashicorp-terraform-plugin-testing-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 23, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/hashicorp/terraform-plugin-testing v1.14.0v1.16.0 age confidence

Warning

Deprecated preset: Kong/public-shared-renovate:backend

Your config references a deprecated preset. To prevent disruption, this file now builds on the org default (Kong/public-shared-renovate) and layers a few backend-specific tweaks so behavior stays close to the historical backend configuration.

What's different from the default

  • Early Monday schedule windows (schedule:earlyMondays)
  • Automerge disabled for all updates (:automergeDisabled)
  • Renovate rate limiting disabled (:disableRateLimiting)
  • Standardized commit messages (semantic type chore and clear bump from → to subjects)

Recommended migration

Prefer switching to the default preset and applying only the bits you still need locally. Example configuration to replicate this preset's behavior on top of the default:

{
  "extends": [
    "Kong/public-shared-renovate",
    "schedule:earlyMondays",
    ":automergeDisabled",
    ":disableRateLimiting",
    ":semanticCommitTypeAll(chore)"
  ],
  "packageRules": [
    {
      "matchPackageNames": ["*"],
      "commitMessageAction": "bump",
      "commitMessageLowerCase": "never",
      "commitMessageTopic": "github.com/hashicorp/terraform-plugin-testing",
      "commitMessageExtra": "from v1.14.0 to v1.16.0"
    }
  ]
}

Timeline

This compatibility alias will be removed in January 2026. Please migrate to the default preset with local overrides before then.


Release Notes

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

v1.16.0

Compare Source

FEATURES:

  • querycheck: Add new ExpectTotalLengthForMatching querycheck for validating the number of found resources for multiple list blocks (#​607)
  • helper/resource: Added new GenerateConfig testing mode to TestStep which can be used to test the generated resource configuration during ImportState testing mode. (#​638)

ENHANCEMENTS:

  • helper/resource: Added DefaultWorkspaceOnly to enable testing state store implementations that don't support multiple workspaces. This is achieved by only running Terraform commands with the default workspace. (#​633)

BUG FIXES:

  • querycheck: Fix behaviour of ExpectLength querycheck to match on the provided resource address before comparing the count (#​604)
  • querycheck: Fix behaviour of ExpectLengthAtLeast querycheck to match on the provided resource address before comparing the count (#​607)
  • dep: updated hc-install dependency to 0.9.4 to prevent openpgp key expiration errors. (#​647)

v1.15.0

Compare Source

NOTES:

  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​629)

FEATURES:

  • helper/resource: Added new StateStore testing mode to TestStep, which can be used to smoke test Terraform state storage. (#​591)

BUG FIXES:

  • helper/resource: Test steps in Config mode using Destroy: true and Check functions will now create an additional destroy plan prior to running terraform apply to avoid a potential "Saved Plan is Stale" error from Terraform. (#​602)
  • helper/resource: Test steps in Config mode using the TF_ACC_REFRESH_AFTER_APPLY compatibility flag will not refresh if ExpectNonEmptyPlan is true. (#​602)

v1.14.1

Compare Source

BUG FIXES:

  • Backport: Remove the redundant post-apply refresh triggered by resource/refreshAfterApply so acceptance tests avoid an extra refresh cycle. (#​641)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 23, 2026

ℹ️ Artifact update notice

File name: hclbuilder/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):

  • 25 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.8
github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.31.0
github.com/zclconf/go-cty v1.17.0 -> v1.18.1
github.com/ProtonMail/go-crypto v1.1.6 -> v1.4.1
github.com/agext/levenshtein v1.2.2 -> v1.2.3
github.com/cloudflare/circl v1.6.1 -> v1.6.3
github.com/fatih/color v1.16.0 -> v1.18.0
github.com/hashicorp/errwrap v1.0.0 -> v1.1.0
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
github.com/hashicorp/go-version v1.7.0 -> v1.9.0
github.com/hashicorp/hc-install v0.9.2 -> v0.9.4
github.com/hashicorp/terraform-exec v0.24.0 -> v0.25.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.40.0
github.com/hashicorp/terraform-svchost v0.1.1 -> v0.2.1
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/oklog/run v1.1.0 -> v1.2.0
golang.org/x/crypto v0.45.0 -> v0.50.0
golang.org/x/mod v0.29.0 -> v0.35.0
golang.org/x/net v0.47.0 -> v0.52.0
golang.org/x/sync v0.18.0 -> v0.20.0
golang.org/x/sys v0.38.0 -> v0.43.0
golang.org/x/text v0.31.0 -> v0.36.0
golang.org/x/tools v0.38.0 -> v0.43.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.75.1 -> v1.79.3
google.golang.org/protobuf v1.36.9 -> v1.36.11
File name: tfbuilder/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):

  • 25 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.1 -> 1.25.8
github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.31.0
github.com/ProtonMail/go-crypto v1.1.6 -> v1.4.1
github.com/agext/levenshtein v1.2.2 -> v1.2.3
github.com/cloudflare/circl v1.6.1 -> v1.6.3
github.com/fatih/color v1.16.0 -> v1.18.0
github.com/hashicorp/errwrap v1.0.0 -> v1.1.0
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
github.com/hashicorp/go-version v1.7.0 -> v1.9.0
github.com/hashicorp/hc-install v0.9.2 -> v0.9.4
github.com/hashicorp/terraform-exec v0.24.0 -> v0.25.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.40.0
github.com/hashicorp/terraform-svchost v0.1.1 -> v0.2.1
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/oklog/run v1.1.0 -> v1.2.0
github.com/zclconf/go-cty v1.17.0 -> v1.18.1
golang.org/x/crypto v0.45.0 -> v0.50.0
golang.org/x/mod v0.29.0 -> v0.35.0
golang.org/x/net v0.47.0 -> v0.52.0
golang.org/x/sync v0.18.0 -> v0.20.0
golang.org/x/sys v0.38.0 -> v0.43.0
golang.org/x/text v0.31.0 -> v0.36.0
golang.org/x/tools v0.38.0 -> v0.43.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.75.1 -> v1.79.3
google.golang.org/protobuf v1.36.9 -> v1.36.11

…v1.14.0 to v1.16.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-testing-1.x branch from cd9cee2 to 492fad4 Compare May 5, 2026 16:46
@renovate renovate Bot changed the title chore(deps): bump github.com/hashicorp/terraform-plugin-testing from v1.14.0 to v1.15.0 chore(deps): bump github.com/hashicorp/terraform-plugin-testing from v1.14.0 to v1.16.0 May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants