Skip to content

Commit 0e08e78

Browse files
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 &amp; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/cel-go&package-manager=go_modules&previous-version=0.26.0&new-version=0.29.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 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

File tree

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2626
github.com/Microsoft/go-winio v0.6.2 // indirect
2727
github.com/adrg/xdg v0.5.3 // indirect
28-
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
28+
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
2929
github.com/beorn7/perks v1.0.1 // indirect
3030
github.com/blang/semver/v4 v4.0.0 // indirect
3131
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
@@ -53,7 +53,7 @@ require (
5353
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
5454
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
5555
github.com/gobuffalo/flect v1.0.3 // indirect
56-
github.com/google/cel-go v0.26.0 // indirect
56+
github.com/google/cel-go v0.29.0 // indirect
5757
github.com/google/gnostic-models v0.7.0 // indirect
5858
github.com/google/go-cmp v0.7.0 // indirect
5959
github.com/google/go-github/v82 v82.0.0 // indirect
@@ -95,7 +95,6 @@ require (
9595
github.com/spf13/cobra v1.10.2 // indirect
9696
github.com/spf13/pflag v1.0.10 // indirect
9797
github.com/spf13/viper v1.21.0 // indirect
98-
github.com/stoewer/go-strcase v1.3.0 // indirect
9998
github.com/subosito/gotenv v1.6.0 // indirect
10099
github.com/x448/float16 v0.8.4 // indirect
101100
go.opentelemetry.io/auto/sdk v1.2.1 // indirect

go.sum

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
88
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
99
github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=
1010
github.com/adrg/xdg v0.5.3/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ=
11-
github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI=
12-
github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g=
11+
github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ=
12+
github.com/antlr4-go/antlr/v4 v4.13.1/go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw=
1313
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
1414
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
1515
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
@@ -87,8 +87,8 @@ github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=
8787
github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
8888
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
8989
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
90-
github.com/google/cel-go v0.26.0 h1:DPGjXackMpJWH680oGY4lZhYjIameYmR+/6RBdDGmaI=
91-
github.com/google/cel-go v0.26.0/go.mod h1:A9O8OU9rdvrK5MQyrqfIxo1a0u4g3sF8KB6PUIaryMM=
90+
github.com/google/cel-go v0.29.0 h1:fEG+Ja3YRwNOqnQxTyJwoByAUAvTuxUGiro/jhrm4F4=
91+
github.com/google/cel-go v0.29.0/go.mod h1:X0bD6iVNR8pkROSOoHVdgTkzmRcosof7WQqCD6wcMc8=
9292
github.com/google/gnostic-models v0.7.0 h1:qwTtogB15McXDaNqTZdzPJRHvaVJlAl+HVQnLmJEJxo=
9393
github.com/google/gnostic-models v0.7.0/go.mod h1:whL5G0m6dmc5cPxKc5bdKdEN3UjI7OUGxBlw57miDrQ=
9494
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
@@ -209,8 +209,6 @@ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
209209
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
210210
github.com/spf13/viper v1.21.0 h1:x5S+0EU27Lbphp4UKm1C+1oQO+rKx36vfCoaVebLFSU=
211211
github.com/spf13/viper v1.21.0/go.mod h1:P0lhsswPGWD/1lZJ9ny3fYnVqxiegrlNrEmgLjbTCAY=
212-
github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=
213-
github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
214212
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
215213
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
216214
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)