Skip to content

Bump github.com/google/cel-go from 0.26.1 to 0.29.0 - #632

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/google/cel-go-0.29.0
Open

Bump github.com/google/cel-go from 0.26.1 to 0.29.0#632
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/google/cel-go-0.29.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/google/cel-go from 0.26.1 to 0.29.0.

Release notes

Sourced from github.com/google/cel-go's releases.

Release v0.29.0

What's Changed

New Features

Bug Fixes

Cost Tracking

Testing & Tooling

Documentation

Release v0.28.1

What's Changed

New Contributors

... (truncated)

Commits
  • fa16799 avoid repeated construction of cost tracker (#1357)
  • ea3d5c0 feat(ext): add json encoder (#1340)
  • a4d0d64 startsWith / endsWith runtime cost agreement with checked cost (#1351)
  • d4efa77 Ensure receiver and global matches cost estimates agree (#1350)
  • 13cff33 ext/lists: add max size check to genRange() to prevent OOM (#1310)
  • f0ffa7e Execution frame integration with updated IntepretableV2 (#1344)
  • f1ec2f6 guard int32/uint32 map key narrowing in qualifyInternal (#1337)
  • 258e7c8 Managed execution frame with async call foundations (#1316)
  • 14f6746 validate offset on empty-string path in indexOf and lastIndexOf (#1335)
  • 783267d reject out-of-range minutes in timezone offset parsing (#1336)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 25, 2026
@ruinan-liu
Ruinan Liu (ruinan-liu) enabled auto-merge (squash) July 25, 2026 03:15
Ruinan Liu (ruinan-liu) pushed a commit that referenced this pull request Aug 7, 2026
## What

Bumps `golang.org/x/net`, `golang.org/x/text` and the Go toolchain to
clear CVEs reported against `eno-controller` and `eno-reconciler` at
`v0.2.15`, which is the currently deployed tag in AKS.

```diff
-toolchain go1.25.11              +toolchain go1.25.12
-golang.org/x/net  v0.54.0        +golang.org/x/net  v0.56.0
-golang.org/x/text v0.37.0        +golang.org/x/text v0.39.0
```

`x/sync`, `x/sys` and `x/term` moved as transitive consequences of `go
mod tidy`. No source changes.

## Why

Trivy reports 11 findings against `v0.2.15` (5 HIGH, 5 MEDIUM, 1
UNKNOWN):

| Library | Version | CVEs |
|---|---|---|
| `golang.org/x/net` | v0.54.0 | CVE-2026-25680, -25681, -27136, -39821,
-42502, -42506, -46600 |
| `golang.org/x/text` | v0.37.0 | CVE-2026-56852 |
| `stdlib` | 1.25.11 | CVE-2026-39822, CVE-2026-42505 |
| `github.com/google/cel-go` | v0.26.1 | GHSA-gcjh-h69q-9w9g |

`CVE-2026-46600` requires `x/net` ≥ 0.56.0, which is why this goes to
0.56.0 rather than 0.55.0.

cel-go is **not** included here — it is already handled by #632. With
both merged, each image reaches 0.

## Verification — CVEs cleared

Built both images from this branch and from unmodified `v0.2.15`, then
scanned each with the same trivy build.

```
$ docker run --rm -v /tmp/trivy-cache:/root/.cache \
    mcr.microsoft.com/oss/v2/aquasecurity/trivy:v0.72.0-5 \
    image --skip-version-check eno-eno-controller:baseline-v0.2.15

│ eno-controller │ gobinary │       11        │
Total: 11 (UNKNOWN: 1, LOW: 0, MEDIUM: 5, HIGH: 5, CRITICAL: 0)
```

```
$ docker run --rm -v /tmp/trivy-cache:/root/.cache \
    mcr.microsoft.com/oss/v2/aquasecurity/trivy:v0.72.0-5 \
    image --skip-version-check eno-eno-controller:fixed

│ eno-controller │ gobinary │        1        │
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 0, CRITICAL: 0)

│ github.com/google/cel-go │ GHSA-gcjh-h69q-9w9g │ MEDIUM │ fixed │ v0.26.1 │ 0.29.0 │
```

| Image | Before | After |
|---|---|---|
| `eno-controller` | 11 | **1** (cel-go, covered by #632) |
| `eno-reconciler` | 11 | **1** (cel-go, covered by #632) |

All 5 HIGH cleared on both images.

## Verification — no behavioral regression

Full unit suite via the `make test` invocation (`setup-envtest`, k8s
1.36.2 assets), run against unmodified `v0.2.15` and against this
branch.

| | baseline `v0.2.15` | this branch |
|---|---|---|
| packages `ok` | 24 | 24 |
| failing tests | 2 | 2 |

Identical, and the two failures are pre-existing on unmodified
`v0.2.15`:

```
--- FAIL: TestHelmOwnershipTransfer
--- FAIL: TestHelmOwnershipTransferAfterCreation
```

One run on this branch additionally showed `TestOverrideVPAUpdateMode`
failing. I chased it rather than assuming it was noise:

- `-run '^TestOverrideVPAUpdateMode$' -count=5` → **5/5 pass**
- full `./internal/controllers/reconciliation` package, 3 repeats →
**3/3 pass**, only the two pre-existing failures each time

It is a flaky envtest under parallel load, not a consequence of this
change.

## Note on `bewang/cves`

That branch also touches these dependencies but moves them **backwards**
(`toolchain 1.25.11 → 1.25.9`, `x/net 0.54.0 → 0.43.0`, `x/text 0.37.0 →
0.28.0`) — it predates current `main`, so merging it would increase the
CVE count. Flagging so it isn't mistaken for an existing fix.

Co-authored-by: Mohamed Owda <mohamedowda@microsoft.com>
Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.26.1 to 0.29.0.
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](cel-expr/cel-go@v0.26.1...v0.29.0)

---
updated-dependencies:
- dependency-name: github.com/google/cel-go
  dependency-version: 0.29.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/google/cel-go-0.29.0 branch from 5fbfe04 to b1533ad Compare August 7, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant