Skip to content

Commit 1f37579

Browse files
[Dependency] Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.0 (#5039)
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.37.0 to 2.38.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-sdk/releases">github.com/hashicorp/terraform-plugin-sdk/v2's releases</a>.</em></p> <blockquote> <h2>v2.38.0</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.24 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.24">Go 1.24 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1518">#1518</a>)</li> <li>helper/schema: Update the provider server to handle the ListResource RPCs by returning an error since they are not supported by SDKv2. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1521">#1521</a>)</li> <li>helper/schema: Update the provider server to handle Action RPCs by returning an error since they are not supported by SDKv2. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1522">#1522</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>helper/schema: Added new helper methods for converting Resource and Identity schemas to protocol representations. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1504">#1504</a>)</li> <li>helper/schema: Added an additional validation check to ensure the resource identity object is not null. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1513">#1513</a>)</li> <li>helper/schema: Added the <code>TfTypeIdentityState()</code> and <code>TfTypeResourceState()</code> methods to <code>ResourceData</code> which return the identity and state values as a <code>tftypes.Value</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1508">#1508</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-sdk/v2's changelog</a>.</em></p> <blockquote> <h2>2.38.0 (September 17, 2025)</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.24 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.24">Go 1.24 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1518">#1518</a>)</li> <li>helper/schema: Update the provider server to handle the ListResource RPCs by returning an error since they are not supported by SDKv2. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1521">#1521</a>)</li> <li>helper/schema: Update the provider server to handle Action RPCs by returning an error since they are not supported by SDKv2. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1522">#1522</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>helper/schema: Added new helper methods for converting Resource and Identity schemas to protocol representations. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1504">#1504</a>)</li> <li>helper/schema: Added an additional validation check to ensure the resource identity object is not null. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1513">#1513</a>)</li> <li>helper/schema: Added the <code>TfTypeIdentityState()</code> and <code>TfTypeResourceState()</code> methods to <code>ResourceData</code> which return the identity and state values as a <code>tftypes.Value</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1508">#1508</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-sdk/commit/ef9dd9f7007a088f3522ab3be75ac6131e4cfa7b"><code>ef9dd9f</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-sdk/commit/9163250695bc3e5d9ea62856ecc16e71256c0fee"><code>9163250</code></a> Update meta package SDKVersion</li> <li><a href="https://github.com/hashicorp/terraform-plugin-sdk/commit/7a87b043242455daf503345c8930e47499a6fa24"><code>7a87b04</code></a> build(deps): bump github.com/hashicorp/terraform-plugin-go (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1526">#1526</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-sdk/commit/fdc4a146ad237ab8e9af6ce651aed83410c88bab"><code>fdc4a14</code></a> build(deps): bump github.com/hashicorp/terraform-json (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1523">#1523</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-sdk/commit/d8ee71926117b2c662d875f6fb54f83fefaa8444"><code>d8ee719</code></a> action: Implement error returning for action RPCs (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1522">#1522</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-sdk/commit/183e62bdf96cadb529af3c159cba96f08d3ef9ca"><code>183e62b</code></a> list: implement list RPCs (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1521">#1521</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-sdk/commit/24a3c3e37bbf43ecdd24cc9d888fabb40c99156a"><code>24a3c3e</code></a> build(deps): bump golang.org/x/crypto from 0.41.0 to 0.42.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1519">#1519</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-sdk/commit/a7884ce8cd7de135eb583abb47f230fb77f6e8a1"><code>a7884ce</code></a> add changelog entries for <a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1508">#1508</a> and <a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1513">#1513</a> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1520">#1520</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-sdk/commit/43e83d8b494f3b741d65ee46ebded4d1af2e5fd5"><code>43e83d8</code></a> build(deps): bump the github-actions group with 2 updates (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1518">#1518</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-sdk/commit/227aaec2727ffa58e3e4cd1b054ef849f49259d1"><code>227aaec</code></a> build(deps): bump github.com/zclconf/go-cty from 1.16.4 to 1.17.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1517">#1517</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.37.0...v2.38.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-sdk/v2&package-manager=go_modules&previous-version=2.37.0&new-version=2.38.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>
1 parent 5979dcd commit 1f37579

File tree

2 files changed

+87
-80
lines changed

2 files changed

+87
-80
lines changed

go.mod

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ require (
1111
github.com/hashicorp/terraform-json v0.27.1
1212
github.com/hashicorp/terraform-plugin-framework v1.15.1
1313
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
14-
github.com/hashicorp/terraform-plugin-go v0.28.0
14+
github.com/hashicorp/terraform-plugin-go v0.29.0
1515
github.com/hashicorp/terraform-plugin-log v0.9.0
1616
github.com/hashicorp/terraform-plugin-mux v0.20.0
17-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
17+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.0
1818
github.com/hashicorp/terraform-plugin-testing v1.13.3
1919
github.com/stretchr/testify v1.11.1
2020
github.com/zclconf/go-cty v1.17.0
@@ -24,19 +24,19 @@ require (
2424
require (
2525
cloud.google.com/go/auth v0.16.1 // indirect
2626
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
27-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
27+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2828
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
2929
github.com/ProtonMail/go-crypto v1.1.6 // indirect
3030
github.com/agext/levenshtein v1.2.3 // indirect
3131
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3232
github.com/bitfield/gotestdox v0.2.2 // indirect
3333
github.com/cloudflare/circl v1.6.1 // indirect
34-
github.com/davecgh/go-spew v1.1.1 // indirect
34+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3535
github.com/dnephin/pflag v1.0.7 // indirect
3636
github.com/fatih/color v1.17.0 // indirect
3737
github.com/felixge/httpsnoop v1.0.4 // indirect
3838
github.com/fsnotify/fsnotify v1.8.0 // indirect
39-
github.com/go-logr/logr v1.4.2 // indirect
39+
github.com/go-logr/logr v1.4.3 // indirect
4040
github.com/go-logr/stdr v1.2.2 // indirect
4141
github.com/golang/protobuf v1.5.4 // indirect
4242
github.com/google/go-cmp v0.7.0 // indirect
@@ -51,16 +51,16 @@ require (
5151
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
5252
github.com/hashicorp/go-hclog v1.6.3 // indirect
5353
github.com/hashicorp/go-multierror v1.1.1 // indirect
54-
github.com/hashicorp/go-plugin v1.6.3 // indirect
54+
github.com/hashicorp/go-plugin v1.7.0 // indirect
5555
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
5656
github.com/hashicorp/go-uuid v1.0.3 // indirect
5757
github.com/hashicorp/go-version v1.7.0 // indirect
5858
github.com/hashicorp/hc-install v0.9.2 // indirect
5959
github.com/hashicorp/logutils v1.0.0 // indirect
60-
github.com/hashicorp/terraform-exec v0.23.0 // indirect
61-
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
60+
github.com/hashicorp/terraform-exec v0.23.1 // indirect
61+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
6262
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
63-
github.com/hashicorp/yamux v0.1.1 // indirect
63+
github.com/hashicorp/yamux v0.1.2 // indirect
6464
github.com/mattn/go-colorable v0.1.13 // indirect
6565
github.com/mattn/go-isatty v0.0.20 // indirect
6666
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -70,32 +70,33 @@ require (
7070
github.com/mitchellh/reflectwalk v1.0.2 // indirect
7171
github.com/oklog/run v1.1.0 // indirect
7272
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
73-
github.com/pmezard/go-difflib v1.0.0 // indirect
73+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7474
github.com/stretchr/objx v0.5.2 // indirect
7575
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
7676
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
7777
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
7878
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
7979
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
80-
go.opentelemetry.io/otel v1.35.0 // indirect
81-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
82-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
83-
golang.org/x/crypto v0.39.0 // indirect
80+
go.opentelemetry.io/otel v1.37.0 // indirect
81+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
82+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
83+
golang.org/x/crypto v0.42.0 // indirect
8484
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
85-
golang.org/x/mod v0.25.0 // indirect
86-
golang.org/x/net v0.40.0 // indirect
85+
golang.org/x/mod v0.27.0 // indirect
86+
golang.org/x/net v0.43.0 // indirect
8787
golang.org/x/oauth2 v0.30.0 // indirect
88-
golang.org/x/sync v0.15.0 // indirect
89-
golang.org/x/sys v0.33.0 // indirect
90-
golang.org/x/term v0.32.0 // indirect
91-
golang.org/x/text v0.26.0 // indirect
88+
golang.org/x/sync v0.17.0 // indirect
89+
golang.org/x/sys v0.36.0 // indirect
90+
golang.org/x/term v0.35.0 // indirect
91+
golang.org/x/text v0.29.0 // indirect
9292
golang.org/x/time v0.11.0 // indirect
93-
golang.org/x/tools v0.33.0 // indirect
93+
golang.org/x/tools v0.36.0 // indirect
94+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
9495
google.golang.org/api v0.232.0 // indirect
9596
google.golang.org/appengine v1.6.8 // indirect
96-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
97-
google.golang.org/grpc v1.72.1 // indirect
98-
google.golang.org/protobuf v1.36.6 // indirect
97+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
98+
google.golang.org/grpc v1.75.1 // indirect
99+
google.golang.org/protobuf v1.36.9 // indirect
99100
gopkg.in/ini.v1 v1.67.0 // indirect
100101
gopkg.in/yaml.v3 v3.0.1 // indirect
101102
gotest.tools/gotestsum v1.12.1 // indirect

0 commit comments

Comments
 (0)