Skip to content

Commit

Permalink
Build(deps): Bump github.com/hashicorp/terraform-plugin-framework-jso…
Browse files Browse the repository at this point in the history
…ntypes from 0.1.0 to 0.2.0 (#141)

Bumps
[github.com/hashicorp/terraform-plugin-framework-jsontypes](https://github.com/hashicorp/terraform-plugin-framework-jsontypes)
from 0.1.0 to 0.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/releases">github.com/hashicorp/terraform-plugin-framework-jsontypes's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>jsontypes: Removed <code>Validate()</code> method from
<code>ExactType</code> following deprecation of
<code>xattr.TypeWithValidate</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
<li>jsontypes: Removed <code>Validate()</code> method from
<code>NormalizedType</code> following deprecation of
<code>xattr.TypeWithValidate</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>all: This Go module has been updated to Go 1.22 per the <a
href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It
is recommended to review the <a href="https://go.dev/doc/go1.22">Go 1.22
release notes</a> before upgrading. Any consumers building on earlier Go
versions may experience errors. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/73">#73</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>jsontypes: Added <code>ValidateAttribute()</code> method to
<code>Exact</code> type, which supports validating an attribute value
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
<li>jsontypes: Added <code>ValidateParameter()</code> method to
<code>Exact</code> type, which supports validating a provider-defined
function parameter value (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
<li>jsontypes: Added <code>ValidateAttribute()</code> method to
<code>Normalized</code> type, which supports validating an attribute
value (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
<li>jsontypes: Added <code>ValidateParameter()</code> method to
<code>Normalized</code> type, which supports validating a
provider-defined function parameter value (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-framework-jsontypes's
changelog</a>.</em></p>
<blockquote>
<h2>0.2.0 (September 09, 2024)</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>jsontypes: Removed <code>Validate()</code> method from
<code>ExactType</code> following deprecation of
<code>xattr.TypeWithValidate</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
<li>jsontypes: Removed <code>Validate()</code> method from
<code>NormalizedType</code> following deprecation of
<code>xattr.TypeWithValidate</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>all: This Go module has been updated to Go 1.22 per the <a
href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It
is recommended to review the <a href="https://go.dev/doc/go1.22">Go 1.22
release notes</a> before upgrading. Any consumers building on earlier Go
versions may experience errors. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/73">#73</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>jsontypes: Added <code>ValidateAttribute()</code> method to
<code>Exact</code> type, which supports validating an attribute value
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
<li>jsontypes: Added <code>ValidateParameter()</code> method to
<code>Exact</code> type, which supports validating a provider-defined
function parameter value (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
<li>jsontypes: Added <code>ValidateAttribute()</code> method to
<code>Normalized</code> type, which supports validating an attribute
value (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
<li>jsontypes: Added <code>ValidateParameter()</code> method to
<code>Normalized</code> type, which supports validating a
provider-defined function parameter value (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/54">#54</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/commit/db45a840c556a184bf1a8ce3533d3b399b4b07ef"><code>db45a84</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/commit/d88c8f89bf940deebcd8bd34dd087484f122acb3"><code>d88c8f8</code></a>
all: Bump minimum Go module version to 1.22 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/73">#73</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/commit/040ff3c08ae16e7c90f7a2e48d78e5bc7a334541"><code>040ff3c</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/74">#74</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/commit/5a1ee9126b4c12e452038d4dc254208abc47fdf5"><code>5a1ee91</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/72">#72</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/commit/724ab93634230fe16eecf1e2e3dc7611f84aeb0d"><code>724ab93</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/71">#71</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/commit/0dbc6391cc9064bfd53dd96a8ebb8284cc4e11fa"><code>0dbc639</code></a>
Bump github.com/hashicorp/terraform-plugin-framework (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/70">#70</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/commit/8f783b7b29e9af442593952038452a5f80f8ac33"><code>8f783b7</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/69">#69</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/commit/f25bc12004a5c80749ef8ed04511da201c2c0b30"><code>f25bc12</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/68">#68</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/commit/28053572cc7e551b873e76761d3447b68cb7ecd2"><code>2805357</code></a>
Bump github.com/hashicorp/terraform-plugin-framework (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/67">#67</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/commit/3af7692fa8fe291cb8b32f9a65308eb70490428a"><code>3af7692</code></a>
Bump github.com/hashicorp/copywrite from 0.18.0 to 0.19.0 in /tools (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-jsontypes/issues/66">#66</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-plugin-framework-jsontypes/compare/v0.1.0...v0.2.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-framework-jsontypes&package-manager=go_modules&previous-version=0.1.0&new-version=0.2.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 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 Sep 17, 2024
2 parents 0ce6a72 + 15dba18 commit 9da8e58
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 43 deletions.
33 changes: 18 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
module github.com/tdabasinskas/terraform-provider-backstage

go 1.22
go 1.23

toolchain go1.23.1

require (
github.com/h2non/gock v1.2.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-docs v0.19.4
github.com/hashicorp/terraform-plugin-framework v1.11.0
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.1.0
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
github.com/hashicorp/terraform-plugin-go v0.23.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
github.com/stretchr/testify v1.9.0
github.com/tdabasinskas/go-backstage/v2 v2.5.0
github.com/tdabasinskas/go-backstage/v2 v2.5.1
)

require (
Expand All @@ -30,7 +33,7 @@ require (
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
Expand All @@ -39,10 +42,9 @@ require (
github.com/hashicorp/errwrap v1.1.0 // indirect
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.6.2 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-plugin v1.6.1 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/hc-install v0.7.0 // indirect
Expand Down Expand Up @@ -75,17 +77,18 @@ require (
github.com/yuin/goldmark-meta v1.1.0 // indirect
github.com/zclconf/go-cty v1.14.4 // indirect
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.13.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.34.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/grpc v1.66.2 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
56 changes: 28 additions & 28 deletions go.sum

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

0 comments on commit 9da8e58

Please sign in to comment.