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-validators from 1.11.0 to 1.12.0 (#189)

Bumps
[github.com/orange-cloudavenue/terraform-plugin-framework-validators](https://github.com/orange-cloudavenue/terraform-plugin-framework-validators)
from 1.11.0 to 1.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-validators/releases">github.com/orange-cloudavenue/terraform-plugin-framework-validators's
releases</a>.</em></p>
<blockquote>
<h2>v1.12.0</h2>
<h3>:rocket: <strong>New Features</strong></h3>
<ul>
<li><code>stringvalidator</code> - Add new <code>Cases</code> validator
to validate string against multiple cases (Disallow
Uppercase/Lowercase/Number/Space) (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-validators/issues/37">GH-37</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-validators/blob/main/CHANGELOG.md">github.com/orange-cloudavenue/terraform-plugin-framework-validators's
changelog</a>.</em></p>
<blockquote>
<h2>1.12.0 (January 13, 2025)</h2>
<h3>:rocket: <strong>New Features</strong></h3>
<ul>
<li><code>stringvalidator</code> - Add new <code>Cases</code> validator
to validate string against multiple cases (Disallow
Uppercase/Lowercase/Number/Space) (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-validators/issues/37">GH-37</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-validators/commit/dd6fd9f151154148421d1d21e654c0125a1a31e9"><code>dd6fd9f</code></a>
chore: Update CHANGELOG.md</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-validators/commit/9130e48c9bd0e60df49a4f347498258e806cdca6"><code>9130e48</code></a>
feat(stringvalidator): add cases validator (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-validators/issues/38">#38</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-validators/commit/2c4b1804c6c34f6e660930f9effd0ddbcc19a09e"><code>2c4b180</code></a>
chore: synced file(s) with orange-cloudavenue/workflows (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-validators/issues/36">#36</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-validators/commit/c138e10f141e6dcb635748200420342e0d7cc2fb"><code>c138e10</code></a>
chore: synced file(s) with orange-cloudavenue/workflows (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-validators/issues/35">#35</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-validators/commit/41f0a9a42bd5416f6b5372ae3b43525f13b13366"><code>41f0a9a</code></a>
chore: synced file(s) with orange-cloudavenue/workflows (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-validators/issues/32">#32</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-validators/commit/42e21226d64671643a1d6516d021b7ab6b497733"><code>42e2122</code></a>
chore: synced file(s) with orange-cloudavenue/workflows (<a
href="https://redirect.github.com/orange-cloudavenue/terraform-plugin-framework-validators/issues/30">#30</a>)</li>
<li><a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-validators/commit/704dd7478ae35eb701ffc1af768625b267da83c2"><code>704dd74</code></a>
chore: Update CHANGELOG.md</li>
<li>See full diff in <a
href="https://github.com/orange-cloudavenue/terraform-plugin-framework-validators/compare/v1.11.0...v1.12.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-validators&package-manager=go_modules&previous-version=1.11.0&new-version=1.12.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 Jan 14, 2025
1 parent 4ba21e3 commit db638ec
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/microsoft/fabric-sdk-go v0.1.0-beta.8
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-validators v1.11.0
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.12.0
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 @@ -173,8 +173,8 @@ 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-validators v1.11.0 h1:V8xtA8siW06QODFXFNRveAoUBLMMU5EDuc8GEj9QD/o=
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.11.0/go.mod h1:8gsNgS+E1hKCG71IxyTKafVvOaVZgB9WfSCRAfqJPMo=
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.12.0 h1:LSALYU/02b6hR0Q5V+Pjep71U3kSOjaxzyh9pFx6vsU=
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.12.0/go.mod h1:8gsNgS+E1hKCG71IxyTKafVvOaVZgB9WfSCRAfqJPMo=
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI=
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=
Expand Down

0 comments on commit db638ec

Please sign in to comment.