chore(deps): update module github.com/google/cel-go to v0.30.0 - #229
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
chore(deps): update module github.com/google/cel-go to v0.30.0#229red-hat-konflux[bot] wants to merge 1 commit into
red-hat-konflux[bot] wants to merge 1 commit into
Conversation
red-hat-konflux
Bot
deleted the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
November 12, 2025 17:13
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
from
November 12, 2025 20:47
44f48b1 to
7b24d35
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
from
November 14, 2025 08:58
aa9dc47 to
7b24d35
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
from
December 5, 2025 00:55
88c271a to
7b24d35
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
from
December 20, 2025 20:59
73ecd11 to
7b24d35
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
from
December 22, 2025 08:52
477b7e0 to
7b24d35
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
from
January 13, 2026 08:57
47ef5bd to
7b24d35
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
2 times, most recently
from
January 22, 2026 12:58
7b24d35 to
407d732
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
2 times, most recently
from
January 26, 2026 17:06
407d732 to
26924b3
Compare
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
from
January 30, 2026 04:55
26924b3 to
a74b6f5
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
from
February 11, 2026 13:14
a74b6f5 to
6743a5b
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-google-cel-go-0.x
branch
2 times, most recently
from
February 14, 2026 01:01
6743a5b to
46b023d
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.26.0→v0.30.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
google/cel-go (github.com/google/cel-go)
v0.30.0Compare Source
What's Changed
x in [x]for NaN values by @pranit0808 in cel-expr#1374New Contributors
Full Changelog: cel-expr/cel-go@v0.29.2...v0.29.3
v0.29.2Compare Source
What's Changed
Full Changelog: cel-expr/cel-go@v0.29.1...v0.29.2
v0.29.1Compare Source
What's Changed
Full Changelog: cel-expr/cel-go@v0.29.0...v0.29.1
v0.29.0Compare Source
What's Changed
New Features
extlibrary for JSON encoding by @rohan-patnaik in cel-expr#1340network.IP/CIDRsupport from Kubernetes by @tdesrosi in cel-expr#1238InterpretableV2by @TristonianJones in cel-expr#1344Bug Fixes
has()unknown propagation during partial evaluation by @0xASTRA in cel-expr#1324indexOfandlastIndexOfby @alhudz in cel-expr#1335int32/uint32map key narrowing inqualifyInternalby @alhudz in cel-expr#1337genRange()inext/liststo prevent OOM by @marwan9696 in cel-expr#1310Cost Tracking
startsWith/endsWithruntime cost agreement with checked cost by @TristonianJones in cel-expr#1351Testing & Tooling
Documentation
v0.28.1Compare Source
What's Changed
IntToDurationoverload by @alexsnaps in #1300New Contributors
Full Changelog: cel-expr/cel-go@v0.28.0...v0.28.1
v0.28.0Compare Source
High-Level Changes
cel.Issuesand more descriptive, context-aware error messages.🚀 Features
cel.Issuesin #1267env.Configvalues where reasonable in #1273NewEnvin #1275🐞 Bug Fixes
optional.orand.orValueimpl in #1276🛠️ Maintenance & Internal
Full Changelog: https://github.com/google/cel-go/compare/v0.27.0...v0.28.0-alpha
v0.27.0Compare Source
Release Summary
This release focuses on improving developer tooling and stability. Key highlights include significant enhancements to the REPL (YAML configuration support and parse-only evaluation), the addition of cost estimation for regex operations, and improved test coverage reporting.
On the stability front, this release addresses race conditions in reference types, improves namespace resolution, and ensures formatting directives align strictly with the CEL specification.
Note: This release includes a breaking change regarding how types are handled as variables. Please review the "Breaking Changes" section below.
⚠ Breaking Changes
Remove types as variables: The logic for handling types has been relaxed to support safe rollout of feature packages which introduce new types whose names may collide with existing variables. Please review your policies if you relied on types behaving strictly as variables in previous versions. PR #1262
Features & Enhancements
REPL & Tooling
YAML Configuration: The REPL now supports reading and writing YAML environment configurations. PR #1250
Parse-Only Mode: Added parse-only evaluation capabilities to the REPL. PR #1254
Test Coverage: Introduced logic for CEL test coverage calculation and updated the reporter to handle error/unknown scenarios.PR #1209 & PR #1215
Core Library
Regex Costing: Added support for cost estimation and tracking within the regex library. PR #1200
JSON Type Exposure: Exposed CEL JSON types to assist developers in converting to native values. PR #1261
Policy Composition: Source information is now preserved during CEL policy composition, aiding in debugging. PR #1253
Extensibility:
Updated extension option factory to resolve by ID (#1249).
Refactored match output compiling to accept user-defined logic (#1246).
Exposed Match source ID to callers (#1227).
Build & Maintenance
Bazel: Migrated to use Bazel module only and improved configuration for dependent builds. PR #1231 & PR #1228
Cleanup: Removed strcase dependency, removed AppEngine code from REPL, and performed general linting. PR #1230, #1216, #1251
Bug Fixes
Concurrency: Fixed a race condition in the checker regarding reference types. PR #1224
Namespace Resolution: Addressed an issue with namespace resolution. PR #1256
Spec Compliance: Fixed formatting directives to fully support requirements documented in the cel-spec. PR #1232
New Contributors
Full Changelog: cel-expr/cel-go@v0.26.1...v0.27.0
v0.26.1Compare Source
What's Changed
proto.Messageby @srikrsna in #1207New Contributors
Full Changelog: cel-expr/cel-go@v0.25.1...v0.26.1
Configuration
📅 Schedule: (UTC)
🚦 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.