Skip to content

Commit 9ced85b

Browse files
[Dependency] Bump github.com/hashicorp/terraform-plugin-testing from 1.11.0 to 1.12.0 (#4587)
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.11.0 to 1.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-testing/releases">github.com/hashicorp/terraform-plugin-testing's releases</a>.</em></p> <blockquote> <h2>v1.12.0</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/454">#454</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>knownvalue: added function checks for custom validation of resource attribute or output values. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/412">#412</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>knownvalue: Updated the <code>ObjectExact</code> error message to report extra/missing attributes from the actual object. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/451">#451</a>)</li> <li>plancheck: Improved the unknown value plan check error messages to include a known value if one exists. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/450">#450</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>plancheck: Fixed bug with all unknown value plan checks where a valid path would return a &quot;path not found&quot; error. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/450">#450</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-testing's changelog</a>.</em></p> <blockquote> <h2>1.12.0 (March 18, 2025)</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/454">#454</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>knownvalue: added function checks for custom validation of resource attribute or output values. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/412">#412</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>knownvalue: Updated the <code>ObjectExact</code> error message to report extra/missing attributes from the actual object. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/451">#451</a>)</li> <li>plancheck: Improved the unknown value plan check error messages to include a known value if one exists. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/450">#450</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>plancheck: Fixed bug with all unknown value plan checks where a valid path would return a &quot;path not found&quot; error. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/450">#450</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/1ffb3e0fe1479fbb9d30f8bcb683b2fca1090275"><code>1ffb3e0</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/b0b505eb32b1fe90afc00fc63973640dc5611e5e"><code>b0b505e</code></a> plancheck: Include known value in error message when asserting an unknown val...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/41b2d19a2f1617bf99d0f29bb19db8123081c222"><code>41b2d19</code></a> Add the missing/extra attribute names to the error message for `knownvalue.Ob...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/b50511071a04e06ac158c4d6f04560e8c3828bec"><code>b505110</code></a> build(deps): Bump github.com/hashicorp/go-cty from 1.4.1 to 1.5.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/457">#457</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/b9403856bb06ab4d47ad781b03d4e49ea24fa0d6"><code>b940385</code></a> chore: Update minimum Go version in module (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/454">#454</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/96ff574850135e88e64f2722d774ce2c4f6f8eae"><code>96ff574</code></a> knownvalue: Introduce function checks for primitive types (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/412">#412</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/5f414d2c091c7f97d3fd1e19842f5fbc112e7444"><code>5f414d2</code></a> Result of tsccr-helper -log-level=info gha update -latest .github/ (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/447">#447</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/21135503b07354cb3f35e86ed2dccc098621a52c"><code>2113550</code></a> chore: FIx golangci linters (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/446">#446</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/13c4fb0506e2fcd2c8eca4824458ace8ec2325b2"><code>13c4fb0</code></a> build(deps): Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/437">#437</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/9a146e5df5b5965d7761892d7e0959636dcd03c7"><code>9a146e5</code></a> build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/433">#433</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.11.0...v1.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-plugin-testing&package-manager=go_modules&previous-version=1.11.0&new-version=1.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> NO_CHANGELOG=true Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Ott <[email protected]>
1 parent 45e8ca0 commit 9ced85b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/hashicorp/terraform-plugin-log v0.9.0
1616
github.com/hashicorp/terraform-plugin-mux v0.18.0
1717
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
18-
github.com/hashicorp/terraform-plugin-testing v1.11.0
18+
github.com/hashicorp/terraform-plugin-testing v1.12.0
1919
github.com/stretchr/testify v1.10.0
2020
github.com/zclconf/go-cty v1.16.2
2121
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
@@ -40,7 +40,7 @@ require (
4040
github.com/go-logr/stdr v1.2.2 // indirect
4141
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4242
github.com/golang/protobuf v1.5.4 // indirect
43-
github.com/google/go-cmp v0.6.0 // indirect
43+
github.com/google/go-cmp v0.7.0 // indirect
4444
github.com/google/go-querystring v1.1.0 // indirect
4545
github.com/google/s2a-go v0.1.7 // indirect
4646
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
9292
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
9393
github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
9494
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
95-
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
96-
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
95+
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
96+
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
9797
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
9898
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
9999
github.com/google/s2a-go v0.1.7 h1:60BLSyTrOV4/haCDW4zb1guZItoSq8foHCXrAnjBo/o=
@@ -154,8 +154,8 @@ github.com/hashicorp/terraform-plugin-mux v0.18.0 h1:7491JFSpWyAe0v9YqBT+kel7mzH
154154
github.com/hashicorp/terraform-plugin-mux v0.18.0/go.mod h1:Ho1g4Rr8qv0qTJlcRKfjjXTIO67LNbDtM6r+zHUNHJQ=
155155
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 h1:WNMsTLkZf/3ydlgsuXePa3jvZFwAJhruxTxP/c1Viuw=
156156
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1/go.mod h1:P6o64QS97plG44iFzSM6rAn6VJIC/Sy9a9IkEtl79K4=
157-
github.com/hashicorp/terraform-plugin-testing v1.11.0 h1:MeDT5W3YHbONJt2aPQyaBsgQeAIckwPX41EUHXEn29A=
158-
github.com/hashicorp/terraform-plugin-testing v1.11.0/go.mod h1:WNAHQ3DcgV/0J+B15WTE6hDvxcUdkPPpnB1FR3M910U=
157+
github.com/hashicorp/terraform-plugin-testing v1.12.0 h1:tpIe+T5KBkA1EO6aT704SPLedHUo55RenguLHcaSBdI=
158+
github.com/hashicorp/terraform-plugin-testing v1.12.0/go.mod h1:jbDQUkT9XRjAh1Bvyufq+PEH1Xs4RqIdpOQumSgSXBM=
159159
github.com/hashicorp/terraform-registry-address v0.2.4 h1:JXu/zHB2Ymg/TGVCRu10XqNa4Sh2bWcqCNyKWjnCPJA=
160160
github.com/hashicorp/terraform-registry-address v0.2.4/go.mod h1:tUNYTVyCtU4OIGXXMDp7WNcJ+0W1B4nmstVDgHMjfAU=
161161
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=

0 commit comments

Comments
 (0)