Skip to content

Bump github.com/google/cel-go from v0.26.0 to v0.29.0 - #2

Open
seizu-remediation wants to merge 1 commit into
mappedsky:masterfrom
seizu-remediation:seizu/dependency-update/go-github-com-google-cel-go-0.29.0
Open

Bump github.com/google/cel-go from v0.26.0 to v0.29.0#2
seizu-remediation wants to merge 1 commit into
mappedsky:masterfrom
seizu-remediation:seizu/dependency-update/go-github-com-google-cel-go-0.29.0

Conversation

@seizu-remediation

Copy link
Copy Markdown

Version Change

github.com/google/cel-go: v0.26.0 → v0.29.0

Updated 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-go is an indirect dependency in this repository — there are no direct imports of any cel-go packages in any .go source 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:

  • v0.27.0: Types no longer treated as variables by default — not applicable (no direct cel-go usage).
  • No other breaking changes were identified in v0.28.0 or v0.29.0 release notes.

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