-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update module github.com/google/cel-go to v0.24.1 #3884
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3884 +/- ##
===========================================
- Coverage 77.70% 57.08% -20.62%
===========================================
Files 219 19 -200
Lines 11575 1573 -10002
===========================================
- Hits 8994 898 -8096
+ Misses 2216 579 -1637
+ Partials 365 96 -269 see 213 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
a2bd561
to
3eba774
Compare
3eba774
to
526dd83
Compare
526dd83
to
a7970a1
Compare
a7970a1
to
9c14205
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9c14205
to
ac40022
Compare
|
This PR contains the following updates:
v0.17.8
->v0.24.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
google/cel-go (github.com/google/cel-go)
v0.24.1
Compare Source
Fixes
Full Changelog: google/cel-go@v0.24.0...v0.24.1
v0.24.0
Compare Source
Support for subsetting CEL standard library and serialization of CEL environments to YAML.
CEL is an official Google product [#1122]
Features
Fixes
New Contributors
Full Changelog: google/cel-go@v0.23.2...v0.24.0
v0.23.2
Compare Source
Corrects one remaining issue for cost computations from the v0.23.0 releases
Fixes
Full Changelog: google/cel-go@v0.23.1...v0.23.2
v0.23.1
Compare Source
Minor release to address cost tracking and size estimation [#1113]
Full Changelog: google/cel-go@v0.23.0...v0.23.1
v0.23.0
Compare Source
Features
Fixes
PR #1099 enables a change in the internal variable name used for comprehension result accumulation. This change may break some tests which inspect the AST contents in text form; however, will not break any existing uses of CEL during parse, check, or evaluation.
string.format
covering various edge cases [#1101]New Contributors
Full Changelog: google/cel-go@v0.22.1...v0.23.0
v0.22.1
Compare Source
Fixes
New Contributors
Full Changelog: google/cel-go@v0.22.0...v0.22.1
v0.22.0
Compare Source
What's Changed
Core CEL
Policy
New Contributors
Full Changelog: google/cel-go@v0.21.0...v0.22.0
v0.21.0
Compare Source
Features
CEL Policy Compiler
Policies which use CEL often evolve to express complex logic using multiple statements
and decision criteria. The CEL Policy Compiler provides an extensible format for parsing,
compiling, and composing expression graphs. Below is a simple example which can easily
be compiled to a single CEL expression.
Fixes
exists_one
macro [#935]Issues
[#988]Presence Test Semantics
The following two changes identified an issue where presence test was unexpectedly being performed over a scalar type and evaluating to
absent
rather than erroring. It is strongly advised to set the flagcel.EnableErrorOnBadPresenceTest(true)
to avoid a logical correctness issue.Deprecation Cleanup
New Contributors
Full Changelog: google/cel-go@v0.20.1...v0.21.0
v0.20.1
Compare Source
Minor release to capture a couple bug fixes and API / build visibility changes.
What's Changed
New Contributors
Full Changelog: google/cel-go@v0.20.0...v0.21.0
v0.20.0
Compare Source
What's Changed
New Contributors
Full Changelog: google/cel-go@v0.19.0...v0.20.0
v0.19.0
Compare Source
Features
Fixes
New Contributors
Full Changelog: google/cel-go@v0.18.2...v0.19.0
v0.18.2
Compare Source
What's Changed
Full Changelog: google/cel-go@v0.18.1...v0.18.2
v0.18.1
Compare Source
What's Changed
New Contributors
Full Changelog: google/cel-go@v0.18.0...v0.18.1
v0.18.0
Compare Source
Features
The latest release of CEL introduces validators (#775) and optimizers (#804, #827) and migrates the core CEL internals off of the
protobuf expression and type representations (#789).
Breaking Changes
The following PR changes the API signature of the
checker.AstNode
methodExpr
to return anast.Expr
.Fixes
New Contributors
Full Changelog: google/cel-go@v0.17.1...v0.18.0
Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.