Commit 5e82cba
authored
chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.27.0 to 0.28.0 (#224)
Bumps
[github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go)
from 0.27.0 to 0.28.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.28.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>tfprotov5+tfprotov6: Removed temporary
<code>ProviderServerWithResourceIdentity</code> interface type. Use
<code>ProviderServer</code> instead. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516">#516</a>)</li>
<li>tfprotov5+tfprotov6: <code>GetResourceIdentitySchemas</code> and
<code>UpgradeResourceIdentity</code> RPC calls are now required in
<code>ProviderServer</code> and <code>ResourceServer</code>.
Implementations that don't support resource identity can return empty
responses from the <code>GetResourceIdentitySchemas</code> method and an
error message the <code>UpgradeResourceIdentity</code> method. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516">#516</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>all: To prevent compilation errors, ensure your Go module is updated
to at least terraform-plugin-framework@v1.15.0,
terraform-plugin-mux@v0.20.0, terraform-plugin-sdk/v2@v2.37.0, and
terraform-plugin-testing@v1.13.0 before upgrading this dependency. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516">#516</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.28.0 (May 21, 2025)</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>tfprotov5+tfprotov6: Removed temporary
<code>ProviderServerWithResourceIdentity</code> interface type. Use
<code>ProviderServer</code> instead. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516">#516</a>)</li>
<li>tfprotov5+tfprotov6: <code>GetResourceIdentitySchemas</code> and
<code>UpgradeResourceIdentity</code> RPC calls are now required in
<code>ProviderServer</code> and <code>ResourceServer</code>.
Implementations that don't support resource identity can return empty
responses from the <code>GetResourceIdentitySchemas</code> method and an
error message the <code>UpgradeResourceIdentity</code> method. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516">#516</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>all: To prevent compilation errors, ensure your Go module is updated
to at least terraform-plugin-framework@v1.15.0,
terraform-plugin-mux@v0.20.0, terraform-plugin-sdk/v2@v2.37.0, and
terraform-plugin-testing@v1.13.0 before upgrading this dependency. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516">#516</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/3fd901baa420da6d63c8bb999304291117ff09df"><code>3fd901b</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/68ac8c5d0be466efdaf9e54a2e74997c5370ea00"><code>68ac8c5</code></a>
all: Remove temporary <code>ProviderServerWithResourceIdentity</code>
interface (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516">#516</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/0c51a41a58e3713caf7330b2d4364f2d2cfa5c47"><code>0c51a41</code></a>
Revert "Add protobuf support for list messages and rpcs (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512">#512</a>)"
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/515">#515</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/f412d3942e55695a3afac20f7f2862ba4bfb4d00"><code>f412d39</code></a>
Add protobuf support for list messages and rpcs (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512">#512</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/8c5322284b6dcf52ed3f89cc09c8a6d5fa3842b9"><code>8c53222</code></a>
Create pull_request_template.md (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/511">#511</a>)</li>
<li>See full diff in <a
href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.27.0...v0.28.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5a9350f commit 5e82cba
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | | - | |
| 250 | + | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
0 commit comments