Skip to content

chore(deps): update module github.com/google/cel-go to v0.28.0#22

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/github.com-google-cel-go-0.x
Open

chore(deps): update module github.com/google/cel-go to v0.28.0#22
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/github.com-google-cel-go-0.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux Bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/google/cel-go v0.26.0v0.28.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.28.0

Compare Source

High-Level Changes

  • Enhanced JSON Interoperability: New support for JSON names across the checker, AST, and runtime allows for more seamless data handling when working with JSON-native structures.
  • Improved Developer Tooling: Integration is now smoother thanks to new utilities for converting Go errors into cel.Issues and more descriptive, context-aware error messages.
  • Greater Environment Flexibility: You can now redeclare variables as constants and export parse limit options, providing finer control over how CEL environments are configured and constrained.
  • Native Struct Improvements: Support for mixing CEL and native values within native structs simplifies the handling of complex, hybrid data types.

🚀 Features

  • Add helper method to check whether a function has a singleton binding in #​1266
  • Helper utility for converting a Go error into cel.Issues in #​1267
  • Policy API improvements in #​1268
  • CEL Test usability requirements in #​1269
  • Better context-related error messages in #​1271
  • Sort env.Config values where reasonable in #​1273
  • Support redeclaring variables as constants in NewEnv in #​1275
  • Add support for exporting parse limit options in #​1277
  • Support mixing CEL values and native values in native structs in #​1270
  • Add checker, AST, and type-provider support for JSON names in #​1283
  • JSON field names runtime support in #​1286
  • Optionally include reachable fieldpaths in prompt in #​1285
  • REPL -- cel-spec pb2 and json name support #​1294

🐞 Bug Fixes

  • Fix support for config-based type references in #​1265
  • Check arg kinds in optional.or and .orValue impl in #​1276
  • Bazel fixes for import in #​1278
  • Support zero-value literals in presence test inlining #​1280
  • Cache concatList.Size() to prevent O(N^2) evaluation time #​1291
  • Preserve runtime error node IDs from Resolve #​1290
  • Default enable identifier escaping with backticks #​1295
  • Cap format string precision to prevent memory exhaustion #​1292

🛠️ Maintenance & Internal

  • chore: Migrate gsutil usage to gcloud storage in #​1274
  • Lint fixes for exported function/type comments in #​1279
  • Lint fixes for import in #​1287

Full Changelog: https://github.com/google/cel-go/compare/v0.27.0...v0.28.0-alpha

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

v0.26.1

Compare Source

What's Changed

New Contributors

Full Changelog: google/cel-go@v0.25.1...v0.26.1


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.

@red-hat-konflux
Copy link
Copy Markdown
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.24.0 -> v0.25.1
github.com/antlr4-go/antlr/v4 v4.13.0 -> v4.13.1

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-google-cel-go-0.x branch from 30c7878 to 39b226a Compare March 11, 2026 16:05
@github-actions
Copy link
Copy Markdown

👋 Thanks for your contribution!

This PR is from a fork, so the e2e tests require approval to run (they use GPU resources).

For maintainers/admins: Comment /ok-to-test to trigger the e2e tests after reviewing the code.

For contributors: Please wait for a maintainer or admin to approve running the tests.

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.27.0 chore(deps): update module github.com/google/cel-go to v0.27.0 - autoclosed Mar 29, 2026
@red-hat-konflux red-hat-konflux Bot closed this Mar 29, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/main/github.com-google-cel-go-0.x branch March 29, 2026 05:43
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.27.0 - autoclosed chore(deps): update module github.com/google/cel-go to v0.27.0 Mar 29, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Mar 29, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-google-cel-go-0.x branch 3 times, most recently from b948116 to d6577a3 Compare April 2, 2026 22:24
@red-hat-konflux
Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.24.0 -> v0.25.1
github.com/antlr4-go/antlr/v4 v4.13.0 -> v4.13.1

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.27.0 chore(deps): update module github.com/google/cel-go to v0.27.0 - autoclosed Apr 7, 2026
@red-hat-konflux red-hat-konflux Bot closed this Apr 7, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.27.0 - autoclosed Update module github.com/google/cel-go to v0.27.0 Apr 7, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 7, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-google-cel-go-0.x branch 3 times, most recently from 95be363 to 7330560 Compare April 8, 2026 05:38
@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.28.0 Apr 8, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.28.0 Update module github.com/google/cel-go to v0.28.0 - autoclosed Apr 13, 2026
@red-hat-konflux red-hat-konflux Bot closed this Apr 13, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.28.0 - autoclosed Update module github.com/google/cel-go to v0.28.0 Apr 14, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 14, 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 7330560 to 64e98ca Compare April 14, 2026 01:43
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.28.0 Update module github.com/google/cel-go to v0.28.0 - autoclosed Apr 21, 2026
@red-hat-konflux red-hat-konflux Bot closed this Apr 21, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.28.0 - autoclosed Update module github.com/google/cel-go to v0.28.0 Apr 21, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 21, 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 64e98ca to 863f0eb Compare April 21, 2026 06:15
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.28.0 chore(deps): update module github.com/google/cel-go to v0.28.0 Apr 22, 2026
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.

0 participants