Commit 0e08e78
authored
Bump github.com/google/cel-go from 0.26.0 to 0.29.0 (#64)
Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from
0.26.0 to 0.29.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/cel-go/releases">github.com/google/cel-go's
releases</a>.</em></p>
<blockquote>
<h2>Release v0.29.0</h2>
<h2>What's Changed</h2>
<h3>New Features</h3>
<ul>
<li><strong>Add JSON encoder extension</strong> — a new <code>ext</code>
library for JSON encoding by <a
href="https://github.com/rohan-patnaik"><code>@rohan-patnaik</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1340">cel-expr/cel-go#1340</a></li>
<li><strong>Upstream <code>network.IP</code>/<code>CIDR</code>
support</strong> from Kubernetes by <a
href="https://github.com/tdesrosi"><code>@tdesrosi</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1238">cel-expr/cel-go#1238</a></li>
<li><strong>Managed execution frame with async call foundations</strong>
by <a
href="https://github.com/TristonianJones"><code>@TristonianJones</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1316">cel-expr/cel-go#1316</a></li>
<li><strong>Execution frame integration with updated
<code>InterpretableV2</code></strong> by <a
href="https://github.com/TristonianJones"><code>@TristonianJones</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1344">cel-expr/cel-go#1344</a></li>
<li><strong>Add conformance test runner for CEL Policies</strong> by <a
href="https://github.com/l46kok"><code>@l46kok</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1319">cel-expr/cel-go#1319</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>Fix unintentional unwrapping of optionals</strong> at any
level of depth by <a
href="https://github.com/TristonianJones"><code>@TristonianJones</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1315">cel-expr/cel-go#1315</a></li>
<li><strong>Fix <code>has()</code> unknown propagation</strong> during
partial evaluation by <a
href="https://github.com/0xASTRA"><code>@0xASTRA</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1324">cel-expr/cel-go#1324</a></li>
<li><strong>Enforce expression size limit before source
construction</strong> by <a
href="https://github.com/thesmartshadow"><code>@thesmartshadow</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1302">cel-expr/cel-go#1302</a></li>
<li><strong>Policy variable scoping fixes</strong> by <a
href="https://github.com/jnthntatum"><code>@jnthntatum</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1321">cel-expr/cel-go#1321</a></li>
<li><strong>Emit valid CEL for doubles in scientific notation</strong>
in the parser/unparser by <a
href="https://github.com/moraneus"><code>@moraneus</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1326">cel-expr/cel-go#1326</a></li>
<li><strong>Allow aliases for simple names</strong> in containers by <a
href="https://github.com/rohan-patnaik"><code>@rohan-patnaik</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1327">cel-expr/cel-go#1327</a></li>
<li><strong>Reject out-of-range minutes</strong> in timezone offset
parsing by <a href="https://github.com/alhudz"><code>@alhudz</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1336">cel-expr/cel-go#1336</a></li>
<li><strong>Validate offset on empty-string path</strong> in
<code>indexOf</code> and <code>lastIndexOf</code> by <a
href="https://github.com/alhudz"><code>@alhudz</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1335">cel-expr/cel-go#1335</a></li>
<li><strong>Guard <code>int32</code>/<code>uint32</code> map key
narrowing</strong> in <code>qualifyInternal</code> by <a
href="https://github.com/alhudz"><code>@alhudz</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1337">cel-expr/cel-go#1337</a></li>
<li><strong>Add max size check to <code>genRange()</code></strong> in
<code>ext/lists</code> to prevent OOM by <a
href="https://github.com/marwan9696"><code>@marwan9696</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1310">cel-expr/cel-go#1310</a></li>
</ul>
<h3>Cost Tracking</h3>
<ul>
<li><strong>Ensure receiver and global matches cost estimates
agree</strong> by <a
href="https://github.com/TristonianJones"><code>@TristonianJones</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1350">cel-expr/cel-go#1350</a></li>
<li><strong><code>startsWith</code>/<code>endsWith</code> runtime cost
agreement</strong> with checked cost by <a
href="https://github.com/TristonianJones"><code>@TristonianJones</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1351">cel-expr/cel-go#1351</a></li>
<li><strong>Avoid repeated construction of cost tracker</strong> by <a
href="https://github.com/pohly"><code>@pohly</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1357">cel-expr/cel-go#1357</a></li>
</ul>
<h3>Testing & Tooling</h3>
<ul>
<li><strong>Test Runner usability improvements</strong> by <a
href="https://github.com/jnthntatum"><code>@jnthntatum</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1320">cel-expr/cel-go#1320</a></li>
<li><strong>Minor updates to test coverage and code quality</strong> by
<a
href="https://github.com/TristonianJones"><code>@TristonianJones</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1318">cel-expr/cel-go#1318</a></li>
<li><strong>Remove duplicate policy tests</strong> now covered by policy
conformance tests by <a
href="https://github.com/l46kok"><code>@l46kok</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1332">cel-expr/cel-go#1332</a></li>
<li><strong>Minor Google3 import fixes</strong> by <a
href="https://github.com/l46kok"><code>@l46kok</code></a> in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1331">cel-expr/cel-go#1331</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>Update documentation for nested first-match rules</strong>
by <a href="https://github.com/jnthntatum"><code>@jnthntatum</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1323">cel-expr/cel-go#1323</a></li>
<li><strong>Add migration warning to README</strong> by <a
href="https://github.com/dmitriplotnikov"><code>@dmitriplotnikov</code></a>
in <a
href="https://redirect.github.com/cel-expr/cel-go/pull/1330">cel-expr/cel-go#1330</a></li>
</ul>
<h2>Release v0.28.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: deleted <code>IntToDuration</code> overload by <a
href="https://github.com/alexsnaps"><code>@alexsnaps</code></a> in <a
href="https://redirect.github.com/google/cel-go/pull/1300">google/cel-go#1300</a></li>
<li>Support shorthand types in env yaml and REPL by <a
href="https://github.com/jnthntatum"><code>@jnthntatum</code></a> in <a
href="https://redirect.github.com/google/cel-go/pull/1301">google/cel-go#1301</a></li>
<li>Preserve operation interrupted in ContextEval error by <a
href="https://github.com/dims"><code>@dims</code></a> in <a
href="https://redirect.github.com/google/cel-go/pull/1303">google/cel-go#1303</a></li>
<li>Use shorthand type specifiers in env yaml files by <a
href="https://github.com/jnthntatum"><code>@jnthntatum</code></a> in <a
href="https://redirect.github.com/google/cel-go/pull/1305">google/cel-go#1305</a></li>
<li>Cost estimation and tracking for strings extension by <a
href="https://github.com/TristonianJones"><code>@TristonianJones</code></a>
in <a
href="https://redirect.github.com/google/cel-go/pull/1307">google/cel-go#1307</a></li>
<li>Update repl type string for doubles by <a
href="https://github.com/TristonianJones"><code>@TristonianJones</code></a>
in <a
href="https://redirect.github.com/google/cel-go/pull/1308">google/cel-go#1308</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alexsnaps"><code>@alexsnaps</code></a>
made their first contribution in <a
href="https://redirect.github.com/google/cel-go/pull/1300">google/cel-go#1300</a></li>
<li><a href="https://github.com/dims"><code>@dims</code></a> made their
first contribution in <a
href="https://redirect.github.com/google/cel-go/pull/1303">google/cel-go#1303</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cel-expr/cel-go/commit/fa16799e423d709cfb1a20c10c1db7dc6e640e55"><code>fa16799</code></a>
avoid repeated construction of cost tracker (<a
href="https://redirect.github.com/google/cel-go/issues/1357">#1357</a>)</li>
<li><a
href="https://github.com/cel-expr/cel-go/commit/ea3d5c059bf6a1739d4a2ff30f925a8adffdb4ea"><code>ea3d5c0</code></a>
feat(ext): add json encoder (<a
href="https://redirect.github.com/google/cel-go/issues/1340">#1340</a>)</li>
<li><a
href="https://github.com/cel-expr/cel-go/commit/a4d0d643deeea6408654de2ec9944895d23f36a5"><code>a4d0d64</code></a>
startsWith / endsWith runtime cost agreement with checked cost (<a
href="https://redirect.github.com/google/cel-go/issues/1351">#1351</a>)</li>
<li><a
href="https://github.com/cel-expr/cel-go/commit/d4efa7716addf9d7f0e080311359b9711c6f1222"><code>d4efa77</code></a>
Ensure receiver and global matches cost estimates agree (<a
href="https://redirect.github.com/google/cel-go/issues/1350">#1350</a>)</li>
<li><a
href="https://github.com/cel-expr/cel-go/commit/13cff33f367085ae4ce20ddd472cbc41bd477682"><code>13cff33</code></a>
ext/lists: add max size check to genRange() to prevent OOM (<a
href="https://redirect.github.com/google/cel-go/issues/1310">#1310</a>)</li>
<li><a
href="https://github.com/cel-expr/cel-go/commit/f0ffa7e32eef67fad74d72b1fe0f422f0c10d65c"><code>f0ffa7e</code></a>
Execution frame integration with updated IntepretableV2 (<a
href="https://redirect.github.com/google/cel-go/issues/1344">#1344</a>)</li>
<li><a
href="https://github.com/cel-expr/cel-go/commit/f1ec2f6fe571afa8a226933c1bc51078b4f2d985"><code>f1ec2f6</code></a>
guard int32/uint32 map key narrowing in qualifyInternal (<a
href="https://redirect.github.com/google/cel-go/issues/1337">#1337</a>)</li>
<li><a
href="https://github.com/cel-expr/cel-go/commit/258e7c89f4c3facbc8be8f7c6bc3f932684283c3"><code>258e7c8</code></a>
Managed execution frame with async call foundations (<a
href="https://redirect.github.com/google/cel-go/issues/1316">#1316</a>)</li>
<li><a
href="https://github.com/cel-expr/cel-go/commit/14f6746a286f198c2a976749331b7bf4aa2d4bd2"><code>14f6746</code></a>
validate offset on empty-string path in indexOf and lastIndexOf (<a
href="https://redirect.github.com/google/cel-go/issues/1335">#1335</a>)</li>
<li><a
href="https://github.com/cel-expr/cel-go/commit/783267d0a5f2f94396e4ec90a109127bf9754591"><code>783267d</code></a>
reject out-of-range minutes in timezone offset parsing (<a
href="https://redirect.github.com/google/cel-go/issues/1336">#1336</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/cel-go/compare/v0.26.0...v0.29.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/oxidecomputer/cluster-api-provider-oxide/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8b42906 commit 0e08e78
2 files changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | 212 | | |
215 | 213 | | |
216 | 214 | | |
| |||
0 commit comments