Skip to content

Commit

Permalink
build(deps): bump github.com/orange-cloudavenue/terraform-plugin-fram…
Browse files Browse the repository at this point in the history
…ework-supertypes from 0.5.0 to 1.0.0 (#288)

Bumps
[github.com/orange-cloudavenue/terraform-plugin-framework-supertypes](https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes)
from 0.5.0 to 1.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/releases">github.com/orange-cloudavenue/terraform-plugin-framework-supertypes's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.0</h2>
<h3>:rocket: <strong>New Features</strong></h3>
<ul>
<li>Add new function for string type <code>NewStringValueOrNull</code>
to create values or nullable values. (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/36">GH-36</a>)</li>
<li>Add new functions for simple type
<code>NewBoolPointerValueOrNull</code>,
<code>NewStringPointerValueOrNull</code>,
<code>NewInt64PointerValueOrNull</code>,
<code>NewInt32PointerValueOrNull</code>,
<code>NewFloat64PointerValueOrNull</code>,
<code>NewBoolPointerValueOrNull</code> and
<code>NewStringPointerValueOrNull</code> to create values or nullable
pointer values. (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/36">GH-36</a>)</li>
<li>Add new methods for <code>ValueOf</code> types to get/set values and
append diags if the conversion fails. (<code>DiagsGet</code>,
<code>DiagsSet</code>) (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/36">GH-36</a>)</li>
<li>Add new methods for <code>ValueOf</code> types to get/set values and
return panic if the conversion fails. (<code>MustGet</code>,
<code>MustSet</code>) (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/36">GH-36</a>)</li>
<li><code>int32</code> - Support new <code>int32</code> type with some
custom functions. (GetInt/8/16/32/64, GetInt/8/16/32/64Ptr,
SetInt/8/16/32/64, SetInt/8/16/32/64Ptr) (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/32">GH-32</a>)</li>
</ul>
<h3>:dependabot: <strong>Dependencies</strong></h3>
<ul>
<li>deps: bumps github.com/fatih/color from 1.17.0 to 1.18.0 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/10">GH-10</a>)</li>
<li>deps: bumps github.com/google/go-cmp from 0.6.0 to 0.7.0 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/29">GH-29</a>)</li>
<li>deps: bumps github.com/hashicorp/terraform-plugin-framework from
1.13.0 to 1.14.1 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/28">GH-28</a>)</li>
<li>deps: bumps github.com/hashicorp/terraform-plugin-go from 0.25.0 to
0.26.0 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/23">GH-23</a>)</li>
<li>deps: bumps github.com/stretchr/testify from 1.9.0 to 1.10.0 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/11">GH-11</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/blob/main/CHANGELOG.md">github.com/orange-cloudavenue/terraform-plugin-framework-supertypes's
changelog</a>.</em></p>
<blockquote>
<h2>1.0.0 (March  6, 2025)</h2>
<h3>:rocket: <strong>New Features</strong></h3>
<ul>
<li>Add new function for string type <code>NewStringValueOrNull</code>
to create values or nullable values. (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/36">GH-36</a>)</li>
<li>Add new functions for simple type
<code>NewBoolPointerValueOrNull</code>,
<code>NewStringPointerValueOrNull</code>,
<code>NewInt64PointerValueOrNull</code>,
<code>NewInt32PointerValueOrNull</code>,
<code>NewFloat64PointerValueOrNull</code>,
<code>NewBoolPointerValueOrNull</code> and
<code>NewStringPointerValueOrNull</code> to create values or nullable
pointer values. (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/36">GH-36</a>)</li>
<li>Add new methods for <code>ValueOf</code> types to get/set values and
append diags if the conversion fails. (<code>DiagsGet</code>,
<code>DiagsSet</code>) (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/36">GH-36</a>)</li>
<li>Add new methods for <code>ValueOf</code> types to get/set values and
return panic if the conversion fails. (<code>MustGet</code>,
<code>MustSet</code>) (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/36">GH-36</a>)</li>
<li><code>int32</code> - Support new <code>int32</code> type with some
custom functions. (GetInt/8/16/32/64, GetInt/8/16/32/64Ptr,
SetInt/8/16/32/64, SetInt/8/16/32/64Ptr) (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/32">GH-32</a>)</li>
</ul>
<h3>:dependabot: <strong>Dependencies</strong></h3>
<ul>
<li>deps: bumps github.com/fatih/color from 1.17.0 to 1.18.0 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/10">GH-10</a>)</li>
<li>deps: bumps github.com/google/go-cmp from 0.6.0 to 0.7.0 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/29">GH-29</a>)</li>
<li>deps: bumps github.com/hashicorp/terraform-plugin-framework from
1.13.0 to 1.14.1 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/28">GH-28</a>)</li>
<li>deps: bumps github.com/hashicorp/terraform-plugin-go from 0.25.0 to
0.26.0 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/23">GH-23</a>)</li>
<li>deps: bumps github.com/stretchr/testify from 1.9.0 to 1.10.0 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/11">GH-11</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/commit/8d57f55ed7846fe9f09c3c3cb7eb4547842631fd"><code>8d57f55</code></a>
chore: Update CHANGELOG.md</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/commit/39c7094e1056569c151ab0521284d7a8b014b0ea"><code>39c7094</code></a>
feat: add <code>MustGet/Set</code> &amp; <code>DiagsGet/Set</code> (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/36">#36</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/commit/6d6dfd67d08750f6aeb5331cadc01f9a5b72d02e"><code>6d6dfd6</code></a>
chore: Update CHANGELOG.md</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/commit/3bd323bd1bbd36eeaa2cb6a2fe8b3d8af1597842"><code>3bd323b</code></a>
feat: add new <code>int32</code> type (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/34">#34</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/commit/0108f737ba745d3415246c34b095181deaa04387"><code>0108f73</code></a>
chore: add codeowner file (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/35">#35</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/commit/0255c5c5bd18c0a0b4d2dbf3be73b8cfcdcc972e"><code>0255c5c</code></a>
feat: Add generic Encode/Decode func (beta) (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/33">#33</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/commit/2a652a1350dba53f9a76e07ba32d21a355194406"><code>2a652a1</code></a>
feat: Add generic Encode/Decode func (beta) (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/30">#30</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/commit/d36256ef1ca61e99020faadc125536174b96b115"><code>d36256e</code></a>
chore: Update CHANGELOG.md</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/commit/c111c6991142685d105f77544e617da039d290a7"><code>c111c69</code></a>
chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/29">#29</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/commit/c79a7361b9ba8a6eed498d96db5ffc8355d10214"><code>c79a736</code></a>
chore: synced file(s) with orange-cloudavenue/workflows (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/issues/31">#31</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/compare/v0.5.0...v1.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/orange-cloudavenue/terraform-plugin-framework-supertypes&package-manager=go_modules&previous-version=0.5.0&new-version=1.0.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2025
1 parent 05a113d commit e722712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/hashicorp/terraform-plugin-testing v1.11.0
github.com/microsoft/fabric-sdk-go v0.1.0-beta.13
github.com/ohler55/ojg v1.26.1
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1
github.com/stretchr/testify v1.10.0
software.sslmate.com/src/go-pkcs12 v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ github.com/ohler55/ojg v1.26.1 h1:J5TaLmVEuvnpVH7JMdT1QdbpJU545Yp6cKiCO4aQILc=
github.com/ohler55/ojg v1.26.1/go.mod h1:gQhDVpQLqrmnd2eqGAvJtn+NfKoYJbe/A4Sj3/Vro4o=
github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0 h1:0rogLDkZ5gbdEs0zNQ3orqLaLk5gwwF+8LxsnqWCcN8=
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0/go.mod h1:16/Jv7sxRN3PhKkb7I2LAi7gtpQju65Kd+jmlE2st04=
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0 h1:HvbMI4JHsl1HmTIVU2N50t7H4qbIXpM7y2ljl3oOKyE=
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0/go.mod h1:iIp5TGuiJnDvcSCYq7mWYIn4HSmjntHv+IJGMK0MsZw=
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1 h1:7CR36U7x5Xy+y/OQmYbMpJ2g5cqNOkXrc++bGodyb/M=
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1/go.mod h1:XRoHgbq0xhmUvb3Ti5EiwBaL4r/FHM+eawMH/m7gIqw=
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
Expand Down

0 comments on commit e722712

Please sign in to comment.