Skip to content

Update module github.com/google/cel-go to v0.29.1#470

Open
red-hat-konflux[bot] wants to merge 1 commit into
release-5.0from
konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x
Open

Update module github.com/google/cel-go to v0.29.1#470
red-hat-konflux[bot] wants to merge 1 commit into
release-5.0from
konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented May 7, 2026

Copy link
Copy Markdown

This PR contains the following updates:

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

Compare Source

What's Changed

Full Changelog: cel-expr/cel-go@v0.29.0...v0.29.1

v0.29.0

Compare Source

What's Changed

New Features
Bug Fixes
Cost Tracking
Testing & Tooling
Documentation

v0.28.1

Compare Source

What's Changed

New Contributors

Full Changelog: cel-expr/cel-go@v0.28.0...v0.28.1

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


Configuration

📅 Schedule: (UTC)

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

@openshift-ci openshift-ci Bot requested review from nirarg and nunnatsa May 7, 2026 04:23
@openshift-ci

openshift-ci Bot commented May 7, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign nunnatsa for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label May 7, 2026
@openshift-ci

openshift-ci Bot commented May 7, 2026

Copy link
Copy Markdown

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.0 chore(deps): update module github.com/google/cel-go to v0.28.0 - autoclosed May 11, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 11, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch May 11, 2026 21:23
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.0 - autoclosed chore(deps): update module github.com/google/cel-go to v0.28.0 May 12, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 12, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch 2 times, most recently from aa74ef2 to 8528386 Compare May 12, 2026 04:17
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.0 chore(deps): update module github.com/google/cel-go to v0.28.1 May 12, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch from 8528386 to d14c5aa Compare May 12, 2026 22:26
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed May 21, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 21, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed chore(deps): update module github.com/google/cel-go to v0.28.1 May 21, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 21, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch 2 times, most recently from d14c5aa to 92cca36 Compare May 21, 2026 20:18
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed May 28, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 28, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed chore(deps): update module github.com/google/cel-go to v0.28.1 May 28, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 28, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch 2 times, most recently from 92cca36 to e56a932 Compare May 28, 2026 04:23
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed May 28, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 28, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed chore(deps): update module github.com/google/cel-go to v0.28.1 May 29, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 29, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch from 79418d9 to 1b6f64f Compare June 17, 2026 04:25
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed Jun 22, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jun 22, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed chore(deps): update module github.com/google/cel-go to v0.28.1 Jun 23, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jun 23, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch 2 times, most recently from 1b6f64f to 047b300 Compare June 23, 2026 00:15
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed Jun 23, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jun 23, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed chore(deps): update module github.com/google/cel-go to v0.28.1 Jun 24, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jun 24, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch 2 times, most recently from 047b300 to 1df62ee Compare June 24, 2026 04:19
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed Jun 25, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jun 25, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/google/cel-go to v0.28.1 - autoclosed Update module github.com/google/cel-go to v0.28.1 Jun 26, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jun 26, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch from 1df62ee to 8b1d12b Compare June 26, 2026 04:24
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch from 8b1d12b to 2244580 Compare July 5, 2026 08:14
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.28.1 Update module github.com/google/cel-go to v0.29.0 Jul 5, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch from 2244580 to 5550a46 Compare July 6, 2026 16:28
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.29.0 Update module github.com/google/cel-go to v0.29.1 Jul 6, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.29.1 Update module github.com/google/cel-go to v0.29.1 - autoclosed Jul 7, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 7, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.29.1 - autoclosed Update module github.com/google/cel-go to v0.29.1 Jul 8, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 8, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.0/github.com-google-cel-go-0.x branch 2 times, most recently from 5550a46 to 4d45a67 Compare July 8, 2026 00:16
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/google/cel-go to v0.29.1 Update module github.com/google/cel-go to v0.29.1 - autoclosed Jul 10, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants