Bump github.com/google/cel-go from v0.26.0 to v0.29.0 - #2
Open
seizu-remediation wants to merge 1 commit into
Conversation
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.
Version Change
github.com/google/cel-go: v0.26.0 → v0.29.0Updated in:
go.mod(line 69)go.sum(lines 111-112)Compatibility Verification
Reviewed the release notes for v0.27.0, v0.28.0, and v0.29.0 from the upstream repository.
The primary breaking change in this upgrade range is in v0.27.0: "Remove types as variables" — the logic for handling types has been relaxed so that types are no longer treated strictly as variables. This only affects callers who declare types as variables in their CEL environments, which this codebase does not do.
No Code Changes Needed
github.com/google/cel-gois an indirect dependency in this repository — there are no direct imports of any cel-go packages in any.gosource file. The dependency is pulled in transitively (likely through the Kubernetes apiserver dependency). Since none of the cel-go API surface is used directly by this codebase, none of the breaking changes or behavior changes across v0.26.0 → v0.29.0 affect this project.The breaking changes from the release notes across this version range are: