Skip to content

Update module github.com/google/cel-go to v0.27.0#759

Merged
Rajagopalan-Ranganathan merged 1 commit intomainfrom
konflux/mintmaker/main/github.com-google-cel-go-0.x
Feb 18, 2026
Merged

Update module github.com/google/cel-go to v0.27.0#759
Rajagopalan-Ranganathan merged 1 commit intomainfrom
konflux/mintmaker/main/github.com-google-cel-go-0.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux Bot commented Jan 30, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/google/cel-go v0.26.1 -> v0.27.0 age confidence

Warning

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.27.0

Compare 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: google/cel-go@v0.26.1...v0.27.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 30, 2026

The latest Buf updates on your PR. Results from workflow buf-pull-request / build (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed⏩ skipped✅ passed✅ passedFeb 18, 2026, 1:14 AM

@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.27.0 Update module github.com/google/cel-go to v0.27.0 - autoclosed Feb 11, 2026
@red-hat-konflux red-hat-konflux Bot closed this Feb 11, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/main/github.com-google-cel-go-0.x branch February 11, 2026 09:51
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.27.0 - autoclosed Update module github.com/google/cel-go to v0.27.0 Feb 11, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Feb 11, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-google-cel-go-0.x branch 2 times, most recently from 100e94c to 31e5ef9 Compare February 11, 2026 13:17
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.27.0 Update module github.com/google/cel-go to v0.27.0 - autoclosed Feb 13, 2026
@red-hat-konflux red-hat-konflux Bot closed this Feb 13, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.27.0 - autoclosed Update module github.com/google/cel-go to v0.27.0 Feb 14, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Feb 14, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-google-cel-go-0.x branch from 31e5ef9 to 336a1e3 Compare February 14, 2026 01:00
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-google-cel-go-0.x branch from 336a1e3 to 1c146c1 Compare February 18, 2026 01:13
@Rajagopalan-Ranganathan Rajagopalan-Ranganathan merged commit 6cf81e0 into main Feb 18, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant