Commit da876fb
authored
chore(deps): bump github.com/hashicorp/terraform-plugin-log from 0.9.0 to 0.10.0 (#279)
Bumps
[github.com/hashicorp/terraform-plugin-log](https://github.com/hashicorp/terraform-plugin-log)
from 0.9.0 to 0.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-log/releases">github.com/hashicorp/terraform-plugin-log's
releases</a>.</em></p>
<blockquote>
<h2>v0.10.0</h2>
<p>NOTES:</p>
<ul>
<li>This Go module has been updated to Go 1.24 per the <a
href="https://golang.org/doc/devel/release.html#policy">Go support
policy</a>. Any consumers building on earlier Go versions may experience
errors. (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/263">#263</a>)</li>
<li>tfsdklog.RegisterTestSink is deprecated in favor or
tfsdklog.ContextWithTestLogging (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/264">#264</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>Added <code>tfsdklog.ContextWithStandardLogging()</code> for test
sweeper logging (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/162">#162</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-log/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-log's
changelog</a>.</em></p>
<blockquote>
<h2>0.10.0 (November 13, 2025)</h2>
<p>NOTES:</p>
<ul>
<li>This Go module has been updated to Go 1.24 per the <a
href="https://golang.org/doc/devel/release.html#policy">Go support
policy</a>. Any consumers building on earlier Go versions may experience
errors. (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/263">#263</a>)</li>
<li>tfsdklog.RegisterTestSink is deprecated in favor or
tfsdklog.ContextWithTestLogging (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/264">#264</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>Added <code>tfsdklog.ContextWithStandardLogging()</code> for test
sweeper logging (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/162">#162</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/1a252785fd0d697042fcfa462b303f788a27ff33"><code>1a25278</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/13ad22b5987139db6bfb0656541e0ef6f6ecd6a8"><code>13ad22b</code></a>
Add <code>tfsdklog.ContextWithStdlibLogging</code> for consistency (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/267">#267</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/1107e3fef6fcc8cfdb1155f2b825bde2383db88d"><code>1107e3f</code></a>
build(deps): bump golangci/golangci-lint-action (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/268">#268</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/f151a1014f287cf65723960c46a802cf328e8dca"><code>f151a10</code></a>
build(deps): bump actions/upload-artifact in the github-actions group
(<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/266">#266</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/18815d1a390cb432f4925f9580cd1a8405d1a433"><code>18815d1</code></a>
Update CODEOWNERS (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/265">#265</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/c20f085a1b804145018e95722bd3b7576b96584e"><code>c20f085</code></a>
Adds logging sink that uses the standard logger (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/162">#162</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/5926d5bbbf5d94bc7f2ced0758523d607344a161"><code>5926d5b</code></a>
Deprecate <code>tfsdklog.RegisterTestSink</code> (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/264">#264</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/534b24b17af762b5b1b4b51725f277abbfa5bbab"><code>534b24b</code></a>
[Chore] Upgrade Go version to 1.24 (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/263">#263</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/374b4707a20e28a27ca6bdf0a96bf90c452491a3"><code>374b470</code></a>
build(deps): bump the github-actions group with 2 updates (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/262">#262</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/e486d3a2a78aa2a4de88c3da4be685fdbb70afa9"><code>e486d3a</code></a>
chore: remove old docs (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/261">#261</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-plugin-log/compare/v0.9.0...v0.10.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5d7435e commit da876fb
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
258 | | - | |
| 257 | + | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments