Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
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.15.0#73
renovate[bot] wants to merge 1 commit intomainfrom
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.15.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.15.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.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: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

…v1.14.0 to v1.15.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@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):

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

Details:

Package Change
go 1.24.0 -> 1.25.0
github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.31.0
github.com/ProtonMail/go-crypto v1.1.6 -> v1.3.0
github.com/fatih/color v1.16.0 -> v1.18.0
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
github.com/hashicorp/go-version v1.7.0 -> v1.8.0
github.com/hashicorp/hc-install v0.9.2 -> v0.9.3
github.com/hashicorp/terraform-exec v0.24.0 -> v0.25.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.40.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
golang.org/x/crypto v0.45.0 -> v0.48.0
golang.org/x/mod v0.29.0 -> v0.33.0
golang.org/x/net v0.47.0 -> v0.49.0
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/sys v0.38.0 -> v0.41.0
golang.org/x/text v0.31.0 -> v0.34.0
golang.org/x/tools v0.38.0 -> v0.41.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.2
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):

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

Details:

Package Change
go 1.24.1 -> 1.25.0
github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.31.0
github.com/ProtonMail/go-crypto v1.1.6 -> v1.3.0
github.com/fatih/color v1.16.0 -> v1.18.0
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
github.com/hashicorp/go-version v1.7.0 -> v1.8.0
github.com/hashicorp/hc-install v0.9.2 -> v0.9.3
github.com/hashicorp/terraform-exec v0.24.0 -> v0.25.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.40.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
golang.org/x/crypto v0.45.0 -> v0.48.0
golang.org/x/mod v0.29.0 -> v0.33.0
golang.org/x/net v0.47.0 -> v0.49.0
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/sys v0.38.0 -> v0.41.0
golang.org/x/text v0.31.0 -> v0.34.0
golang.org/x/tools v0.38.0 -> v0.41.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.2
google.golang.org/protobuf v1.36.9 -> v1.36.11

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