Skip to content

feat(go)!: Update module github.com/google/cel-go (v0.30.0 → v0.31.0) - #105

Merged
onedr0p merged 1 commit into
mainfrom
renovate/major-github.com-google-cel-go-0.x
Aug 8, 2026
Merged

feat(go)!: Update module github.com/google/cel-go (v0.30.0 → v0.31.0)#105
onedr0p merged 1 commit into
mainfrom
renovate/major-github.com-google-cel-go-0.x

Conversation

@sticky-gecko

@sticky-gecko sticky-gecko Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/google/cel-go v0.30.0v0.31.0 age confidence

Release Notes

google/cel-go (github.com/google/cel-go)

v0.31.0

Compare Source

This release introduces critical performance breakthroughs, simplifies integration with native Go structures, and hardens the safety limits of evaluated expressions.

Features

Pull Request Description and Impact
Env copy on write (#​1405) Introduces Copy-on-Write (COW) mechanics for environment definitions, dramatically slashing CPU and memory allocation overhead when building child or extended environments.
Optimize NativeToValue call paths (#​1400) Optimizes reflection-heavy conversion paths, significantly improving evaluation speeds when feeding native Go types directly to the runtime engine.
Support self-describing, self-adapting struct types (#​1395) Simplifies struct integration by enabling native Go struct types to self-describe and adapt directly to the CEL type system without verbose boilerplate.
Move native type support into the Core CEL library (#​1396) Moves native Go type mapping utilities directly into the Core CEL package to unify dependency structure and improve native API access.
Regex program plan size controls (#​1383) Introduces critical compiled size constraints on regex expressions to mitigate CPU/memory exhaustion vectors during evaluation.
Simplify support for native object types (#​1393) Streamlines setup workflows for mapping standard Go structures inside the CEL compiler environment.
Tag automation for go submodules (#​1401) Automates the submodule tagging process to streamline multi-module releases.

Fixes

Pull Request Impact and Technical Details
Respect composed adapter for unregistered structs (#​1384) Corrects behavior so that unregistered Go structs properly fall back to composed adapter configurations.
reject out-of-range hours in timezone offset parsing (#​1391) Tightens datetime validation by rejecting invalid out-of-range hour offsets during timezone parsing.
Fix the expression limit node test (#​1390) Restores stability to environment node test suites verifying size-limit assertions.
Correct documented default max value for lists.range (#​1392) Resolves documentation drift regarding the default maximum limit for the lists.range function.

Breaking Changes

There are no breaking changes, but all ext.NativeTypes features are now available via cel.NativeTypes

Notes on Performance

This release targets two primary computational bottlenecks in high-throughput CEL environments: environment construction and reflection-based type coercion.

Expected Impact
  1. Dynamic Environment Extension: Applications that dynamically extend a base CEL environment per request (e.g., policy validation engines or API gateways adding request-scoped variables) will see near-zero initialization costs. The Copy-on-Write (COW) optimization prevents copying underlying maps of variables, functions, and adapters.
  2. Type Coercion Speed: Bypassing heavy reflection paths during NativeToValue conversions significantly cuts down CPU cycle usage and drastically reduces garbage collection overhead in processing hot paths.
  3. AST Pruning: Consolidating sequential list concatenations (#​1406) and optimizing optional macros (#​1387) ensures that generated program plans are leaner, reducing both compilation and execution memory footprints.
Go-lang Benchmark Citation (benchstat)

The performance improvements can be verified running the repository's native benchmark harness with benchstat:

name old time/op new time/op delta
BenchmarkEnvExtension/10_vars 3.56µs ± 1% 0.15µs ± 0% -95.79% (p=0.000 n=10+10)
BenchmarkNativeToValue/struct 120ns ± 2% 42ns ± 1% -65.00% (p=0.000 n=10+10)
BenchmarkOptionalMapEvaluation 245ns ± 1% 195ns ± 1% -20.41% (p=0.000 n=10+10)

name old allocs/op new allocs/op delta
BenchmarkEnvExtension/10_vars 32.0 ± 0% 1.0 ± 0% -96.88% (p=0.000 n=10+10)
BenchmarkNativeToValue/struct 3.00 ± 0% 1.00 ± 0% -66.67% (p=0.000 n=10+10)

New Contributors

Full Changelog: cel-expr/cel-go@v0.30.0...v0.31.0


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

This PR has been generated by Mend Renovate CLI.

@sticky-gecko sticky-gecko Bot added the type/major Issue relates to a major version bump label Aug 7, 2026
@onedr0p
onedr0p merged commit 5157d9d into main Aug 8, 2026
12 checks passed
@onedr0p
onedr0p deleted the renovate/major-github.com-google-cel-go-0.x branch August 8, 2026 11:02
@sticky-gecko sticky-gecko Bot mentioned this pull request Aug 8, 2026
gabrielcosi pushed a commit to gabrielcosi/home-ops that referenced this pull request Aug 8, 2026
…(0.3.3 ➔ 0.4.0) (#333)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/home-operations/charts/chaski](https://github.com/home-operations/chaski) | minor | `0.3.3` → `0.4.0` |

---

### Release Notes

<details>
<summary>home-operations/chaski (ghcr.io/home-operations/charts/chaski)</summary>

### [`v0.4.0`](https://github.com/home-operations/chaski/blob/HEAD/CHANGELOG.md#040-2026-08-08)

[Compare Source](home-operations/chaski@0.3.3...0.4.0)

##### ⚠ BREAKING CHANGES

- **go:** Update module github.com/google/cel-go (v0.30.0 → v0.31.0) ([#&#8203;105](home-operations/chaski#105))
- **go:** Update module github.com/unraid/apprise-go (v0.2.8 → v0.3.0) ([#&#8203;104](home-operations/chaski#104))

##### Features

- **go:** update module github.com/google/cel-go (v0.29.2 → v0.30.0) ([#&#8203;79](home-operations/chaski#79)) ([cc231b1](home-operations/chaski@cc231b1))
- **go:** Update module github.com/google/cel-go (v0.30.0 → v0.31.0) ([#&#8203;105](home-operations/chaski#105)) ([5157d9d](home-operations/chaski@5157d9d))
- **go:** Update module github.com/unraid/apprise-go (v0.2.8 → v0.3.0) ([#&#8203;104](home-operations/chaski#104)) ([842f9f3](home-operations/chaski@842f9f3))

##### Bug Fixes

- **ci:** fail the merge gate on cancelled jobs, and key the lint cache on the toolchain ([#&#8203;89](home-operations/chaski#89)) ([52fe071](home-operations/chaski@52fe071))
- **go:** update module go (1.26.4 → 1.26.5) ([#&#8203;101](home-operations/chaski#101)) ([da3e713](home-operations/chaski@da3e713))
- **release:** strip cask quarantine bit in preflight ([#&#8203;107](home-operations/chaski#107)) ([5c04446](home-operations/chaski@5c04446))

##### Documentation

- add AGENTS.md with Go conventions ([#&#8203;93](home-operations/chaski#93)) ([fd03879](home-operations/chaski@fd03879))
- make AGENTS.md a generic, drift-resistant template ([#&#8203;95](home-operations/chaski#95)) ([df2abb6](home-operations/chaski@df2abb6))

##### Build System

- **mise:** add actionlint and refresh the lockfile ([#&#8203;80](home-operations/chaski#80)) ([b4ef618](home-operations/chaski@b4ef618))

##### Continuous Integration

- gate pull requests on a single Build Success check ([#&#8203;78](home-operations/chaski#78)) ([fcdeb66](home-operations/chaski@fcdeb66))
- **github-action:** Update action actions/stale (v10.4.0 → v11.0.0) ([#&#8203;90](home-operations/chaski#90)) ([c98db57](home-operations/chaski@c98db57))
- **github-action:** Update action docker/github-builder (v1.14.0 → v1.15.0) ([#&#8203;88](home-operations/chaski#88)) ([1fad7d8](home-operations/chaski@1fad7d8))
- **github-action:** Update action docker/github-builder (v1.15.0 → v1.16.0) ([#&#8203;106](home-operations/chaski#106)) ([28c41c0](home-operations/chaski@28c41c0))
- **github-action:** Update action docker/login-action (v4.5.0 → v4.5.1) ([#&#8203;84](home-operations/chaski#84)) ([7c1b828](home-operations/chaski@7c1b828))
- **github-action:** Update action docker/login-action (v4.5.1 → v4.5.2) ([#&#8203;91](home-operations/chaski#91)) ([f6dee03](home-operations/chaski@f6dee03))
- **github-action:** Update action docker/login-action (v4.5.2 → v4.6.0) ([#&#8203;94](home-operations/chaski#94)) ([5e179f2](home-operations/chaski@5e179f2))
- **github-action:** Update action home-operations/.github/actions/workflow-lint (v1.0.2 → v1.0.3) ([#&#8203;100](home-operations/chaski#100)) ([711a7cd](home-operations/chaski@711a7cd))
- **github-action:** Update action jdx/mise-action (v4.2.1 → v4.2.2) ([#&#8203;82](home-operations/chaski#82)) ([9606982](home-operations/chaski@9606982))
- **github-action:** Update action jdx/mise-action (v4.2.2 → v4.2.3) ([#&#8203;86](home-operations/chaski#86)) ([192672b](home-operations/chaski@192672b))
- **github-action:** Update action jdx/mise-action (v4.2.3 → v4.2.4) ([#&#8203;102](home-operations/chaski#102)) ([ae1601d](home-operations/chaski@ae1601d))
- lint workflows with the shared composite action ([#&#8203;81](home-operations/chaski#81)) ([3501a65](home-operations/chaski@3501a65))
- skip release-please version-bump PRs in checks ([#&#8203;77](home-operations/chaski#77)) ([7112ad9](home-operations/chaski@7112ad9))
- update workflow-lint and use self-repository syntax ([#&#8203;97](home-operations/chaski#97)) ([4054f8c](home-operations/chaski@4054f8c))
- wire govulncheck into mise and CI ([#&#8203;99](home-operations/chaski#99)) ([adfe251](home-operations/chaski@adfe251))

##### Miscellaneous Chores

- **mise:** prune lockfile to used platforms ([#&#8203;98](home-operations/chaski#98)) ([769fd79](home-operations/chaski@769fd79))
- **mise:** Update tool oxfmt (0.60.0 → 0.61.0) ([#&#8203;85](home-operations/chaski#85)) ([a36dda1](home-operations/chaski@a36dda1))
- **mise:** Update tool oxfmt (0.61.0 → 0.62.0) ([#&#8203;103](home-operations/chaski#103)) ([9d412ea](home-operations/chaski@9d412ea))
- **mise:** Update tool zizmor (1.28.0 → 1.29.0) ([#&#8203;96](home-operations/chaski#96)) ([18b5b4b](home-operations/chaski@18b5b4b))
- **release-please:** standardize the release pull request title pattern ([#&#8203;92](home-operations/chaski#92)) ([498dca2](home-operations/chaski@498dca2))
- standardize release-please changelog sections ([#&#8203;87](home-operations/chaski#87)) ([f413ad0](home-operations/chaski@f413ad0))

</details>

---

### Configuration

📅 **Schedule**: (in timezone Europe/Berlin)

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xNC4xMCIsInVwZGF0ZWRJblZlciI6IjQ0LjE0LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Reviewed-on: https://git.xcd.dev/gabrielcosi/home-ops/pulls/333
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/major Issue relates to a major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant