chore(deps): update module github.com/google/cel-go to v0.32.0 - #577
chore(deps): update module github.com/google/cel-go to v0.32.0#577red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
Conversation
|
1c14f75 to
bd5a8ce
Compare
Automated PR Check Summary1. go.mod sub-project auditThere is only one 2. CI Failures — Breaking Module Path ChangeAll CI checks are failing. The root cause is NOT a vendor sync issue per se — it is a breaking upstream change: cel-go v0.32.0 migrated its module path from The CI errors confirm this: This PR only bumps the version string in
3. k8s version analysisThis PR does NOT bump k8s versions directly. However, adopting Recommendation: Close this PRThis update is not safe to apply in its current form. The renovate bot has incorrectly assumed a simple patch bump; this is a major breaking change requiring:
No fix commit is being added — the correct action is to close/skip this update until the k8s ecosystem adopts the new |
e2bfb68 to
0a45ff6
Compare
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
0a45ff6 to
a203f78
Compare
This PR contains the following updates:
v0.31.0→v0.32.0Release Notes
google/cel-go (github.com/google/cel-go)
v0.32.0Compare Source
Summary of Changes
This release of cel-go (v0.32.0) introduces significant library expansions alongside a major infrastructure migration. Key highlights include the addition of native support for JWT and HMAC operations, Go-based JSON handling via NativeToValue, and robust timestamp parsing helpers.
Critical Upgrade: This release changes the module and import paths to cel.dev/cel-go. Users must update their import statements when upgrading to this version.
A variety of concurrency and stability fixes are also included, such as addressing nil pointer panics during native object traversals, and fixing cost observability when combined with state tracking or exhaustive eval
Breaking Changes
Features
Fixes & Performance Improvements
Full Changelog: v0.31.0...v0.32.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.