Skip to content

Releases: formalco/terraform-provider-formal

v4.0.24

01 Oct 04:27
38f3cd3
Compare
Choose a tag to compare
ENG-0 Update to the latest version of the core api (#376)

v4.0.23

30 Sep 17:41
db130d2
Compare
Choose a tag to compare
add doc (#374)

v4.0.22

28 Sep 00:21
c70a9b2
Compare
Choose a tag to compare
add space to terraform provider (#373)

v4.0.21

23 Sep 23:56
aadf11f
Compare
Choose a tag to compare
Bump github.com/bufbuild/protovalidate-go from 0.6.5 to 0.7.0 (#367)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[github.com/bufbuild/protovalidate-go](https://github.com/bufbuild/protovalidate-go)
from 0.6.5 to 0.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bufbuild/protovalidate-go/releases">github.com/bufbuild/protovalidate-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>
<p>Implement predefined field constraints by <a
href="https://github.com/jchadwick-buf"><code>@​jchadwick-buf</code></a>
in <a
href="https://redirect.github.com/bufbuild/protovalidate-go/pull/144">bufbuild/protovalidate-go#144</a></p>
<p><strong>NOTE:</strong> This is a breaking change. You will need to
update code using the <code>validate.Violation</code> structure, as the
fields now use explicit field presence.</p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bufbuild/protovalidate-go/compare/v0.6.5...v0.7.0">https://github.com/bufbuild/protovalidate-go/compare/v0.6.5...v0.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bufbuild/protovalidate-go/commit/ca39053c85df0f1d01c9c4bcc1914072e17a6583"><code>ca39053</code></a>
Implement predefined field constraints (<a
href="https://redirect.github.com/bufbuild/protovalidate-go/issues/144">#144</a>)</li>
<li>See full diff in <a
href="https://github.com/bufbuild/protovalidate-go/compare/v0.6.5...v0.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bufbuild/protovalidate-go&package-manager=go_modules&previous-version=0.6.5&new-version=0.7.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.0.20

23 Sep 07:35
7eafcb1
Compare
Choose a tag to compare
Bump connectrpc.com/connect from 1.16.2 to 1.17.0 (#363)

Bumps [connectrpc.com/connect](https://github.com/connectrpc/connect-go)
from 1.16.2 to 1.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/connectrpc/connect-go/releases">connectrpc.com/connect's
releases</a>.</em></p>
<blockquote>
<h2>v1.17.0</h2>
<h2>What's Changed</h2>
<h3>Enhancements</h3>
<ul>
<li>Enable <code>protoc-gen-connect-go</code> usage with Protobuf source
files that use Editions by <a
href="https://github.com/jchadwick-buf"><code>@​jchadwick-buf</code></a>
in <a
href="https://redirect.github.com/connectrpc/connect-go/issues/754">#754</a></li>
</ul>
<h3>Bugfixes</h3>
<ul>
<li>Prevent incorrect propagation of protocol-specific metadata by <a
href="https://github.com/emcfarlane"><code>@​emcfarlane</code></a> in <a
href="https://redirect.github.com/connectrpc/connect-go/issues/748">#748</a></li>
<li>Fix error message about unexpected content-type by <a
href="https://github.com/jhump"><code>@​jhump</code></a> in <a
href="https://redirect.github.com/connectrpc/connect-go/issues/775">#775</a></li>
<li>Calls should return &quot;unavailable&quot; instead of
&quot;unimplemented&quot; or &quot;unknown&quot; when the transport
fails to produce an HTTP response and returns <code>io.EOF</code> errors
by <a href="https://github.com/jhump"><code>@​jhump</code></a> in <a
href="https://redirect.github.com/connectrpc/connect-go/issues/776">#776</a></li>
</ul>
<h3>Other changes</h3>
<ul>
<li>Now requires Go 1.21 by <a
href="https://github.com/jhump"><code>@​jhump</code></a> in <a
href="https://redirect.github.com/connectrpc/connect-go/issues/770">#770</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/perezd"><code>@​perezd</code></a> made
their first contribution in <a
href="https://redirect.github.com/connectrpc/connect-go/issues/739">#739</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/connectrpc/connect-go/compare/v1.16.2...v1.17.0">https://github.com/connectrpc/connect-go/compare/v1.16.2...v1.17.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/connectrpc/connect-go/commit/847d8b44ca81bf21b09048f4b7222aabc5759cc4"><code>847d8b4</code></a>
Prepare for v1.17.0 release (<a
href="https://redirect.github.com/connectrpc/connect-go/issues/778">#778</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-go/commit/c8be9e7863464d3bf9019a3c255c7ebd43c59af2"><code>c8be9e7</code></a>
Connect unary should return unavailable instead of unimplemented for
<code>io.EOF</code>...</li>
<li><a
href="https://github.com/connectrpc/connect-go/commit/99d6b9ceaf98d18c295f66af16acde0e639caca1"><code>99d6b9c</code></a>
Fix error message about content-types (<a
href="https://redirect.github.com/connectrpc/connect-go/issues/775">#775</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-go/commit/2a694ed9af72cb047fadff39dcad386f51fd5d92"><code>2a694ed</code></a>
Require go 1.21, test with go 1.23 (<a
href="https://redirect.github.com/connectrpc/connect-go/issues/770">#770</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-go/commit/bdde2a9f032e3171583e715a71549b44be9c9b23"><code>bdde2a9</code></a>
Update to latest conformance suite: v1.0.3 (<a
href="https://redirect.github.com/connectrpc/connect-go/issues/769">#769</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-go/commit/cd003a0d0733fc9a243c7e97732f863e11120abb"><code>cd003a0</code></a>
Update CONTRIBUTING.md: CLA -&gt; DCO (<a
href="https://redirect.github.com/connectrpc/connect-go/issues/765">#765</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-go/commit/829c23cdfadb15be204fa5623fafaaee5c8177d0"><code>829c23c</code></a>
Run go mod tidy as part of generate (<a
href="https://redirect.github.com/connectrpc/connect-go/issues/755">#755</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-go/commit/193652de19d0b3a54497c40eb2451f23dc554630"><code>193652d</code></a>
Enable protoc-gen-connect-go usage with editions (<a
href="https://redirect.github.com/connectrpc/connect-go/issues/754">#754</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-go/commit/e87d9665b5734ec83cee8f0ecc1037ace157d691"><code>e87d966</code></a>
Chore upgrade linter (<a
href="https://redirect.github.com/connectrpc/connect-go/issues/751">#751</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-go/commit/aba3ff50ee01d47f772cd63eaf6d3d8f687a2abb"><code>aba3ff5</code></a>
Restrict handler metadata headers (<a
href="https://redirect.github.com/connectrpc/connect-go/issues/748">#748</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/connectrpc/connect-go/compare/v1.16.2...v1.17.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=connectrpc.com/connect&package-manager=go_modules&previous-version=1.16.2&new-version=1.17.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.0.19

13 Sep 19:49
v4.0.19
3bf3114
Compare
Choose a tag to compare
modify update listener_rule

v4.0.18

10 Sep 12:18
44db637
Compare
Choose a tag to compare
fix(user-resource): set machine user access token if type machine (#354)

Call `GetMachineUserCredentials` if the user is of type machine and set
the `machine_user_access_token` field

v4.0.17

03 Sep 04:23
6297f5f
Compare
Choose a tag to compare
[ENG-2021] allow cron in schedule (#350)

and fix validation (6/12/24/48 -> 6/12/28/24)

v4.0.16

23 Aug 18:53
v4.0.16
49a44e4
Compare
Choose a tag to compare
stronger type validation for ResourceConnectorListenerRule

v4.0.15

21 Aug 20:37
v4.0.15
10c3579
Compare
Choose a tag to compare
update bi_integration resource