Skip to content

Commit 86f2bf9

Browse files
Bump github.com/hashicorp/terraform-plugin-go from 0.22.2 to 0.23.0 in the terraform group (#132)
Bumps the terraform group with 1 update: [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go). Updates `github.com/hashicorp/terraform-plugin-go` from 0.22.2 to 0.23.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-go/releases">github.com/hashicorp/terraform-plugin-go's releases</a>.</em></p> <blockquote> <h2>v0.23.0</h2> <p>BREAKING CHANGES:</p> <ul> <li>tfprotov5+tfprotov6: <code>FunctionServer</code> interface is now required in <code>ProviderServer</code>. Implementations not needing function support can return errors from the <code>GetFunctions</code> and <code>CallFunction</code> methods. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388">#388</a>)</li> <li>tfprotov5+tfprotov6: <code>MoveResourceState</code> method is now required in <code>ResourceServer</code>. Implementations not needing move state support can return errors from the <code>MoveResourceState</code> method. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388">#388</a>)</li> </ul> <p>NOTES:</p> <ul> <li>all: To prevent compilation errors, ensure your Go module is updated to at least [email protected], [email protected], terraform-plugin-sdk/[email protected], and [email protected] before upgrading this dependency. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388">#388</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support deferred actions (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/403">#403</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-go's changelog</a>.</em></p> <blockquote> <h2>0.23.0 (May 06, 2024)</h2> <p>BREAKING CHANGES:</p> <ul> <li>tfprotov5+tfprotov6: <code>FunctionServer</code> interface is now required in <code>ProviderServer</code>. Implementations not needing function support can return errors from the <code>GetFunctions</code> and <code>CallFunction</code> methods. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388">#388</a>)</li> <li>tfprotov5+tfprotov6: <code>MoveResourceState</code> method is now required in <code>ResourceServer</code>. Implementations not needing move state support can return errors from the <code>MoveResourceState</code> method. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388">#388</a>)</li> </ul> <p>NOTES:</p> <ul> <li>all: To prevent compilation errors, ensure your Go module is updated to at least [email protected], [email protected], terraform-plugin-sdk/[email protected], and [email protected] before upgrading this dependency. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388">#388</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support deferred actions (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/403">#403</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/bd1819d2eb3e4782a488dd47d31eee1be22cd6be"><code>bd1819d</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/8e4acd3b5f841881494a90c24cc4b2d85863c696"><code>8e4acd3</code></a> tfprotov5+tfprotov6: Add deferred action support to related RPCs (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/403">#403</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/5cc939c45ccd0577b71ac6cf21e5473735615791"><code>5cc939c</code></a> Result of tsccr-helper -log-level=info gha update -latest . (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/404">#404</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/63881a9b2b9694c8bda0ff5c3a754b1c4a99f8fe"><code>63881a9</code></a> build(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 and protoc...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/d9567224429cc5f52ee2ad876550c0d6289d8788"><code>d956722</code></a> Result of tsccr-helper -log-level=info gha update -latest . (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/401">#401</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/106a9be94f2e4de9beeefddf01b94dad9afeda96"><code>106a9be</code></a> build(deps): Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/400">#400</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/62ca775550c6c64a056b314e8a3ecd491afb5e03"><code>62ca775</code></a> tfprotov5+tfprotov6: Require FunctionServer in ProviderServer and MoveResourc...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/1861b5246a9628ca5b2656cf907400fea3867fd8"><code>1861b52</code></a> build(deps): Bump golang.org/x/net from 0.21.0 to 0.23.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/399">#399</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/fcd690017edf29682559bf987e04299d22a574cc"><code>fcd6900</code></a> build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/398">#398</a>)</li> <li>See full diff in <a href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.22.2...v0.23.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-go&package-manager=go_modules&previous-version=0.22.2&new-version=0.23.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81b67cb commit 86f2bf9

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
@@ -8,7 +8,7 @@ require (
88
github.com/google/go-containerregistry v0.19.1
99
github.com/hashicorp/terraform-plugin-docs v0.19.2
1010
github.com/hashicorp/terraform-plugin-framework v1.8.0
11-
github.com/hashicorp/terraform-plugin-go v0.22.2
11+
github.com/hashicorp/terraform-plugin-go v0.23.0
1212
github.com/hashicorp/terraform-plugin-log v0.9.0
1313
github.com/hashicorp/terraform-plugin-testing v1.7.0
1414
github.com/spf13/cobra v1.8.0
@@ -100,7 +100,7 @@ require (
100100
google.golang.org/appengine v1.6.8 // indirect
101101
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
102102
google.golang.org/grpc v1.63.2 // indirect
103-
google.golang.org/protobuf v1.33.0 // indirect
103+
google.golang.org/protobuf v1.34.0 // indirect
104104
gopkg.in/yaml.v2 v2.4.0 // indirect
105105
gopkg.in/yaml.v3 v3.0.1 // indirect
106106
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ github.com/hashicorp/terraform-plugin-docs v0.19.2 h1:YjdKa1vuqt9EnPYkkrv9HnGZz1
119119
github.com/hashicorp/terraform-plugin-docs v0.19.2/go.mod h1:gad2aP6uObFKhgNE8DR9nsEuEQnibp7il0jZYYOunWY=
120120
github.com/hashicorp/terraform-plugin-framework v1.8.0 h1:P07qy8RKLcoBkCrY2RHJer5AEvJnDuXomBgou6fD8kI=
121121
github.com/hashicorp/terraform-plugin-framework v1.8.0/go.mod h1:/CpTukO88PcL/62noU7cuyaSJ4Rsim+A/pa+3rUVufY=
122-
github.com/hashicorp/terraform-plugin-go v0.22.2 h1:5o8uveu6eZUf5J7xGPV0eY0TPXg3qpmwX9sce03Bxnc=
123-
github.com/hashicorp/terraform-plugin-go v0.22.2/go.mod h1:drq8Snexp9HsbFZddvyLHN6LuWHHndSQg+gV+FPkcIM=
122+
github.com/hashicorp/terraform-plugin-go v0.23.0 h1:AALVuU1gD1kPb48aPQUjug9Ir/125t+AAurhqphJ2Co=
123+
github.com/hashicorp/terraform-plugin-go v0.23.0/go.mod h1:1E3Cr9h2vMlahWMbsSEcNrOCxovCZhOOIXjFHbjc/lQ=
124124
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
125125
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
126126
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 h1:qHprzXy/As0rxedphECBEQAh3R4yp6pKksKHcqZx5G8=
@@ -318,8 +318,8 @@ google.golang.org/grpc v1.63.2 h1:MUeiw1B2maTVZthpU5xvASfTh3LDbxHd6IJ6QQVU+xM=
318318
google.golang.org/grpc v1.63.2/go.mod h1:WAX/8DgncnokcFUldAxq7GeB5DXHDbMF+lLvDomNkRA=
319319
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
320320
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
321-
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
322-
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
321+
google.golang.org/protobuf v1.34.0 h1:Qo/qEd2RZPCf2nKuorzksSknv0d3ERwp1vFG38gSmH4=
322+
google.golang.org/protobuf v1.34.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
323323
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
324324
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
325325
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=

0 commit comments

Comments
 (0)