Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/hashicorp/terraform-plugin-go from 0.22.1 to 0.22.2 (#…
…313) Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.22.1 to 0.22.2. <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.22.2</h2> <p>BUG FIXES:</p> <ul> <li>tftypes: Large integers are always encoded as msgpack integers rather than float values to ensure the decoded value will not be rounded to 52-bit precision (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/396">#396</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.22.2 (April 18, 2024)</h2> <p>BUG FIXES:</p> <ul> <li>tftypes: Large integers are always encoded as msgpack integers rather than float values to ensure the decoded value will not be rounded to 52-bit precision (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/396">#396</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/8e2a4b5413cccc1d2ef9e9346f1aa455b4566ccb"><code>8e2a4b5</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/865883db34c848e4e8d34c4c2cd43eadd77822df"><code>865883d</code></a> don't marshal integer values as msgpack floats (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/396">#396</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/6d19ca64af00197688a09d459e361c0b206bae1b"><code>6d19ca6</code></a> workflows: Remove wildcard suffix from Terraform workflow call (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/395">#395</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/b2e70970c014e12e7f5b1b988010edeb3bc28f3c"><code>b2e7097</code></a> build(deps): Bump google.golang.org/grpc from 1.63.0 to 1.63.2 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/394">#394</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/06b2d94c36ac858bb511c57c51559dfb34db4a0f"><code>06b2d94</code></a> build(deps): Bump google.golang.org/grpc from 1.62.1 to 1.63.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/393">#393</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/1d146a83a4bb50a5b96c5f7e0828c6a5d40b1281"><code>1d146a8</code></a> build(deps): Bump google.golang.org/protobuf in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/390">#390</a>)</li> <li>See full diff in <a href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.22.1...v0.22.2">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.1&new-version=0.22.2)](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>
- Loading branch information