Skip to content

Commit

Permalink
Bump github.com/hashicorp/terraform-plugin-log from 0.8.0 to 0.9.0 (#23)
Browse files Browse the repository at this point in the history
Bumps
[github.com/hashicorp/terraform-plugin-log](https://github.com/hashicorp/terraform-plugin-log)
from 0.8.0 to 0.9.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.9.0</h2>
<p>NOTES:</p>
<ul>
<li>This Go module has been updated to Go 1.19 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/137">#137</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>tfsdklog: Improved logging performance 20x when logs would be
skipped due to logging level (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/149">#149</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.9.0 (May 31, 2023)</h2>
<p>NOTES:</p>
<ul>
<li>This Go module has been updated to Go 1.19 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/137">#137</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>tfsdklog: Improved logging performance 20x when logs would be
skipped due to logging level (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/149">#149</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/527410fbb87547d049579bec8ad2b988bb70fc45"><code>527410f</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/baab61cc2e65f17912fce39437b216ca27d8f1a4"><code>baab61c</code></a>
tfsdklog: Introduce outside context level checks for logging functions
(<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/149">#149</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/68c49b8de8aead75280f534edb83f86e945ce36a"><code>68c49b8</code></a>
build(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/152">#152</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/8b5a9ef0036270e1e23f167f66759ceebf67f330"><code>8b5a9ef</code></a>
build(deps): bump yaml from 2.2.1 to 2.2.2 in /website (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/151">#151</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/c10badfd1c892d5964e58cb0b33bb701c971bd5b"><code>c10badf</code></a>
build(deps): bump actions/checkout from 3.5.1 to 3.5.2 (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/148">#148</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/5f85164d6eb589f5ea028410430d91a7e181bd80"><code>5f85164</code></a>
Bump actions/checkout from 3.5.0 to 3.5.1 (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/147">#147</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/005ecf275450b153b6dd3b704582536b85302289"><code>005ecf2</code></a>
website: Add TF_LOG_SDK_FRAMEWORK to managing log output page (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/146">#146</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/4aeb371acecf26a8ac6a4e746e7c5daaf277f29d"><code>4aeb371</code></a>
Add documentation to use legacy logging when function does not supply
context...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/8294803a3bc9e49d364e3767e1ce0f02a19f7368"><code>8294803</code></a>
Bump actions/checkout from 3.4.0 to 3.5.0 (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/142">#142</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-log/commit/8748b217cbad8f59b78d7f4b15007bb30e4665e6"><code>8748b21</code></a>
Bump github.com/hashicorp/go-hclog from 1.4.0 to 1.5.0 (<a
href="https://github.com/hashicorp/terraform-plugin-log/issues/141">#141</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-plugin-log/compare/v0.8.0...v0.9.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-log&package-manager=go_modules&previous-version=0.8.0&new-version=0.9.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 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>
  • Loading branch information
tdabasinskas authored Jun 1, 2023
2 parents f919e8d + 4cc1168 commit 2446938
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/hashicorp/terraform-plugin-framework v1.2.0
github.com/hashicorp/terraform-plugin-framework-validators v0.10.0
github.com/hashicorp/terraform-plugin-go v0.15.0
github.com/hashicorp/terraform-plugin-log v0.8.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
github.com/tdabasinskas/go-backstage v1.1.1
)
Expand All @@ -28,7 +28,7 @@ require (
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
github.com/hashicorp/go-hclog v1.4.0 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.4.9 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2446938

Please sign in to comment.