-
Notifications
You must be signed in to change notification settings - Fork 125
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.21.0 #3832
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ℹ Artifact update noticeFile name: metrics-operator/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3832 +/- ##
===========================================
- Coverage 77.69% 65.63% -12.06%
===========================================
Files 219 37 -182
Lines 11575 2747 -8828
===========================================
- Hits 8993 1803 -7190
+ Misses 2217 804 -1413
+ Partials 365 140 -225 see 184 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: odubajDT <[email protected]>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Quality Gate passedIssues Measures |
This PR contains the following updates:
v0.17.7
->v0.21.0
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.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
v0.17.8
Compare Source
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" 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.